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 ElementHandlingFlattenDescriptor. defaultOperationprivate ElementHandlingFlattenMojo. defaultOperationThe 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. name2handlingMapMethods in org.codehaus.mojo.flatten that return ElementHandling Modifier and Type Method Description ElementHandlingFlattenDescriptor. getArtifactId()ElementHandlingFlattenDescriptor. getBuild()ElementHandlingFlattenDescriptor. getCiManagement()ElementHandlingFlattenDescriptor. getContributors()ElementHandlingFlattenDescriptor. getDefaultOperation()ElementHandlingFlattenDescriptor. getDependencies()ElementHandlingFlattenDescriptor. getDependencyManagement()ElementHandlingFlattenDescriptor. getDescription()ElementHandlingFlattenDescriptor. getDevelopers()ElementHandlingFlattenDescriptor. getDistributionManagement()ElementHandlingFlattenDescriptor. getGroupId()ElementHandlingFlattenDescriptor. getHandling(PomProperty<?> property)Generic method to get aElementHandling.ElementHandlingFlattenDescriptor. getInceptionYear()ElementHandlingFlattenDescriptor. getIssueManagement()ElementHandlingFlattenDescriptor. getMailingLists()ElementHandlingFlattenDescriptor. getModules()ElementHandlingFlattenDescriptor. getName()ElementHandlingFlattenDescriptor. getOrganization()ElementHandlingFlattenDescriptor. getPackaging()ElementHandlingFlattenDescriptor. getParent()ElementHandlingFlattenDescriptor. getPluginManagement()ElementHandlingFlattenDescriptor. getPluginRepositories()ElementHandlingFlattenDescriptor. getPrerequisites()ElementHandlingFlattenDescriptor. getProfiles()ElementHandlingFlattenDescriptor. getProperties()ElementHandlingFlattenDescriptor. getReporting()ElementHandlingFlattenDescriptor. getRepositories()ElementHandlingFlattenDescriptor. getScm()ElementHandlingFlattenDescriptor. getUrl()ElementHandlingFlattenDescriptor. getVersion()static ElementHandlingElementHandling. 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 that return types with arguments of type ElementHandling Modifier and Type Method Description java.util.Map<java.lang.String,ElementHandling>FlattenDescriptor. getName2handlingMap()Methods in org.codehaus.mojo.flatten with parameters of type ElementHandling Modifier and Type Method Description org.apache.maven.model.ModelFlattenMojo.ModelsFactory. getModel(ElementHandling handling)voidFlattenDescriptor. setArtifactId(ElementHandling artifactId)voidFlattenDescriptor. setBuild(ElementHandling build)voidFlattenDescriptor. setCiManagement(ElementHandling ciManagement)voidFlattenDescriptor. setContributors(ElementHandling contributors)voidFlattenDescriptor. setDefaultOperation(ElementHandling defaultOperation)voidFlattenDescriptor. setDependencies(ElementHandling dependencies)voidFlattenDescriptor. setDependencyManagement(ElementHandling dependencyManagement)voidFlattenDescriptor. setDescription(ElementHandling description)voidFlattenDescriptor. setDevelopers(ElementHandling developers)voidFlattenDescriptor. setDistributionManagement(ElementHandling distributionManagement)voidFlattenDescriptor. setGroupId(ElementHandling groupId)voidFlattenDescriptor. setHandling(PomProperty<?> property, ElementHandling handling)Generic method to set anElementHandling.voidFlattenDescriptor. setInceptionYear(ElementHandling inceptionYear)voidFlattenDescriptor. setIssueManagement(ElementHandling issueManagement)voidFlattenDescriptor. setMailingLists(ElementHandling mailingLists)voidFlattenDescriptor. setModules(ElementHandling modules)voidFlattenDescriptor. setName(ElementHandling name)voidFlattenDescriptor. setOrganization(ElementHandling organization)voidFlattenDescriptor. setPackaging(ElementHandling packaging)voidFlattenDescriptor. setParent(ElementHandling parent)voidFlattenDescriptor. setPluginManagement(ElementHandling pluginManagement)voidFlattenDescriptor. setPluginRepositories(ElementHandling pluginRepositories)voidFlattenDescriptor. setPrerequisites(ElementHandling prerequisites)voidFlattenDescriptor. setProfiles(ElementHandling profiles)voidFlattenDescriptor. setProperties(ElementHandling properties)voidFlattenDescriptor. setReporting(ElementHandling reporting)voidFlattenDescriptor. setRepositories(ElementHandling repositories)voidFlattenDescriptor. setScm(ElementHandling scm)voidFlattenDescriptor. setUrl(ElementHandling url)voidFlattenDescriptor. setVersion(ElementHandling version)
-