Uses of Interface
de.xima.fc.common.filesystem.ICommonFileSystemVolume
-
Packages that use ICommonFileSystemVolume Package Description de.xima.fc.common.filesystem de.xima.fc.gui.model.form_theme -
-
Uses of ICommonFileSystemVolume in de.xima.fc.common.filesystem
Methods in de.xima.fc.common.filesystem that return ICommonFileSystemVolume Modifier and Type Method Description ICommonFileSystemVolume<FD>CommonFileSystemVolumeBuilder. build()Builds a file system volume with current settings.ICommonFileSystemVolume<FD>VolumeFileSystem. volume()Gets the volume descriptor.ICommonFileSystemVolume<? extends FD>ICommonFileSystemManager. volumeByVolumeId(String volumeId)Gets the volume info for the given volume ID.static <FD> ICommonFileSystemVolume<FD>CommonFileSystems. volumeGroup(String volumeId, FD root)Creates a new file system volume group.Methods in de.xima.fc.common.filesystem that return types with arguments of type ICommonFileSystemVolume Modifier and Type Method Description Iterable<ICommonFileSystemVolume<? extends FD>>ICommonFileSystemManager. listVolumes()Lists all available file systems, sometimes also called volumes.Constructors in de.xima.fc.common.filesystem with parameters of type ICommonFileSystemVolume Constructor Description VolumeFileSystem(ICommonFileSystemVolume<FD> volume, ICommonFileSystem<FD> fileSystem) -
Uses of ICommonFileSystemVolume in de.xima.fc.gui.model.form_theme
Methods in de.xima.fc.gui.model.form_theme that return ICommonFileSystemVolume Modifier and Type Method Description ICommonFileSystemVolume<FormThemeFileEntry>FormThemeFileSystemManager. createNewTheme(Locale locale)Creates a new form theme for the current client with the given locale.ICommonFileSystemVolume<? extends FormThemeFileEntry>FormThemeFileSystemManager. volumeByVolumeId(String volumeId)Methods in de.xima.fc.gui.model.form_theme that return types with arguments of type ICommonFileSystemVolume Modifier and Type Method Description Iterable<ICommonFileSystemVolume<? extends FormThemeFileEntry>>FormThemeFileSystemManager. listVolumes()
-