Class LabelFile


  • public class LabelFile
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String componentName  
      protected java.io.File file  
      protected boolean fileLoaded  
      static java.lang.String module  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected LabelFile​(java.io.File file, java.lang.String componentName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.File getFile()  
      java.lang.String getFileName()  
      java.lang.String getFilePath()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • module

        public static final java.lang.String module
      • file

        protected final java.io.File file
      • componentName

        protected final java.lang.String componentName
    • Constructor Detail

      • LabelFile

        protected LabelFile​(java.io.File file,
                            java.lang.String componentName)
    • Method Detail

      • getFile

        public java.io.File getFile()
      • getFileName

        public java.lang.String getFileName()
      • getFilePath

        public java.lang.String getFilePath()