Package org.omegat.core.data
Class IProject.FileInfo
- java.lang.Object
-
- org.omegat.core.data.IProject.FileInfo
-
- Enclosing interface:
- IProject
public static class IProject.FileInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<SourceTextEntry>
entries
java.lang.String
fileEncoding
Characterset name used for parsing the source file.java.lang.String
filePath
java.lang.Class<?>
filterClass
IFilter implementing Class that was used to parse the filejava.lang.String
filterFileFormatName
Human readable name of the file format as defined by the filter.
-
Constructor Summary
Constructors Constructor Description FileInfo()
-
-
-
Field Detail
-
filePath
public java.lang.String filePath
-
filterClass
public java.lang.Class<?> filterClass
IFilter implementing Class that was used to parse the file
-
filterFileFormatName
public java.lang.String filterFileFormatName
Human readable name of the file format as defined by the filter.
-
fileEncoding
public java.lang.String fileEncoding
Characterset name used for parsing the source file.
-
entries
public java.util.List<SourceTextEntry> entries
-
-