Class SourceFileModule

    • Constructor Detail

      • SourceFileModule

        public SourceFileModule​(java.io.File f,
                                java.lang.String fileName,
                                Module container)
      • SourceFileModule

        public SourceFileModule​(java.io.File f,
                                SourceFileModule clonedFrom)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • isClassFile

        public boolean isClassFile()
        Specified by:
        isClassFile in interface ModuleEntry
        Returns:
        true if the file is a class file.
      • getClassName

        public java.lang.String getClassName()
        Specified by:
        getClassName in interface ModuleEntry
        Returns:
        the name of the class represented by this entry
      • isSourceFile

        public boolean isSourceFile()
        Specified by:
        isSourceFile in interface ModuleEntry
        Returns:
        true if the file is a source file.