Class 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 file
      java.lang.String filterFileFormatName
      Human readable name of the file format as defined by the filter.
    • Constructor Summary

      Constructors 
      Constructor Description
      FileInfo()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.
    • Constructor Detail

      • FileInfo

        public FileInfo()