Package de.xima.fc.gui.elfinder
Class FileSystemElFinderConnectorConfig<Entry extends IFileSystemEntry<?>>
- java.lang.Object
-
- de.xima.fc.gui.elfinder.FileSystemElFinderConnectorConfig<Entry>
-
- Type Parameters:
Entry
- Common super type of all file system entries.
- All Implemented Interfaces:
Serializable
public final class FileSystemElFinderConnectorConfig<Entry extends IFileSystemEntry<?>> extends Object implements Serializable
Settings for aFileSystemElFinderConnector
.- Since:
- 8.3.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FileSystemElFinderConnectorConfig.BuilderStage1
Builder for the settings of aFileSystemElFinderConnector
.static class
FileSystemElFinderConnectorConfig.BuilderStage2<Entry extends IFileSystemEntry<?>>
Builder for the settings of aFileSystemElFinderConnector
.static class
FileSystemElFinderConnectorConfig.BuilderStage3<Entry extends IFileSystemEntry<?>>
Builder for the settings of aFileSystemElFinderConnector
.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FileSystemElFinderConnectorConfig.BuilderStage1
builder()
Creates a new builder for the configuration of aFileSystemElFinderConnector
.
-
-
-
Method Detail
-
builder
public static FileSystemElFinderConnectorConfig.BuilderStage1 builder()
Creates a new builder for the configuration of aFileSystemElFinderConnector
.- Returns:
- A new builder for configuring the settings of a
FileSystemElFinderConnector
. - Since:
- 8.3.0
-
-