Uses of Class
org.codehaus.mojo.flatten.ElementHandling
-
Packages that use ElementHandling Package Description org.codehaus.mojo.flatten -
-
Uses of ElementHandling in org.codehaus.mojo.flatten
Fields in org.codehaus.mojo.flatten declared as ElementHandling Modifier and Type Field Description private ElementHandling
FlattenDescriptor. defaultOperation
private ElementHandling
FlattenMojo. defaultOperation
The default operation to use when no element handling is given.Fields in org.codehaus.mojo.flatten with type parameters of type ElementHandling Modifier and Type Field Description private java.util.Map<java.lang.String,ElementHandling>
FlattenDescriptor. name2handlingMap
Methods in org.codehaus.mojo.flatten that return ElementHandling Modifier and Type Method Description ElementHandling
FlattenDescriptor. getArtifactId()
ElementHandling
FlattenDescriptor. getBuild()
ElementHandling
FlattenDescriptor. getCiManagement()
ElementHandling
FlattenDescriptor. getContributors()
ElementHandling
FlattenDescriptor. getDefaultOperation()
ElementHandling
FlattenDescriptor. getDependencies()
ElementHandling
FlattenDescriptor. getDependencyManagement()
ElementHandling
FlattenDescriptor. getDescription()
ElementHandling
FlattenDescriptor. getDevelopers()
ElementHandling
FlattenDescriptor. getDistributionManagement()
ElementHandling
FlattenDescriptor. getGroupId()
ElementHandling
FlattenDescriptor. getHandling(PomProperty<?> property)
Generic method to get aElementHandling
.ElementHandling
FlattenDescriptor. getInceptionYear()
ElementHandling
FlattenDescriptor. getIssueManagement()
ElementHandling
FlattenDescriptor. getMailingLists()
ElementHandling
FlattenDescriptor. getModules()
ElementHandling
FlattenDescriptor. getName()
ElementHandling
FlattenDescriptor. getOrganization()
ElementHandling
FlattenDescriptor. getPackaging()
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(java.lang.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.Methods in org.codehaus.mojo.flatten with parameters of type ElementHandling Modifier and Type Method Description void
FlattenDescriptor. setArtifactId(ElementHandling artifactId)
void
FlattenDescriptor. setBuild(ElementHandling build)
void
FlattenDescriptor. setCiManagement(ElementHandling ciManagement)
void
FlattenDescriptor. setContributors(ElementHandling contributors)
void
FlattenDescriptor. setDefaultOperation(ElementHandling defaultOperation)
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. setGroupId(ElementHandling groupId)
void
FlattenDescriptor. setHandling(PomProperty<?> property, ElementHandling handling)
Generic method to set anElementHandling
.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. setPackaging(ElementHandling packaging)
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)
-