Uses of Class
network.oxalis.commons.filesystem.FileSystemConf
-
Packages that use FileSystemConf Package Description network.oxalis.commons.filesystem network.oxalis.commons.plugin This package contains functionality to support loading of extensions to Oxalis found in jar-files outside classpath of Oxalis. -
-
Uses of FileSystemConf in network.oxalis.commons.filesystem
Methods in network.oxalis.commons.filesystem that return FileSystemConf Modifier and Type Method Description static FileSystemConfFileSystemConf. valueOf(String name)Returns the enum constant of this type with the specified name.static FileSystemConf[]FileSystemConf. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in network.oxalis.commons.filesystem with type arguments of type FileSystemConf Modifier and Type Method Description protected PathFileSystemModule. getInboundFolder(Settings<FileSystemConf> settings, Path homeFolder) -
Uses of FileSystemConf in network.oxalis.commons.plugin
Method parameters in network.oxalis.commons.plugin with type arguments of type FileSystemConf Modifier and Type Method Description ClassLoaderPluginModule. providesClassLoader(Path homeDirectory, Settings<FileSystemConf> settings)
-