Uses of Enum
org.openbase.jps.tools.FileHandler.FileType
Packages that use FileHandler.FileType
-
Uses of FileHandler.FileType in org.openbase.jps.preset
Methods in org.openbase.jps.preset that return FileHandler.FileType -
Uses of FileHandler.FileType in org.openbase.jps.tools
Methods in org.openbase.jps.tools that return FileHandler.FileTypeModifier and TypeMethodDescriptionstatic FileHandler.FileTypeReturns the enum constant of this type with the specified name.static FileHandler.FileType[]FileHandler.FileType.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.FileTypeModifier and TypeMethodDescriptionstatic voidFileHandler.create(File file, FileHandler.FileType type, FileHandler.FileCreator creator) 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)