Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractFlattenMojo - Class in org.codehaus.mojo.flatten
-
This is the abstract base class for
MOJOs
that realize the different goals of this plugin. - AbstractFlattenMojo() - Constructor for class org.codehaus.mojo.flatten.AbstractFlattenMojo
-
The constructor.
- add(ModelProblemCollectorRequest) - Method in class org.codehaus.mojo.flatten.LoggingModelProblemCollector
- add(Dependency) - Method in class org.codehaus.mojo.flatten.Dependencies
- addAll(List<Dependency>) - Method in class org.codehaus.mojo.flatten.Dependencies
- addPostProcessor(InterpolationPostProcessor) - Method in class org.codehaus.mojo.flatten.cifriendly.CiInterpolatorImpl
- addRepository(Repository) - Method in class org.codehaus.mojo.flatten.model.resolution.FlattenModelResolver
- addRepository(Repository, boolean) - Method in class org.codehaus.mojo.flatten.model.resolution.FlattenModelResolver
- addValueSource(ValueSource) - Method in class org.codehaus.mojo.flatten.cifriendly.CiInterpolatorImpl
- all - Enum constant in enum org.codehaus.mojo.flatten.FlattenDependencyMode
-
Flatten both direct, inherited and transitive dependencies.
- ARTIFACT_ID - Static variable in class org.codehaus.mojo.flatten.PomProperty
- asProxy() - Method in class org.codehaus.mojo.flatten.extendedinterpolation.FilteringValueSourceWrapper
- assembleModelInheritance(Model, Model, ModelBuildingRequest, ModelProblemCollector) - Method in class org.codehaus.mojo.flatten.DirectDependenciesInheritanceAssembler
B
- bom - Enum constant in enum org.codehaus.mojo.flatten.FlattenMode
- build(ModelBuildingRequest, ProfileInjector, ProfileSelector) - Method in class org.codehaus.mojo.flatten.ModelBuilderThreadSafetyWorkaround
- BUILD - Static variable in class org.codehaus.mojo.flatten.PomProperty
C
- CI_MANAGEMENT - Static variable in class org.codehaus.mojo.flatten.PomProperty
- CiInterpolator - Interface in org.codehaus.mojo.flatten.cifriendly
-
A shameless replacement of ModelInterpolator from maven-model-builder.
- CiInterpolatorImpl - Class in org.codehaus.mojo.flatten.cifriendly
-
Based on StringSearchInterpolator from plexus-interpolation, see
StringSearchInterpolator
. - CiInterpolatorImpl() - Constructor for class org.codehaus.mojo.flatten.cifriendly.CiInterpolatorImpl
- CiInterpolatorImpl(String, String) - Constructor for class org.codehaus.mojo.flatten.cifriendly.CiInterpolatorImpl
- CiModelInterpolator - Class in org.codehaus.mojo.flatten.cifriendly
-
Based on StringSearchModelInterpolator in maven-model-builder.
- CiModelInterpolator(PathTranslator, UrlNormalizer) - Constructor for class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator
- clean - Enum constant in enum org.codehaus.mojo.flatten.FlattenMode
-
Removes all
optional POM elements
. - CleanMojo - Class in org.codehaus.mojo.flatten
-
This MOJO realizes the goal
flatten:clean
that deletes any files created by
(more specific the flattened POM file which is by defaultflatten:flatten
.flattened-pom.xml
). - CleanMojo() - Constructor for class org.codehaus.mojo.flatten.CleanMojo
-
The constructor.
- clearAnswers() - Method in class org.codehaus.mojo.flatten.cifriendly.CiInterpolatorImpl
- clearFeedback() - Method in class org.codehaus.mojo.flatten.cifriendly.CiInterpolatorImpl
-
Clear the feedback messages from previous interpolate(..) calls.
- contains(Dependency) - Method in class org.codehaus.mojo.flatten.Dependencies
- CONTRIBUTORS - Static variable in class org.codehaus.mojo.flatten.PomProperty
- copy(Model, Model) - Method in class org.codehaus.mojo.flatten.PomProperty
-
Copies the value identified by this
PomProperty
from the givensource
Model
to the giventarget
Model
. - createCleanPomImpl(Model) - Method in class org.codehaus.mojo.flatten.FlattenMojo
- createEffectivePomImpl(ModelBuildingRequest) - Method in class org.codehaus.mojo.flatten.FlattenMojo
-
Creates the effective POM for the given
pomFile
trying its best to match the core maven behaviour. - createFlattenedDependencies(Model) - Method in class org.codehaus.mojo.flatten.FlattenMojo
-
Creates the
List
ofdependencies
for the flattened POM. - createFlattenedDependencies(Model, List<Dependency>) - Method in class org.codehaus.mojo.flatten.FlattenMojo
-
Collects the resolved
dependencies
from the giveneffectiveModel
. - createFlattenedDependency(Dependency) - Method in class org.codehaus.mojo.flatten.FlattenMojo
- createFlattenedPom(File) - Method in class org.codehaus.mojo.flatten.FlattenMojo
-
This method creates the flattened POM what is the main task of this plugin.
- createFlattenedRepositories(List<Repository>) - Static method in class org.codehaus.mojo.flatten.FlattenMojo
-
Creates a flattened
List
ofRepository
elements where those from super-POM are omitted. - createInterpolator() - Method in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator
- createPostProcessors(Model, File, ModelBuildingRequest) - Method in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator
- createValueSources(Model, File, ModelBuildingRequest, ModelProblemCollector) - Method in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator
- createValueSources(Model, File, ModelBuildingRequest, ModelProblemCollector) - Method in class org.codehaus.mojo.flatten.extendedinterpolation.ExtendedStringSearchModelInterpolator
D
- DEFAULT_END_EXPR - Static variable in class org.codehaus.mojo.flatten.cifriendly.CiInterpolatorImpl
- DEFAULT_START_EXPR - Static variable in class org.codehaus.mojo.flatten.cifriendly.CiInterpolatorImpl
- defaults - Enum constant in enum org.codehaus.mojo.flatten.FlattenMode
-
The default mode that removes all
optional POM elements
exceptrepositories
. - Dependencies - Class in org.codehaus.mojo.flatten
-
This is a simple container for
Dependency
objects. - Dependencies() - Constructor for class org.codehaus.mojo.flatten.Dependencies
-
The constructor.
- DEPENDENCIES - Static variable in class org.codehaus.mojo.flatten.PomProperty
- DEPENDENCY_MANAGEMENT - Static variable in class org.codehaus.mojo.flatten.PomProperty
- DESCRIPTION - Static variable in class org.codehaus.mojo.flatten.PomProperty
- DEVELOPERS - Static variable in class org.codehaus.mojo.flatten.PomProperty
- direct - Enum constant in enum org.codehaus.mojo.flatten.FlattenDependencyMode
-
Flatten only the direct dependency versions, excluding inherited dependencies from a parent module.
- DirectDependenciesInheritanceAssembler - Class in org.codehaus.mojo.flatten
-
The DefaultInheritanceAssembler is encapsulating the InheritanceModelMerger.
- DirectDependenciesInheritanceAssembler() - Constructor for class org.codehaus.mojo.flatten.DirectDependenciesInheritanceAssembler
- DirectDependenciesInheritanceAssembler.DirectDependenciesInheritanceModelMerger - Class in org.codehaus.mojo.flatten
-
InheritanceModelMerger
- DirectDependenciesInheritanceModelMerger() - Constructor for class org.codehaus.mojo.flatten.DirectDependenciesInheritanceAssembler.DirectDependenciesInheritanceModelMerger
- DISTRIBUTION_MANAGEMENT - Static variable in class org.codehaus.mojo.flatten.PomProperty
E
- ElementHandling - Enum in org.codehaus.mojo.flatten
-
This enum contains each available handling for a POM element when flattening.
- execute() - Method in class org.codehaus.mojo.flatten_maven_plugin.HelpMojo
- execute() - Method in class org.codehaus.mojo.flatten.CleanMojo
- execute() - Method in class org.codehaus.mojo.flatten.FlattenMojo
- expand - Enum constant in enum org.codehaus.mojo.flatten.ElementHandling
-
Take the element from the effective POM.
- extended_interpolate - Enum constant in enum org.codehaus.mojo.flatten.ElementHandling
-
Take the element from the interpolated POM, but resolve the variables with the properties from the effective POM.
Don't resolve the following variables "project.basedir", "project.baseUri", "project.build.directory", "project.build.outputDirectory", "project.build.sourceDirectory", "project.build.scriptSourceDirectory", "project.build.testSourceDirectory", "project.reporting.outputDirectory"
Interpolate the parent version - ExtendedModelInterpolator - Interface in org.codehaus.mojo.flatten.extendedinterpolation
- ExtendedModelInterpolatorException - Exception Class in org.codehaus.mojo.flatten.extendedinterpolation
- ExtendedModelInterpolatorException(Throwable) - Constructor for exception class org.codehaus.mojo.flatten.extendedinterpolation.ExtendedModelInterpolatorException
- ExtendedStringSearchModelInterpolator - Class in org.codehaus.mojo.flatten.extendedinterpolation
- ExtendedStringSearchModelInterpolator() - Constructor for class org.codehaus.mojo.flatten.extendedinterpolation.ExtendedStringSearchModelInterpolator
- extractHeaderComment(File) - Method in class org.codehaus.mojo.flatten.FlattenMojo
-
This method extracts the XML header comment if available.
F
- fatjar - Enum constant in enum org.codehaus.mojo.flatten.FlattenMode
-
Removes all
optional POM elements
and dependencies. - FilteringValueSourceWrapper - Class in org.codehaus.mojo.flatten.extendedinterpolation
- flatten - Enum constant in enum org.codehaus.mojo.flatten.ElementHandling
-
Flatten the element.
- flattenDependencyMode - Variable in class org.codehaus.mojo.flatten.DirectDependenciesInheritanceAssembler
- FlattenDependencyMode - Enum in org.codehaus.mojo.flatten
-
This enum contains the predefined modes on how to flatten the dependencies.
- FlattenDescriptor - Class in org.codehaus.mojo.flatten
-
The descriptor that defines the additional POM elements that should be kept and copied to flattened POM.
- FlattenDescriptor() - Constructor for class org.codehaus.mojo.flatten.FlattenDescriptor
-
The constructor.
- FlattenDescriptor(Xpp3Dom) - Constructor for class org.codehaus.mojo.flatten.FlattenDescriptor
-
The constructor.
- FlattenMode - Enum in org.codehaus.mojo.flatten
-
This enum contains the predefined modes how to deal with
additional POM elements
whengenerating the flattened POM
. - FlattenModelResolver - Class in org.codehaus.mojo.flatten.model.resolution
-
This is a custom implementation of
ModelResolver
to emulate the maven POM resolution in order to build the flattened POM. - FlattenModelResolver(RepositorySystemSession, RepositorySystem, RequestTrace, String, List<RemoteRepository>, List<MavenProject>) - Constructor for class org.codehaus.mojo.flatten.model.resolution.FlattenModelResolver
-
The constructor.
- FlattenMojo - Class in org.codehaus.mojo.flatten
-
This MOJO realizes the goal
flatten
that generates the flattened POM andpotentially updates the POM file
so that the currentMavenProject
'sfile
points to the flattened POM instead of the originalpom.xml
file. - FlattenMojo() - Constructor for class org.codehaus.mojo.flatten.FlattenMojo
-
The constructor.
G
- get(Model) - Method in class org.codehaus.mojo.flatten.PomProperty
-
Generic getter for reading a
PomProperty
from aModel
. - getArtifactId() - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- getBuild() - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- getCiManagement() - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- getContributors() - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- getDefaultOperation() - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- getDependencies() - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- getDependencyManagement() - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- getDescription() - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- getDescriptor() - Method in enum org.codehaus.mojo.flatten.FlattenMode
- getDevelopers() - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- getDistributionManagement() - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- getFeedback() - Method in class org.codehaus.mojo.flatten.cifriendly.CiInterpolatorImpl
-
Return any feedback messages and errors that were generated - but suppressed - during the interpolation process.
- getFlattenedPomFile() - Method in class org.codehaus.mojo.flatten.AbstractFlattenMojo
- getFlattenedPomFilename() - Method in class org.codehaus.mojo.flatten.AbstractFlattenMojo
- getGroupId() - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- getHandling(PomProperty<?>) - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
-
Generic method to get a
ElementHandling
. - getInceptionYear() - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- getInterpolator() - Method in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator
- getIssueManagement() - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- getKey(Dependency) - Method in class org.codehaus.mojo.flatten.Dependencies
- getMailingLists() - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- getModules() - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- getName() - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- getName() - Method in class org.codehaus.mojo.flatten.PomProperty
- getName2handlingMap() - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- getOrganization() - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- getOutputDirectory() - Method in class org.codehaus.mojo.flatten.AbstractFlattenMojo
- getPackaging() - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- getParent() - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- getPluginManagement() - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- getPluginRepositories() - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- getPomProperties() - Static method in class org.codehaus.mojo.flatten.PomProperty
- getPrerequisites() - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- getProfiles() - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- getProperties() - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- getRecursionInterceptor() - Method in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator
- getReporting() - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- getRepositories() - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- getScm() - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- getUrl() - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- getValueType() - Method in class org.codehaus.mojo.flatten.PomProperty
- getVersion() - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- GROUP_ID - Static variable in class org.codehaus.mojo.flatten.PomProperty
H
- HelpMojo - Class in org.codehaus.mojo.flatten_maven_plugin
-
Display help information on flatten-maven-plugin.
Callmvn flatten:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details. - HelpMojo() - Constructor for class org.codehaus.mojo.flatten_maven_plugin.HelpMojo
I
- INCEPTION_YEAR - Static variable in class org.codehaus.mojo.flatten.PomProperty
- inherited - Enum constant in enum org.codehaus.mojo.flatten.FlattenDependencyMode
-
Flatten dependencies, including inherited dependencies from a parent module.
- interpolate - Enum constant in enum org.codehaus.mojo.flatten.ElementHandling
-
Take the element from the interpolated POM (original POM with variables interpolated).
- interpolate(String) - Method in class org.codehaus.mojo.flatten.cifriendly.CiInterpolatorImpl
- interpolate(String, String) - Method in class org.codehaus.mojo.flatten.cifriendly.CiInterpolatorImpl
- interpolate(String, String, RecursionInterceptor) - Method in class org.codehaus.mojo.flatten.cifriendly.CiInterpolatorImpl
- interpolate(String, RecursionInterceptor) - Method in class org.codehaus.mojo.flatten.cifriendly.CiInterpolatorImpl
-
Entry point for recursive resolution of an expression and all of its nested expressions.
- interpolateInternal(String, List<? extends ValueSource>, List<? extends InterpolationPostProcessor>, ModelProblemCollector) - Method in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator
- interpolateModel(Model, File, ModelBuildingRequest, ModelProblemCollector) - Method in interface org.codehaus.mojo.flatten.cifriendly.CiInterpolator
-
Interpolates expressions in the specified model.
- interpolateModel(Model, File, ModelBuildingRequest, ModelProblemCollector) - Method in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator
- interpolateModel(Model, Model, File, ModelBuildingRequest, ModelProblemCollector) - Method in interface org.codehaus.mojo.flatten.extendedinterpolation.ExtendedModelInterpolator
- interpolateModel(Model, Model, File, ModelBuildingRequest, ModelProblemCollector) - Method in class org.codehaus.mojo.flatten.extendedinterpolation.ExtendedStringSearchModelInterpolator
- interpolateObject(Object, Model, File, ModelBuildingRequest, ModelProblemCollector) - Method in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator
- isBuildTimeDriven(Activation) - Static method in class org.codehaus.mojo.flatten.FlattenMojo
- isCacheAnswers() - Method in class org.codehaus.mojo.flatten.cifriendly.CiInterpolatorImpl
- isElement() - Method in class org.codehaus.mojo.flatten.PomProperty
- isEmbedBuildProfileDependencies() - Method in class org.codehaus.mojo.flatten.FlattenMojo
- isEmpty() - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- isRequired() - Method in class org.codehaus.mojo.flatten.PomProperty
- ISSUE_MANAGEMENT - Static variable in class org.codehaus.mojo.flatten.PomProperty
- isUpdatePomFile() - Method in class org.codehaus.mojo.flatten.FlattenMojo
K
- keep - Enum constant in enum org.codehaus.mojo.flatten.ElementHandling
-
Take the element untouched from the original POM.
L
- LICENSES - Static variable in class org.codehaus.mojo.flatten.PomProperty
- LoggingModelProblemCollector - Class in org.codehaus.mojo.flatten
-
This is an implementation of
ModelProblemCollector
that is logging all problems. - LoggingModelProblemCollector(Log) - Constructor for class org.codehaus.mojo.flatten.LoggingModelProblemCollector
-
The constructor.
M
- MAILING_LISTS - Static variable in class org.codehaus.mojo.flatten.PomProperty
- merge(Model, Model, boolean, Map<?, ?>) - Method in class org.codehaus.mojo.flatten.DirectDependenciesInheritanceAssembler.DirectDependenciesInheritanceModelMerger
- merge(FlattenDescriptor) - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
-
Creates and returns a new
FlattenDescriptor
with theElementHandling
s merged from this and the givenFlattenDescriptor
. - mergeModelBase_Dependencies(ModelBase, ModelBase, boolean, Map<Object, Object>) - Method in class org.codehaus.mojo.flatten.DirectDependenciesInheritanceAssembler.DirectDependenciesInheritanceModelMerger
- merger - Variable in class org.codehaus.mojo.flatten.DirectDependenciesInheritanceAssembler
- minimum - Enum constant in enum org.codehaus.mojo.flatten.FlattenMode
-
Deprecated.confusing name, unstable contract.
- MODEL_ENCODING - Static variable in class org.codehaus.mojo.flatten.PomProperty
- MODEL_VERSION - Static variable in class org.codehaus.mojo.flatten.PomProperty
- ModelBuilderThreadSafetyWorkaround - Class in org.codehaus.mojo.flatten
-
Works around thread safety issues when modifying the global singleton
DefaultModelBuilder
with customProfileInjector
andProfileSelector
. - ModelBuilderThreadSafetyWorkaround() - Constructor for class org.codehaus.mojo.flatten.ModelBuilderThreadSafetyWorkaround
- MODULES - Static variable in class org.codehaus.mojo.flatten.PomProperty
N
- NAME - Static variable in class org.codehaus.mojo.flatten.PomProperty
- newCopy() - Method in class org.codehaus.mojo.flatten.model.resolution.FlattenModelResolver
O
- org.codehaus.mojo.flatten - package org.codehaus.mojo.flatten
- org.codehaus.mojo.flatten_maven_plugin - package org.codehaus.mojo.flatten_maven_plugin
- org.codehaus.mojo.flatten.cifriendly - package org.codehaus.mojo.flatten.cifriendly
- org.codehaus.mojo.flatten.extendedinterpolation - package org.codehaus.mojo.flatten.extendedinterpolation
- org.codehaus.mojo.flatten.model.resolution - package org.codehaus.mojo.flatten.model.resolution
- ORGANIZATION - Static variable in class org.codehaus.mojo.flatten.PomProperty
- oss - Enum constant in enum org.codehaus.mojo.flatten.FlattenMode
-
For Open-Source-Software projects that want to keep all
optional POM elements
except forrepositories
andpluginRepositories
. - ossrh - Enum constant in enum org.codehaus.mojo.flatten.FlattenMode
-
Keeps all
optional POM elements
that are required for OSS Repository-Hosting.
P
- PACKAGING - Static variable in class org.codehaus.mojo.flatten.PomProperty
- PARENT - Static variable in class org.codehaus.mojo.flatten.PomProperty
- PLUGIN_MANAGEMENT - Static variable in class org.codehaus.mojo.flatten.PomProperty
- PLUGIN_REPOSITORIES - Static variable in class org.codehaus.mojo.flatten.PomProperty
- POM_FILE - Static variable in class org.codehaus.mojo.flatten.PomProperty
- PomProperty<V> - Class in org.codehaus.mojo.flatten
-
This class reflects a property of a
POM
. - PomProperty(String, Class<V>) - Constructor for class org.codehaus.mojo.flatten.PomProperty
-
The constructor.
- PREREQUISITES - Static variable in class org.codehaus.mojo.flatten.PomProperty
- PROFILES - Static variable in class org.codehaus.mojo.flatten.PomProperty
- PROPERTIES - Static variable in class org.codehaus.mojo.flatten.PomProperty
R
- remove - Enum constant in enum org.codehaus.mojo.flatten.ElementHandling
-
Remove the element entirely so it will not be present in flattened POM.
- removePostProcessor(InterpolationPostProcessor) - Method in class org.codehaus.mojo.flatten.cifriendly.CiInterpolatorImpl
- removeValuesSource(ValueSource) - Method in class org.codehaus.mojo.flatten.cifriendly.CiInterpolatorImpl
- REPORTING - Static variable in class org.codehaus.mojo.flatten.PomProperty
- REPOSITORIES - Static variable in class org.codehaus.mojo.flatten.PomProperty
- resolve - Enum constant in enum org.codehaus.mojo.flatten.ElementHandling
-
Take the element from the resolved POM.
- resolve(Dependency) - Method in class org.codehaus.mojo.flatten.Dependencies
- resolveCiFriendliesOnly - Enum constant in enum org.codehaus.mojo.flatten.FlattenMode
-
Only resolves variables revision, sha1 and changelist.
- resolveModel(String, String, String) - Method in class org.codehaus.mojo.flatten.model.resolution.FlattenModelResolver
- resolveModel(Dependency) - Method in class org.codehaus.mojo.flatten.model.resolution.FlattenModelResolver
- resolveModel(Parent) - Method in class org.codehaus.mojo.flatten.model.resolution.FlattenModelResolver
-
Resolves the POM for the specified parent.
S
- SCM - Static variable in class org.codehaus.mojo.flatten.PomProperty
- set(Model, V) - Method in class org.codehaus.mojo.flatten.PomProperty
-
Generic setter for writing a
PomProperty
in aModel
. - setArtifactId(ElementHandling) - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- setBuild(ElementHandling) - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- setCacheAnswers(boolean) - Method in class org.codehaus.mojo.flatten.cifriendly.CiInterpolatorImpl
- setCiManagement(ElementHandling) - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- setClassLoader(ClassLoader) - Static method in class org.codehaus.mojo.flatten.extendedinterpolation.FilteringValueSourceWrapper
- setContributors(ElementHandling) - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- setDefaultOperation(ElementHandling) - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- setDependencies(ElementHandling) - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- setDependencyManagement(ElementHandling) - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- setDescription(ElementHandling) - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- setDevelopers(ElementHandling) - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- setDistributionManagement(ElementHandling) - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- setGroupId(ElementHandling) - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- setHandling(PomProperty<?>, ElementHandling) - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
-
Generic method to set an
ElementHandling
. - setInceptionYear(ElementHandling) - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- setIssueManagement(ElementHandling) - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- setMailingLists(ElementHandling) - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- setModules(ElementHandling) - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- setName(ElementHandling) - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- setOrganization(ElementHandling) - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- setPackaging(ElementHandling) - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- setParent(ElementHandling) - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- setPluginManagement(ElementHandling) - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- setPluginRepositories(ElementHandling) - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- setPrerequisites(ElementHandling) - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- setProfiles(ElementHandling) - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- setProperties(ElementHandling) - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- setRecursionInterceptor(RecursionInterceptor) - Method in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator
- setReporting(ElementHandling) - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- setRepositories(ElementHandling) - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- setScm(ElementHandling) - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- setUrl(ElementHandling) - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- setVersion(ElementHandling) - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
- shouldSkip() - Method in class org.codehaus.mojo.flatten.AbstractFlattenMojo
- shouldSkipGoal() - Method in class org.codehaus.mojo.flatten.AbstractFlattenMojo
- shouldSkipGoal() - Method in class org.codehaus.mojo.flatten.CleanMojo
- shouldSkipGoal() - Method in class org.codehaus.mojo.flatten.FlattenMojo
T
- toList() - Method in class org.codehaus.mojo.flatten.Dependencies
U
- URL - Static variable in class org.codehaus.mojo.flatten.PomProperty
V
- valueOf(String) - Static method in enum org.codehaus.mojo.flatten.ElementHandling
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.codehaus.mojo.flatten.FlattenDependencyMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.codehaus.mojo.flatten.FlattenMode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.codehaus.mojo.flatten.ElementHandling
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.codehaus.mojo.flatten.FlattenDependencyMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.codehaus.mojo.flatten.FlattenMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VERSION - Static variable in class org.codehaus.mojo.flatten.PomProperty
W
- wrap(Object, Predicate<String>) - Static method in class org.codehaus.mojo.flatten.extendedinterpolation.FilteringValueSourceWrapper
- wrap(List<ValueSource>, Predicate<String>) - Static method in class org.codehaus.mojo.flatten.extendedinterpolation.FilteringValueSourceWrapper
- writePom(Model, File, String, KeepCommentsInPom) - Method in class org.codehaus.mojo.flatten.FlattenMojo
- writeStringToFile(String, File, String) - Method in class org.codehaus.mojo.flatten.FlattenMojo
-
Writes the given
data
to the givenfile
using the specifiedencoding
.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form