Uses of Class
org.apache.maven.model.v3_0_0.Organization
-
Packages that use Organization Package Description org.apache.maven.model.v3_0_0 org.apache.maven.model.v3_0_0.io.xpp3 -
-
Uses of Organization in org.apache.maven.model.v3_0_0
Fields in org.apache.maven.model.v3_0_0 declared as Organization Modifier and Type Field Description private OrganizationModel. organizationThis element describes various attributes of the organization to which the project belongs.Methods in org.apache.maven.model.v3_0_0 that return Organization Modifier and Type Method Description OrganizationModel. getOrganization()Get this element describes various attributes of the organization to which the project belongs.Methods in org.apache.maven.model.v3_0_0 with parameters of type Organization Modifier and Type Method Description voidModel. setOrganization(Organization organization)Set this element describes various attributes of the organization to which the project belongs. -
Uses of Organization in org.apache.maven.model.v3_0_0.io.xpp3
Methods in org.apache.maven.model.v3_0_0.io.xpp3 that return Organization Modifier and Type Method Description private OrganizationMavenXpp3Reader. parseOrganization(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)Method parseOrganization.Methods in org.apache.maven.model.v3_0_0.io.xpp3 with parameters of type Organization Modifier and Type Method Description private voidMavenXpp3Writer. writeOrganization(Organization organization, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeOrganization.
-