Package org.projectnessie.model.types
Class RepositoryConfigTypes
java.lang.Object
org.projectnessie.model.types.RepositoryConfigTypes
Provides the registry for all
repository config types.
Repository config types are loaded via RepositoryConfigTypeBundles using Java's service loader mechanism.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RepositoryConfig.Type[]all()Retrieve an array of all registered repository config types.static RepositoryConfig.Type
-
Constructor Details
-
RepositoryConfigTypes
public RepositoryConfigTypes()
-
-
Method Details
-
all
Retrieve an array of all registered repository config types. -
forName
-