Uses of Interface
org.openbase.jps.tools.FileHandler.FileCreator
-
Packages that use FileHandler.FileCreator Package Description org.openbase.jps.tools -
-
Uses of FileHandler.FileCreator in org.openbase.jps.tools
Fields in org.openbase.jps.tools declared as FileHandler.FileCreator Modifier and Type Field Description static FileHandler.FileCreatorFileHandler. DEFAULT_FILE_CREATORMethods in org.openbase.jps.tools with parameters of type FileHandler.FileCreator 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, FileHandler.FileCreator creator)static FileFileHandler. handle(String uri, FileHandler.FileType type, FileHandler.ExistenceHandling existenceHandling, FileHandler.AutoMode autoMode, FileHandler.FileCreator creator)
-