Package org.projectnessie.model
Interface RepositoryConfig
- All Known Subinterfaces:
GarbageCollectorConfig
- All Known Implementing Classes:
GenericRepositoryConfig
public interface RepositoryConfig
Base interface for all configurations that shall be consistent for a Nessie repository.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiongetType()Returns theRepositoryConfig.Typevalue for this repository config object.
-
Method Details
-
getType
Returns theRepositoryConfig.Typevalue for this repository config object.The name of the returned value should match the JSON type name used for serializing the repository config object.
-