Uses of Class
org.fedoraproject.xmvn.mojo.ArtifactTypeRegistry
-
Packages that use ArtifactTypeRegistry Package Description org.fedoraproject.xmvn.mojo -
-
Uses of ArtifactTypeRegistry in org.fedoraproject.xmvn.mojo
Fields in org.fedoraproject.xmvn.mojo declared as ArtifactTypeRegistry Modifier and Type Field Description private static ArtifactTypeRegistry
ArtifactTypeRegistry. DEFAULT_REGISTRY
Methods in org.fedoraproject.xmvn.mojo that return ArtifactTypeRegistry Modifier and Type Method Description static ArtifactTypeRegistry
ArtifactTypeRegistry. getDefaultRegistry()
ArtifactTypeRegistry
ArtifactTypeRegistry. registerStereotype(java.lang.String type, java.lang.String extension, java.lang.String classifier)
Constructors in org.fedoraproject.xmvn.mojo with parameters of type ArtifactTypeRegistry Constructor Description ArtifactTypeRegistry(ArtifactTypeRegistry template)
-