Package org.projectnessie.model.types
Interface ContentTypeBundle
-
- All Known Implementing Classes:
MainContentTypeBundle
public interface ContentTypeBundleUsed to provide customContentimplementations via the Javaservice loadermechanism.The functionality to actually use custom types is incomplete as long as ther is no store-worker support for custom content.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidregister(ContentTypes.Registrar registrar)
-
-
-
Method Detail
-
register
void register(ContentTypes.Registrar registrar)
-
-