Package org.omegat.core.data
Class IProject.FileInfo
java.lang.Object
org.omegat.core.data.IProject.FileInfo
- Enclosing interface:
- IProject
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal List<SourceTextEntry>Characterset name used for parsing the source file.Class<?>IFilter implementing Class that was used to parse the fileHuman readable name of the file format as defined by the filter. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
filePath
-
filterClass
IFilter implementing Class that was used to parse the file -
filterFileFormatName
Human readable name of the file format as defined by the filter. -
fileEncoding
Characterset name used for parsing the source file. -
entries
-
-
Constructor Details
-
FileInfo
-
FileInfo
-