Index

A B C D E F G H I K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values

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 and transitive dependencies.
ARTIFACT_ID - Static variable in class org.codehaus.mojo.flatten.PomProperty
 
assembleModelInheritance(Model, Model, ModelBuildingRequest, ModelProblemCollector) - Method in class org.codehaus.mojo.flatten.DirectDependenciesInheritanceAssembler
 

B

bom - Enum constant in enum org.codehaus.mojo.flatten.FlattenMode
Like FlattenMode.ossrh but additionally keeps dependencyManagement and properties.
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
CleanMojo - Class in org.codehaus.mojo.flatten
This MOJO realizes the goal flatten:clean that deletes any files created by flatten:flatten (more specific the flattened POM file which is by default .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 given source Model to the given target Model.
createCleanPom(Model) - Method in class org.codehaus.mojo.flatten.FlattenMojo
This method creates the clean POM as a Model where to copy elements from that shall be flattened.
createEffectivePom(ModelBuildingRequest, boolean, FlattenMode) - 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 of dependencies for the flattened POM.
createFlattenedDependencies(Model, List<Dependency>) - Method in class org.codehaus.mojo.flatten.FlattenMojo
Collects the resolved dependencies from the given effectiveModel.
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 of Repository 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
 

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 except repositories.
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.
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.
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.
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 when generating 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 and potentially updates the POM file so that the current MavenProject's file points to the flattened POM instead of the original pom.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 a Model.
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
 
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.
Call mvn 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
 
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
 
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 the ElementHandlings merged from this and the given FlattenDescriptor.
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 custom ProfileInjector and ProfileSelector.
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.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 for repositories and pluginRepositories.
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 a Model.
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
 
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

writePom(Model, File, String, KeepCommentsInPom) - Method in class org.codehaus.mojo.flatten.FlattenMojo
Writes the given POM Model to the given File.
writeStringToFile(String, File, String) - Method in class org.codehaus.mojo.flatten.FlattenMojo
Writes the given data to the given file using the specified encoding.
A B C D E F G H I K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values