Class LazyFile


  • public class LazyFile
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LazyFile​(java.lang.String path, boolean optional)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPath()  
      boolean isOptional()  
      • Methods inherited from class java.lang.Object

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

      • LazyFile

        public LazyFile​(java.lang.String path,
                        boolean optional)
    • Method Detail

      • getPath

        public java.lang.String getPath()
      • isOptional

        public boolean isOptional()