Interface FileStoreConfig
- All Known Implementing Classes:
S3FileStoreConfig
public interface FileStoreConfig
An interface for classes that hold config about a filestore, as extracted from a filestores config file.
The implementations of this interface should be immutable.
- Since:
- 9.9
- See Also:
-
Method Summary
-
Method Details
-
getType
FileStoreConfigType getType()- Returns:
- The type of
FileStoreConfigrepresented.
-
getId
String getId()- Returns:
- the id of the
FileStoreConfig
-