Class IndexFile

  • All Implemented Interfaces:
    Serializable, Comparable<File>

    public final class IndexFile
    extends File
    This specific File is meant to contain the index of the classes generated by a compilation-plugin
    See Also:
    Serialized Form
    • Constructor Detail

      • IndexFile

        public IndexFile​(String modelType)
      • IndexFile

        public IndexFile​(String parent,
                         String modelType)
      • IndexFile

        public IndexFile​(File existingFile)
      • IndexFile

        public IndexFile​(MemoryFile memoryFile)
    • Method Detail

      • getModel

        public String getModel()
      • length

        public long length()
        Overrides:
        length in class File
      • getContent

        public byte[] getContent()
      • equals

        public boolean equals​(Object obj)
        Overrides:
        equals in class File
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class File