Package org.projectnessie.model
Interface RepositoryConfig.Type
-
- Enclosing interface:
- RepositoryConfig
public static interface RepositoryConfig.Type
-
-
Field Summary
Fields Modifier and Type Field Description static RepositoryConfig.TypeGARBAGE_COLLECTORstatic RepositoryConfig.TypeUNKNOWN
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringname()The name of the repository config type.java.lang.Class<? extends RepositoryConfig>type()
-
-
-
Field Detail
-
UNKNOWN
static final RepositoryConfig.Type UNKNOWN
-
GARBAGE_COLLECTOR
static final RepositoryConfig.Type GARBAGE_COLLECTOR
-
-
Method Detail
-
name
java.lang.String name()
The name of the repository config type.
-
type
java.lang.Class<? extends RepositoryConfig> type()
-
-