public static class IProject.FileInfo
extends java.lang.Object
Modifier and Type | Field and 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 file
|
java.lang.String |
filterFileFormatName
Human readable name of the file format as defined by the filter.
|
Constructor and Description |
---|
FileInfo() |
public java.lang.String filePath
public java.lang.Class<?> filterClass
public java.lang.String filterFileFormatName
public java.lang.String fileEncoding
public java.util.List<SourceTextEntry> entries