Uses of Class
org.fedoraproject.xmvn.config.Stereotype
-
Packages that use Stereotype Package Description org.fedoraproject.xmvn.config org.fedoraproject.xmvn.config.io.stax -
-
Uses of Stereotype in org.fedoraproject.xmvn.config
Fields in org.fedoraproject.xmvn.config with type parameters of type Stereotype Modifier and Type Field Description private java.util.List<Stereotype>
Repository. stereotypes
Field stereotypes.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. -
Uses of Stereotype in org.fedoraproject.xmvn.config.io.stax
Methods in org.fedoraproject.xmvn.config.io.stax that return Stereotype Modifier and Type Method Description private Stereotype
ConfigurationStaxReader. parseStereotype(javax.xml.stream.XMLStreamReader xmlStreamReader, boolean strict)
Method parseStereotype.Methods in org.fedoraproject.xmvn.config.io.stax with parameters of type Stereotype Modifier and Type Method Description private void
ConfigurationStaxWriter. writeStereotype(Stereotype stereotype, java.lang.String tagName, javax.xml.stream.XMLStreamWriter serializer)
Method writeStereotype.
-