Uses of Class
org.openbase.jps.tools.FileHandler.AutoMode
-
Packages that use FileHandler.AutoMode Package Description org.openbase.jps.preset org.openbase.jps.tools -
-
Uses of FileHandler.AutoMode in org.openbase.jps.preset
Fields in org.openbase.jps.preset declared as FileHandler.AutoMode Modifier and Type Field Description static FileHandler.AutoModeJPPropertyFile. autoModeMethods in org.openbase.jps.preset that return FileHandler.AutoMode Modifier and Type Method Description FileHandler.AutoModeAbstractJPFile. getAutoCreateMode()Methods in org.openbase.jps.preset with parameters of type FileHandler.AutoMode Modifier and Type Method Description protected voidAbstractJPFile. setAutoCreateMode(FileHandler.AutoMode autoCreateMode)Constructors in org.openbase.jps.preset with parameters of type FileHandler.AutoMode Constructor Description AbstractJPDirectory(String[] commandIdentifier, FileHandler.ExistenceHandling existenceHandling, FileHandler.AutoMode autoCreateMode)AbstractJPFile(String[] commandIdentifier, FileHandler.ExistenceHandling existenceHandling, FileHandler.AutoMode autoCreateMode) -
Uses of FileHandler.AutoMode in org.openbase.jps.tools
Methods in org.openbase.jps.tools that return FileHandler.AutoMode Modifier and Type Method Description static FileHandler.AutoModeFileHandler.AutoMode. valueOf(String name)Returns the enum constant of this type with the specified name.static FileHandler.AutoMode[]FileHandler.AutoMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openbase.jps.tools with parameters of type FileHandler.AutoMode Modifier and Type Method Description static FileFileHandler. handle(File file, FileHandler.FileType type, FileHandler.ExistenceHandling existenceHandling, FileHandler.AutoMode autoMode)static FileFileHandler. handle(File file, FileHandler.FileType type, FileHandler.ExistenceHandling existenceHandling, FileHandler.AutoMode autoMode, FileHandler.FileCreator creator)static FileFileHandler. handle(String uri, FileHandler.FileType type, FileHandler.ExistenceHandling existenceHandling, FileHandler.AutoMode autoMode)static FileFileHandler. handle(String uri, FileHandler.FileType type, FileHandler.ExistenceHandling existenceHandling, FileHandler.AutoMode autoMode, FileHandler.FileCreator creator)
-