Uses of Class
org.codehaus.mojo.flatten.PomProperty
Packages that use PomProperty
-
Uses of PomProperty in org.codehaus.mojo.flatten
Fields in org.codehaus.mojo.flatten declared as PomPropertyModifier and TypeFieldDescriptionstatic final PomProperty
<String> PomProperty.ARTIFACT_ID
static final PomProperty
<Build> PomProperty.BUILD
static final PomProperty
<CiManagement> PomProperty.CI_MANAGEMENT
static final PomProperty
<List<Contributor>> PomProperty.CONTRIBUTORS
static final PomProperty
<List<Dependency>> PomProperty.DEPENDENCIES
static final PomProperty
<DependencyManagement> PomProperty.DEPENDENCY_MANAGEMENT
static final PomProperty
<String> PomProperty.DESCRIPTION
static final PomProperty
<List<Developer>> PomProperty.DEVELOPERS
static final PomProperty
<DistributionManagement> PomProperty.DISTRIBUTION_MANAGEMENT
static final PomProperty
<String> PomProperty.GROUP_ID
static final PomProperty
<String> PomProperty.INCEPTION_YEAR
static final PomProperty
<IssueManagement> PomProperty.ISSUE_MANAGEMENT
static final PomProperty
<List<License>> PomProperty.LICENSES
static final PomProperty
<List<MailingList>> PomProperty.MAILING_LISTS
static final PomProperty
<String> PomProperty.MODEL_ENCODING
static final PomProperty
<String> PomProperty.MODEL_VERSION
static final PomProperty
<List<String>> PomProperty.MODULES
static final PomProperty
<String> PomProperty.NAME
static final PomProperty
<Organization> PomProperty.ORGANIZATION
static final PomProperty
<String> PomProperty.PACKAGING
static final PomProperty
<Parent> PomProperty.PARENT
static final PomProperty
<PluginManagement> PomProperty.PLUGIN_MANAGEMENT
static final PomProperty
<List<Repository>> PomProperty.PLUGIN_REPOSITORIES
static final PomProperty
<File> PomProperty.POM_FILE
static final PomProperty
<Prerequisites> PomProperty.PREREQUISITES
static final PomProperty
<List<Profile>> PomProperty.PROFILES
static final PomProperty
<Properties> PomProperty.PROPERTIES
static final PomProperty
<Reporting> PomProperty.REPORTING
static final PomProperty
<List<Repository>> PomProperty.REPOSITORIES
static final PomProperty
<Scm> PomProperty.SCM
static final PomProperty
<String> PomProperty.URL
static final PomProperty
<String> PomProperty.VERSION
Methods in org.codehaus.mojo.flatten that return types with arguments of type PomPropertyMethods in org.codehaus.mojo.flatten with parameters of type PomPropertyModifier and TypeMethodDescriptionFlattenDescriptor.getHandling
(PomProperty<?> property) Generic method to get aElementHandling
.void
FlattenDescriptor.setHandling
(PomProperty<?> property, ElementHandling handling) Generic method to set anElementHandling
.