Uses of Class
org.openbase.jps.tools.FileHandler.FileType
-
Packages that use FileHandler.FileType Package Description org.openbase.jps.preset org.openbase.jps.tools -
-
Uses of FileHandler.FileType in org.openbase.jps.preset
Methods in org.openbase.jps.preset that return FileHandler.FileType Modifier and Type Method Description FileHandler.FileTypeAbstractJPFile. getType() -
Uses of FileHandler.FileType in org.openbase.jps.tools
Methods in org.openbase.jps.tools that return FileHandler.FileType Modifier and Type Method Description static FileHandler.FileTypeFileHandler.FileType. valueOf(String name)Returns 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.FileType Modifier and Type Method Description static 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)
-