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 a
FileSystemElFinderConnector.- Since:
- 8.3.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBuilder for the settings of aFileSystemElFinderConnector.static final classBuilder for the settings of aFileSystemElFinderConnector.static final classBuilder for the settings of aFileSystemElFinderConnector. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Creates a new builder for the configuration of aFileSystemElFinderConnector.
-
Method Details
-
builder
Creates a new builder for the configuration of aFileSystemElFinderConnector.- Returns:
- A new builder for configuring the settings of a
FileSystemElFinderConnector.
-