| Package | Description |
|---|---|
| org.codehaus.mojo.flatten |
| Modifier and Type | Method and Description |
|---|---|
ElementHandling |
FlattenDescriptor.getBuild() |
ElementHandling |
FlattenDescriptor.getCiManagement() |
ElementHandling |
FlattenDescriptor.getContributors() |
ElementHandling |
FlattenDescriptor.getDependencies() |
ElementHandling |
FlattenDescriptor.getDependencyManagement() |
ElementHandling |
FlattenDescriptor.getDescription() |
ElementHandling |
FlattenDescriptor.getDevelopers() |
ElementHandling |
FlattenDescriptor.getDistributionManagement() |
ElementHandling |
FlattenDescriptor.getHandling(PomProperty<?> property)
Generic method to get a
ElementHandling. |
ElementHandling |
FlattenDescriptor.getInceptionYear() |
ElementHandling |
FlattenDescriptor.getIssueManagement() |
ElementHandling |
FlattenDescriptor.getMailingLists() |
ElementHandling |
FlattenDescriptor.getModules() |
ElementHandling |
FlattenDescriptor.getName() |
ElementHandling |
FlattenDescriptor.getOrganization() |
ElementHandling |
FlattenDescriptor.getParent() |
ElementHandling |
FlattenDescriptor.getPluginManagement() |
ElementHandling |
FlattenDescriptor.getPluginRepositories() |
ElementHandling |
FlattenDescriptor.getPrerequisites() |
ElementHandling |
FlattenDescriptor.getProfiles() |
ElementHandling |
FlattenDescriptor.getProperties() |
ElementHandling |
FlattenDescriptor.getReporting() |
ElementHandling |
FlattenDescriptor.getRepositories() |
ElementHandling |
FlattenDescriptor.getScm() |
ElementHandling |
FlattenDescriptor.getUrl() |
ElementHandling |
FlattenDescriptor.getVersion() |
static ElementHandling |
ElementHandling.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElementHandling[] |
ElementHandling.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlattenDescriptor.setBuild(ElementHandling build) |
void |
FlattenDescriptor.setCiManagement(ElementHandling ciManagement) |
void |
FlattenDescriptor.setContributors(ElementHandling contributors) |
void |
FlattenDescriptor.setDependencies(ElementHandling dependencies) |
void |
FlattenDescriptor.setDependencyManagement(ElementHandling dependencyManagement) |
void |
FlattenDescriptor.setDescription(ElementHandling description) |
void |
FlattenDescriptor.setDevelopers(ElementHandling developers) |
void |
FlattenDescriptor.setDistributionManagement(ElementHandling distributionManagement) |
void |
FlattenDescriptor.setHandling(PomProperty<?> property,
ElementHandling handling)
Generic method to set an
ElementHandling. |
void |
FlattenDescriptor.setInceptionYear(ElementHandling inceptionYear) |
void |
FlattenDescriptor.setIssueManagement(ElementHandling issueManagement) |
void |
FlattenDescriptor.setMailingLists(ElementHandling mailingLists) |
void |
FlattenDescriptor.setModules(ElementHandling modules) |
void |
FlattenDescriptor.setName(ElementHandling name) |
void |
FlattenDescriptor.setOrganization(ElementHandling organization) |
void |
FlattenDescriptor.setParent(ElementHandling parent) |
void |
FlattenDescriptor.setPluginManagement(ElementHandling pluginManagement) |
void |
FlattenDescriptor.setPluginRepositories(ElementHandling pluginRepositories) |
void |
FlattenDescriptor.setPrerequisites(ElementHandling prerequisites) |
void |
FlattenDescriptor.setProfiles(ElementHandling profiles) |
void |
FlattenDescriptor.setProperties(ElementHandling properties) |
void |
FlattenDescriptor.setReporting(ElementHandling reporting) |
void |
FlattenDescriptor.setRepositories(ElementHandling repositories) |
void |
FlattenDescriptor.setScm(ElementHandling scm) |
void |
FlattenDescriptor.setUrl(ElementHandling url) |
void |
FlattenDescriptor.setVersion(ElementHandling version) |
Copyright © 2014–2015 MojoHaus. All rights reserved.