Uses of Class
org.openbase.jps.tools.FileHandler.ExistenceHandling
-
Packages that use FileHandler.ExistenceHandling Package Description org.openbase.jps.preset org.openbase.jps.tools -
-
Uses of FileHandler.ExistenceHandling in org.openbase.jps.preset
Fields in org.openbase.jps.preset declared as FileHandler.ExistenceHandling Modifier and Type Field Description static FileHandler.ExistenceHandlingJPPropertyFile. existenceHandlingMethods in org.openbase.jps.preset that return FileHandler.ExistenceHandling Modifier and Type Method Description FileHandler.ExistenceHandlingAbstractJPFile. getExistenceHandling()Methods in org.openbase.jps.preset with parameters of type FileHandler.ExistenceHandling Modifier and Type Method Description protected voidAbstractJPFile. setExistenceHandling(FileHandler.ExistenceHandling existenceHandling)Constructors in org.openbase.jps.preset with parameters of type FileHandler.ExistenceHandling Constructor Description AbstractJPDirectory(String[] commandIdentifier, FileHandler.ExistenceHandling existenceHandling, FileHandler.AutoMode autoCreateMode)AbstractJPFile(String[] commandIdentifier, FileHandler.ExistenceHandling existenceHandling, FileHandler.AutoMode autoCreateMode) -
Uses of FileHandler.ExistenceHandling in org.openbase.jps.tools
Methods in org.openbase.jps.tools that return FileHandler.ExistenceHandling Modifier and Type Method Description static FileHandler.ExistenceHandlingFileHandler.ExistenceHandling. valueOf(String name)Returns the enum constant of this type with the specified name.static FileHandler.ExistenceHandling[]FileHandler.ExistenceHandling. 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.ExistenceHandling 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)
-