Package org.projectnessie.model
Interface RepositoryConfig.Type
- Enclosing interface:
- RepositoryConfig
public static interface RepositoryConfig.Type
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RepositoryConfig.Typestatic final RepositoryConfig.Type -
Method Summary
Modifier and TypeMethodDescriptionname()The name of the repository config type.Class<? extends RepositoryConfig>type()
-
Field Details
-
UNKNOWN
-
GARBAGE_COLLECTOR
-
-
Method Details
-
name
String name()The name of the repository config type. -
type
Class<? extends RepositoryConfig> type()
-