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 StereotypeStereotype. 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 voidRepository. addStereotype(Stereotype stereotype)Method addStereotype.voidRepository. removeStereotype(Stereotype stereotype)Method removeStereotype.Method parameters in org.fedoraproject.xmvn.config with type arguments of type Stereotype Modifier and Type Method Description voidRepository. setStereotypes(java.util.List<Stereotype> stereotypes)Set list of artifact types that can be stored in this repository.
-