Uses of Enum
org.openbase.jps.tools.FileHandler.ExistenceHandling
Packages that use FileHandler.ExistenceHandling
-
Uses of FileHandler.ExistenceHandling in org.openbase.jps.preset
Fields in org.openbase.jps.preset declared as FileHandler.ExistenceHandlingMethods in org.openbase.jps.preset that return FileHandler.ExistenceHandlingMethods in org.openbase.jps.preset with parameters of type FileHandler.ExistenceHandlingModifier and TypeMethodDescriptionprotected voidAbstractJPFile.setExistenceHandling(FileHandler.ExistenceHandling existenceHandling) Constructors in org.openbase.jps.preset with parameters of type FileHandler.ExistenceHandlingModifierConstructorDescriptionAbstractJPDirectory(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.ExistenceHandlingModifier and TypeMethodDescriptionReturns 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.ExistenceHandlingModifier and TypeMethodDescriptionstatic 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)