Uses of Class
org.fedoraproject.xmvn.config.Stereotype
-
Packages that use Stereotype Package Description org.fedoraproject.xmvn.config -
-
Uses of Stereotype in org.fedoraproject.xmvn.config
Methods in org.fedoraproject.xmvn.config that return Stereotype Modifier and Type Method Description Stereotype
Stereotype. clone()
Method clone.Methods in org.fedoraproject.xmvn.config that return types with arguments of type Stereotype Modifier and Type Method Description java.util.List<Stereotype>
Repository. getStereotypes()
Method getStereotypes.Methods in org.fedoraproject.xmvn.config with parameters of type Stereotype Modifier and Type Method Description void
Repository. addStereotype(Stereotype stereotype)
Method addStereotype.void
Repository. removeStereotype(Stereotype stereotype)
Method removeStereotype.Method parameters in org.fedoraproject.xmvn.config with type arguments of type Stereotype Modifier and Type Method Description void
Repository. setStereotypes(java.util.List<Stereotype> stereotypes)
Set list of artifact types that can be stored in this repository.
-