Uses of Enum
org.openbase.jps.tools.FileHandler.AutoMode
Packages that use FileHandler.AutoMode
-
Uses of FileHandler.AutoMode in org.openbase.jps.preset
Fields in org.openbase.jps.preset declared as FileHandler.AutoModeMethods in org.openbase.jps.preset that return FileHandler.AutoModeMethods in org.openbase.jps.preset with parameters of type FileHandler.AutoModeModifier and TypeMethodDescriptionprotected voidAbstractJPFile.setAutoCreateMode(FileHandler.AutoMode autoCreateMode) Constructors in org.openbase.jps.preset with parameters of type FileHandler.AutoModeModifierConstructorDescriptionAbstractJPDirectory(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.AutoModeModifier and TypeMethodDescriptionstatic FileHandler.AutoModeReturns 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.AutoModeModifier 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)