Class FilePersistentBase

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String path  
      static java.lang.String PATH_SEPERATOR  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void checkAndMakeParentDirecotry​(java.lang.String fullName)  
      java.io.File getFile​(java.lang.String fullName)  
      java.lang.String getPath()  
      void setPath​(java.lang.String path)  
      • Methods inherited from class java.lang.Object

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

      • path

        protected java.lang.String path
      • PATH_SEPERATOR

        public static java.lang.String PATH_SEPERATOR
    • Constructor Detail

      • FilePersistentBase

        public FilePersistentBase()
    • Method Detail

      • setPath

        public void setPath​(java.lang.String path)
      • getFile

        public java.io.File getFile​(java.lang.String fullName)
      • checkAndMakeParentDirecotry

        public void checkAndMakeParentDirecotry​(java.lang.String fullName)
      • getPath

        public java.lang.String getPath()