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