Uses of Enum
org.codehaus.mojo.flatten.ElementHandling
Packages that use ElementHandling
-
Uses of ElementHandling in org.codehaus.mojo.flatten
Methods in org.codehaus.mojo.flatten that return ElementHandlingModifier and TypeMethodDescriptionFlattenDescriptor.getArtifactId()FlattenDescriptor.getBuild()FlattenDescriptor.getCiManagement()FlattenDescriptor.getContributors()FlattenDescriptor.getDefaultOperation()FlattenDescriptor.getDependencies()FlattenDescriptor.getDependencyManagement()FlattenDescriptor.getDescription()FlattenDescriptor.getDevelopers()FlattenDescriptor.getDistributionManagement()FlattenDescriptor.getGroupId()FlattenDescriptor.getHandling(PomProperty<?> property) Generic method to get aElementHandling.FlattenDescriptor.getInceptionYear()FlattenDescriptor.getIssueManagement()FlattenDescriptor.getMailingLists()FlattenDescriptor.getModules()FlattenDescriptor.getName()FlattenDescriptor.getOrganization()FlattenDescriptor.getPackaging()FlattenDescriptor.getParent()FlattenDescriptor.getPluginManagement()FlattenDescriptor.getPluginRepositories()FlattenDescriptor.getPrerequisites()FlattenDescriptor.getProfiles()FlattenDescriptor.getProperties()FlattenDescriptor.getReporting()FlattenDescriptor.getRepositories()FlattenDescriptor.getScm()FlattenDescriptor.getUrl()FlattenDescriptor.getVersion()static ElementHandlingReturns 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 ElementHandlingMethods in org.codehaus.mojo.flatten with parameters of type ElementHandlingModifier and TypeMethodDescriptionvoidFlattenDescriptor.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)