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
addProject(MavenProject) - Method in class org.codehaus.mojo.flatten.model.resolution.ReactorModelPool
 
addProjects(List<MavenProject>) - Method in class org.codehaus.mojo.flatten.model.resolution.ReactorModelPool
 
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.
append(StringBuilder, String, int) - Method in class org.codehaus.mojo.flatten_maven_plugin.HelpMojo
Append a description to the buffer by respecting the indentSize and lineLength parameters.
ARTIFACT_ID - Static variable in class org.codehaus.mojo.flatten.PomProperty
 
artifactHandlerManager - Variable in class org.codehaus.mojo.flatten.FlattenMojo
 
artifactId - Variable in class org.codehaus.mojo.flatten.model.resolution.ReactorModelPool.Coordinates
 
assembleModelInheritance(Model, Model, ModelBuildingRequest, ModelProblemCollector) - Method in class org.codehaus.mojo.flatten.DirectDependenciesInheritanceAssembler
 

B

bannedPrefix - Variable in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.ProblemDetectingValueSource
 
bom - Enum constant in enum org.codehaus.mojo.flatten.FlattenMode
Like FlattenMode.ossrh but additionally keeps dependencyManagement and properties.
build() - Method in class org.codehaus.mojo.flatten_maven_plugin.HelpMojo
 
build(ModelBuildingRequest, ProfileInjector, ProfileSelector) - Method in class org.codehaus.mojo.flatten.ModelBuilderThreadSafetyWorkaround
 
BUILD - Static variable in class org.codehaus.mojo.flatten.PomProperty
 
BuildTimestampValueSource(Date, Properties) - Constructor for class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.BuildTimestampValueSource
 

C

cacheAnswers - Variable in class org.codehaus.mojo.flatten.cifriendly.CiInterpolatorImpl
 
CACHED_ENTRIES - Static variable in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator
 
CacheField(Field) - Constructor for class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.InterpolateObjectAction.CacheField
 
CacheItem(Class) - Constructor for class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.InterpolateObjectAction.CacheItem
 
CHILD_DIRECTORY - Static variable in class org.codehaus.mojo.flatten.DirectDependenciesInheritanceAssembler
copied from super implementation because it is private
CHILD_DIRECTORY_PROPERTY - Static variable in class org.codehaus.mojo.flatten.DirectDependenciesInheritanceAssembler
copied from super implementation because it is private
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
 
CiModelInterpolator.BuildTimestampValueSource - Class in org.codehaus.mojo.flatten.cifriendly
 
CiModelInterpolator.InterpolateObjectAction - Class in org.codehaus.mojo.flatten.cifriendly
 
CiModelInterpolator.InterpolateObjectAction.CacheField - Class in org.codehaus.mojo.flatten.cifriendly
 
CiModelInterpolator.InterpolateObjectAction.CacheItem - Class in org.codehaus.mojo.flatten.cifriendly
 
CiModelInterpolator.InterpolateObjectAction.ListField - Class in org.codehaus.mojo.flatten.cifriendly
 
CiModelInterpolator.InterpolateObjectAction.MapField - Class in org.codehaus.mojo.flatten.cifriendly
 
CiModelInterpolator.InterpolateObjectAction.ObjectField - Class in org.codehaus.mojo.flatten.cifriendly
 
CiModelInterpolator.InterpolateObjectAction.StringField - Class in org.codehaus.mojo.flatten.cifriendly
 
CiModelInterpolator.PathTranslatingPostProcessor - Class in org.codehaus.mojo.flatten.cifriendly
 
CiModelInterpolator.ProblemDetectingValueSource - Class in org.codehaus.mojo.flatten.cifriendly
 
CiModelInterpolator.UrlNormalizingPostProcessor - Class in org.codehaus.mojo.flatten.cifriendly
 
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.
clearFeedback() - Method in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.ProblemDetectingValueSource
 
comment(char[], int, int) - Method in class org.codehaus.mojo.flatten.FlattenMojo.SaxHeaderCommentHandler
commentsPaths - Variable in class org.codehaus.mojo.flatten.KeepCommentsInPom
The unique path list for an original node (the comments are stored via the referenced previousSibling)
contains(Dependency) - Method in class org.codehaus.mojo.flatten.Dependencies
 
context - Variable in class org.codehaus.mojo.flatten.model.resolution.FlattenModelResolver
 
CONTRIBUTORS - Static variable in class org.codehaus.mojo.flatten.PomProperty
 
Coordinates(String, String, String) - Constructor for class org.codehaus.mojo.flatten.model.resolution.ReactorModelPool.Coordinates
 
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.
create(Log, File) - Static method in class org.codehaus.mojo.flatten.KeepCommentsInPom
Create an instance with collected current comments of the passed pom.xml file.
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.
createFlattenedDependenciesAll(List<Dependency>, List<Dependency>, List<Dependency>) - Method in class org.codehaus.mojo.flatten.FlattenMojo
Collects the resolved direct and transitive dependencies from the given effectiveModel.
createFlattenedDependenciesDirect(List<Dependency>, 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
 
createModelBuildingRequest(File) - Method in class org.codehaus.mojo.flatten.FlattenMojo
 
createPostProcessors(Model, File, ModelBuildingRequest) - Method in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator
 
createResolvedPom(ModelBuildingRequest) - Method in class org.codehaus.mojo.flatten.FlattenMojo
 
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_LINE_LENGTH - Static variable in class org.codehaus.mojo.flatten_maven_plugin.HelpMojo
 
DEFAULT_START_EXPR - Static variable in class org.codehaus.mojo.flatten.cifriendly.CiInterpolatorImpl
 
defaultOperation - Variable in class org.codehaus.mojo.flatten.FlattenDescriptor
 
defaultOperation - Variable in class org.codehaus.mojo.flatten.FlattenMojo
The default operation to use when no element handling is given.
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
 
dependencyManagementImporter - Variable in class org.codehaus.mojo.flatten.ModelBuilderThreadSafetyWorkaround
 
dependencyManagementInjector - Variable in class org.codehaus.mojo.flatten.ModelBuilderThreadSafetyWorkaround
 
DESCRIPTION - Static variable in class org.codehaus.mojo.flatten.PomProperty
 
detail - Variable in class org.codehaus.mojo.flatten_maven_plugin.HelpMojo
If true, display all settable properties for each goal.
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
 
doInterpolate(Object, CiModelInterpolator.InterpolateObjectAction) - Method in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.InterpolateObjectAction.CacheField
 
doInterpolate(Object, CiModelInterpolator.InterpolateObjectAction) - Method in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.InterpolateObjectAction.ListField
 
doInterpolate(Object, CiModelInterpolator.InterpolateObjectAction) - Method in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.InterpolateObjectAction.MapField
 
doInterpolate(Object, CiModelInterpolator.InterpolateObjectAction) - Method in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.InterpolateObjectAction.ObjectField
 
doInterpolate(Object, CiModelInterpolator.InterpolateObjectAction) - Method in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.InterpolateObjectAction.StringField
 

E

ElementHandling - Enum in org.codehaus.mojo.flatten
This enum contains each available handling for a POM element when flattening.
ElementHandling() - Constructor for enum org.codehaus.mojo.flatten.ElementHandling
 
embedBuildProfileDependencies - Variable in class org.codehaus.mojo.flatten.FlattenMojo
Profiles activated by OS or JDK are valid ways to have different dependencies per environment.
endExpr - Variable in class org.codehaus.mojo.flatten.cifriendly.CiInterpolatorImpl
 
equals(Object) - Method in class org.codehaus.mojo.flatten.model.resolution.ReactorModelPool.Coordinates
 
evaluateArray(Object, CiModelInterpolator.InterpolateObjectAction) - Static method in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.InterpolateObjectAction
 
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
execute(String, Object) - Method in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.PathTranslatingPostProcessor
 
execute(String, Object) - Method in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.UrlNormalizingPostProcessor
 
existingAnswers - Variable in class org.codehaus.mojo.flatten.cifriendly.CiInterpolatorImpl
 
expand - Enum constant in enum org.codehaus.mojo.flatten.ElementHandling
Take the element from the effective POM.
expressionPrefixes - Variable in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.PathTranslatingPostProcessor
 
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.
field - Variable in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.InterpolateObjectAction.CacheField
 
fields - Variable in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.InterpolateObjectAction.CacheItem
 
find(String, String, String) - Method in class org.codehaus.mojo.flatten.model.resolution.ReactorModelPool
 
findNamedChild(Node, String) - Static method in class org.codehaus.mojo.flatten_maven_plugin.HelpMojo
 
findSingleChild(Node, String) - Static method in class org.codehaus.mojo.flatten_maven_plugin.HelpMojo
 
flatten - Enum constant in enum org.codehaus.mojo.flatten.ElementHandling
Flatten the element.
flattenDependencyMode - Variable in class org.codehaus.mojo.flatten.DirectDependenciesInheritanceAssembler
 
flattenDependencyMode - Variable in class org.codehaus.mojo.flatten.FlattenMojo
The different possible values for flattenDependencyMode: Mode Description direct Flatten only the direct dependency versions.
FlattenDependencyMode - Enum in org.codehaus.mojo.flatten
This enum contains the predefined modes on how to flatten the dependencies.
FlattenDependencyMode() - Constructor for enum org.codehaus.mojo.flatten.FlattenDependencyMode
 
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.
flattenedPomFilename - Variable in class org.codehaus.mojo.flatten.AbstractFlattenMojo
The filename of the generated flattened POM file.
flattenMode - Variable in class org.codehaus.mojo.flatten.FlattenMojo
The different possible values for flattenMode: Mode Description oss For Open-Source-Software projects that want to keep all optional POM elements except for repositories and pluginRepositories. ossrh Keeps all optional POM elements that are required for OSS Repository-Hosting. bom Like ossrh but additionally keeps dependencyManagement and properties.
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.
FlattenMode() - Constructor for enum org.codehaus.mojo.flatten.FlattenMode
 
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(FlattenModelResolver) - Constructor for class org.codehaus.mojo.flatten.model.resolution.FlattenModelResolver
 
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.
FlattenMojo.SaxHeaderCommentHandler - Class in org.codehaus.mojo.flatten
This class is a simple SAX handler that extracts the first comment located before the root tag in an XML document.

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
 
getCacheEntry(Class<?>) - Method in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.InterpolateObjectAction
 
getChildPathAdjustment(Model, Model, String) - Method in class org.codehaus.mojo.flatten.DirectDependenciesInheritanceAssembler
copied from super implementation because it is private though the adjustment is only for compatibility due to the comment with Maven 2.0
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.
getFeedback() - Method in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.ProblemDetectingValueSource
 
getFlattenDescriptor() - Method in class org.codehaus.mojo.flatten.FlattenMojo
 
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.
getHeaderComment() - Method in class org.codehaus.mojo.flatten.FlattenMojo.SaxHeaderCommentHandler
 
getInceptionYear() - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
 
getIndentLevel(String) - Static method in class org.codehaus.mojo.flatten_maven_plugin.HelpMojo
Gets the indentation level of the specified line.
getInterpolator() - Method in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator
 
getIssueManagement() - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
 
getKey(Artifact) - Method in class org.codehaus.mojo.flatten.FlattenMojo
getKey(Dependency) - Method in class org.codehaus.mojo.flatten.Dependencies
 
getKey(Dependency) - Method in class org.codehaus.mojo.flatten.FlattenMojo
getKey(Dependency) - Method in class org.codehaus.mojo.flatten.FlattenMojo
getLog() - Method in class org.codehaus.mojo.flatten.KeepCommentsInPom
 
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
 
getOriginalModel() - Method in class org.codehaus.mojo.flatten.FlattenMojo
 
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
 
getPropertyFromExpression(String) - Static method in class org.codehaus.mojo.flatten_maven_plugin.HelpMojo
 
getReactorModelsFromSession() - Method in class org.codehaus.mojo.flatten.FlattenMojo
 
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
 
getSingleChild(Node, String) - Static method in class org.codehaus.mojo.flatten_maven_plugin.HelpMojo
 
getSourceModel(FlattenDescriptor, PomProperty<?>, Model, Model, Model, Model, Model) - Method in class org.codehaus.mojo.flatten.FlattenMojo
 
getUrl() - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
 
getValue(String) - Method in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.BuildTimestampValueSource
 
getValue(String) - Method in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.ProblemDetectingValueSource
 
getValue(Node, String) - Static method in class org.codehaus.mojo.flatten_maven_plugin.HelpMojo
 
getValueType() - Method in class org.codehaus.mojo.flatten.PomProperty
 
getVersion() - Method in class org.codehaus.mojo.flatten.FlattenDescriptor
 
goal - Variable in class org.codehaus.mojo.flatten_maven_plugin.HelpMojo
The name of the goal for which to show help.
GROUP_ID - Static variable in class org.codehaus.mojo.flatten.PomProperty
 
groupId - Variable in class org.codehaus.mojo.flatten.model.resolution.ReactorModelPool.Coordinates
 

H

hashCode() - Method in class org.codehaus.mojo.flatten.model.resolution.ReactorModelPool.Coordinates
 
headerComment - Variable in class org.codehaus.mojo.flatten.FlattenMojo.SaxHeaderCommentHandler
 
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
 
indentSize - Variable in class org.codehaus.mojo.flatten_maven_plugin.HelpMojo
The number of spaces per indentation level, should be positive.
inheritanceAssembler - Variable in class org.codehaus.mojo.flatten.FlattenMojo
 
inheritanceAssembler - Variable in class org.codehaus.mojo.flatten.ModelBuilderThreadSafetyWorkaround
 
INITIAL_POM_WRITER_SIZE - Static variable in class org.codehaus.mojo.flatten.FlattenMojo
 
interpolate - Enum constant in enum org.codehaus.mojo.flatten.ElementHandling
Take the element from the interpolated POM (original POM with variables interpolated).
interpolate(Object, CiModelInterpolator.InterpolateObjectAction) - Method in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.InterpolateObjectAction.CacheField
 
interpolate(Object, CiModelInterpolator.InterpolateObjectAction) - Method in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.InterpolateObjectAction.CacheItem
 
interpolate(String) - Method in class org.codehaus.mojo.flatten.cifriendly.CiInterpolatorImpl
 
interpolate(String) - Method in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.InterpolateObjectAction
 
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.
interpolate(String, RecursionInterceptor, Set<String>) - Method in class org.codehaus.mojo.flatten.cifriendly.CiInterpolatorImpl
 
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
 
InterpolateObjectAction(Object, List<? extends ValueSource>, List<? extends InterpolationPostProcessor>, CiModelInterpolator, ModelProblemCollector) - Constructor for class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.InterpolateObjectAction
 
interpolationTargets - Variable in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.InterpolateObjectAction
 
interpolator - Variable in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator
 
isArray - Variable in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.InterpolateObjectAction.CacheItem
 
isArray - Variable in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.InterpolateObjectAction.ObjectField
 
isArray() - Method in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.InterpolateObjectAction.CacheItem
 
isBuildTimeDriven(Activation) - Static method in class org.codehaus.mojo.flatten.FlattenMojo
 
isCacheAnswers() - Method in class org.codehaus.mojo.flatten.cifriendly.CiInterpolatorImpl
 
isCentralRepositoryFromSuperPom(Repository) - Static method in class org.codehaus.mojo.flatten.FlattenMojo
This method determines if the given Repository section is identical to what is defined from the super POM.
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
 
isEmpty(Collection<?>) - Method in class org.codehaus.mojo.flatten.FlattenMojo
Null-safe check for Collection.isEmpty().
isNotEmpty(String) - Static method in class org.codehaus.mojo.flatten_maven_plugin.HelpMojo
 
isQualifiedForInterpolation - Variable in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.InterpolateObjectAction.CacheItem
 
isQualifiedForInterpolation(Class<?>) - Method in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.InterpolateObjectAction.CacheItem
 
isQualifiedForInterpolation(Field, Class<?>) - Method in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.InterpolateObjectAction.CacheItem
 
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.
keepCommentsInPom - Variable in class org.codehaus.mojo.flatten.FlattenMojo
The core maven model readers/writers are discarding the comments of the pom.xml.
KeepCommentsInPom - Class in org.codehaus.mojo.flatten
Helper class to keep the comments how they have been in the original pom.xml While reading with MavenXpp3Writer the comments are not placed into the Model and so MavenXpp3Writer is not able to re-write those comments.
KeepCommentsInPom() - Constructor for class org.codehaus.mojo.flatten.KeepCommentsInPom
 
key2DependencyMap - Variable in class org.codehaus.mojo.flatten.Dependencies
 

L

LICENSES - Static variable in class org.codehaus.mojo.flatten.PomProperty
 
lifecycleBindingsInjector - Variable in class org.codehaus.mojo.flatten.ModelBuilderThreadSafetyWorkaround
 
lineLength - Variable in class org.codehaus.mojo.flatten_maven_plugin.HelpMojo
The maximum length of a display line, should be positive.
ListField(Field) - Constructor for class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.InterpolateObjectAction.ListField
 
loadComments(File) - Method in class org.codehaus.mojo.flatten.KeepCommentsInPom
load all current comments and text fragments from xml file
log - Variable in class org.codehaus.mojo.flatten.KeepCommentsInPom
 
logger - Variable in class org.codehaus.mojo.flatten.LoggingModelProblemCollector
 
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
 
MapField(Field) - Constructor for class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.InterpolateObjectAction.MapField
 
mavenBuildTimestamp - Variable in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.BuildTimestampValueSource
 
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 - Variable in class org.codehaus.mojo.flatten.FlattenMojo
 
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
 
modelCiFriendlyInterpolator - Variable in class org.codehaus.mojo.flatten.FlattenMojo
The ModelInterpolator used to resolve variables.
modelInterpolator - Variable in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.InterpolateObjectAction
 
modelInterpolator - Variable in class org.codehaus.mojo.flatten.FlattenMojo
The ModelInterpolator used to resolve variables.
modelInterpolator - Variable in class org.codehaus.mojo.flatten.ModelBuilderThreadSafetyWorkaround
 
modelNormalizer - Variable in class org.codehaus.mojo.flatten.ModelBuilderThreadSafetyWorkaround
 
modelPathTranslator - Variable in class org.codehaus.mojo.flatten.ModelBuilderThreadSafetyWorkaround
 
modelProcessor - Variable in class org.codehaus.mojo.flatten.ModelBuilderThreadSafetyWorkaround
 
models - Variable in class org.codehaus.mojo.flatten.model.resolution.ReactorModelPool
 
modelUrlNormalizer - Variable in class org.codehaus.mojo.flatten.ModelBuilderThreadSafetyWorkaround
 
modelValidator - Variable in class org.codehaus.mojo.flatten.ModelBuilderThreadSafetyWorkaround
 
MODULES - Static variable in class org.codehaus.mojo.flatten.PomProperty
 
mojoExecution - Variable in class org.codehaus.mojo.flatten.FlattenMojo
The MojoExecution used to get access to the raw configuration of FlattenMojo.pomElements as empty tags are mapped to null.

N

name - Variable in class org.codehaus.mojo.flatten.PomProperty
 
NAME - Static variable in class org.codehaus.mojo.flatten.PomProperty
 
name2handlingMap - Variable in class org.codehaus.mojo.flatten.FlattenDescriptor
 
newCopy() - Method in class org.codehaus.mojo.flatten.model.resolution.FlattenModelResolver
newPrefix - Variable in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.ProblemDetectingValueSource
 
normalizer - Variable in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.UrlNormalizingPostProcessor
 

O

ObjectField(Field) - Constructor for class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.InterpolateObjectAction.ObjectField
 
omitExclusions - Variable in class org.codehaus.mojo.flatten.FlattenMojo
Dictates whether dependency exclusions stanzas should be included in the flattened POM.
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.
outputDirectory - Variable in class org.codehaus.mojo.flatten.AbstractFlattenMojo
The directory where the generated flattened POM file will be written to.

P

PACKAGING - Static variable in class org.codehaus.mojo.flatten.PomProperty
 
PARENT - Static variable in class org.codehaus.mojo.flatten.PomProperty
 
PathTranslatingPostProcessor(List<String>, Collection<String>, File, PathTranslator) - Constructor for class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.PathTranslatingPostProcessor
 
pathTranslator - Variable in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.PathTranslatingPostProcessor
 
pathTranslator - Variable in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator
 
PLUGIN_HELP_PATH - Static variable in class org.codehaus.mojo.flatten_maven_plugin.HelpMojo
 
PLUGIN_MANAGEMENT - Static variable in class org.codehaus.mojo.flatten.PomProperty
 
PLUGIN_REPOSITORIES - Static variable in class org.codehaus.mojo.flatten.PomProperty
 
pluginConfigurationExpander - Variable in class org.codehaus.mojo.flatten.ModelBuilderThreadSafetyWorkaround
 
pluginManagementInjector - Variable in class org.codehaus.mojo.flatten.ModelBuilderThreadSafetyWorkaround
 
POM_FILE - Static variable in class org.codehaus.mojo.flatten.PomProperty
 
POM_PROPERTIES - Static variable in class org.codehaus.mojo.flatten.PomProperty
 
POM_PROPERTIES_ARRAY - Static variable in class org.codehaus.mojo.flatten.PomProperty
 
pomElements - Variable in class org.codehaus.mojo.flatten.FlattenMojo
The Model that defines how to handle additional POM elements.
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.
postProcessors - Variable in class org.codehaus.mojo.flatten.cifriendly.CiInterpolatorImpl
 
postProcessors - Variable in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.InterpolateObjectAction
 
PREREQUISITES - Static variable in class org.codehaus.mojo.flatten.PomProperty
 
ProblemDetectingValueSource(ValueSource, String, String, ModelProblemCollector) - Constructor for class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.ProblemDetectingValueSource
 
problems - Variable in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.InterpolateObjectAction
 
problems - Variable in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.ProblemDetectingValueSource
 
PROFILES - Static variable in class org.codehaus.mojo.flatten.PomProperty
 
project - Variable in class org.codehaus.mojo.flatten.FlattenMojo
The Maven Project.
PROJECT_PREFIXES - Static variable in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator
 
projectDir - Variable in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.PathTranslatingPostProcessor
 
PROPERTIES - Static variable in class org.codehaus.mojo.flatten.PomProperty
 

R

reactorModelPool - Variable in class org.codehaus.mojo.flatten.model.resolution.FlattenModelResolver
The modules of the project being built.
ReactorModelPool - Class in org.codehaus.mojo.flatten.model.resolution
Holds a list of models and allows to retrieve them by their coordinates.
ReactorModelPool() - Constructor for class org.codehaus.mojo.flatten.model.resolution.ReactorModelPool
 
ReactorModelPool.Coordinates - Class in org.codehaus.mojo.flatten.model.resolution
 
recursionInterceptor - Variable in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator
 
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
repeat(String, int) - Static method in class org.codehaus.mojo.flatten_maven_plugin.HelpMojo
Repeat a String n times to form a new string.
reportConfigurationExpander - Variable in class org.codehaus.mojo.flatten.ModelBuilderThreadSafetyWorkaround
 
REPORTING - Static variable in class org.codehaus.mojo.flatten.PomProperty
 
reportingConverter - Variable in class org.codehaus.mojo.flatten.ModelBuilderThreadSafetyWorkaround
 
repositories - Variable in class org.codehaus.mojo.flatten.model.resolution.FlattenModelResolver
 
REPOSITORIES - Static variable in class org.codehaus.mojo.flatten.PomProperty
 
repositorySystem - Variable in class org.codehaus.mojo.flatten.FlattenMojo
 
repositorySystem - Variable in class org.codehaus.mojo.flatten.model.resolution.FlattenModelResolver
 
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.
resolveVersion(String, String, String) - Method in class org.codehaus.mojo.flatten.model.resolution.FlattenModelResolver
 
restoreOriginalComments(String, String) - Method in class org.codehaus.mojo.flatten.KeepCommentsInPom
 
rootTagSeen - Variable in class org.codehaus.mojo.flatten.FlattenMojo.SaxHeaderCommentHandler
true if root tag has already been visited, false otherwise.
run() - Method in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.InterpolateObjectAction
 

S

SaxHeaderCommentHandler() - Constructor for class org.codehaus.mojo.flatten.FlattenMojo.SaxHeaderCommentHandler
The constructor.
SCM - Static variable in class org.codehaus.mojo.flatten.PomProperty
 
session - Variable in class org.codehaus.mojo.flatten.FlattenMojo
The MavenSession used to get user properties.
session - Variable in class org.codehaus.mojo.flatten.model.resolution.FlattenModelResolver
 
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
 
setLog(Log) - Method in class org.codehaus.mojo.flatten.KeepCommentsInPom
 
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
 
settings - Variable in class org.codehaus.mojo.flatten.FlattenMojo
The Settings used to get active profile properties.
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
 
skip - Variable in class org.codehaus.mojo.flatten.AbstractFlattenMojo
If true the plugin will be skipped.
skipClean - Variable in class org.codehaus.mojo.flatten.CleanMojo
If true the clean goal will be skipped.
skipFlatten - Variable in class org.codehaus.mojo.flatten.FlattenMojo
If true the flatten goal will be skipped.
startElement(String, String, String, Attributes) - Method in class org.codehaus.mojo.flatten.FlattenMojo.SaxHeaderCommentHandler
startExpr - Variable in class org.codehaus.mojo.flatten.cifriendly.CiInterpolatorImpl
 
StringField(Field) - Constructor for class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.InterpolateObjectAction.StringField
 
superPomProvider - Variable in class org.codehaus.mojo.flatten.ModelBuilderThreadSafetyWorkaround
 

T

toLines(String, int, int, int) - Static method in class org.codehaus.mojo.flatten_maven_plugin.HelpMojo
Splits the specified text into lines of convenient display length.
toLines(List<String>, String, int, int) - Static method in class org.codehaus.mojo.flatten_maven_plugin.HelpMojo
Adds the specified line to the output sequence, performing line wrapping if necessary.
toList() - Method in class org.codehaus.mojo.flatten.Dependencies
 
trace - Variable in class org.codehaus.mojo.flatten.model.resolution.FlattenModelResolver
 
TRANSLATED_PATH_EXPRESSIONS - Static variable in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator
 
traverseObjectWithParents(Class<?>, Object) - Method in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.InterpolateObjectAction
 

U

unprefixedPathKeys - Variable in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.PathTranslatingPostProcessor
 
updatePomFile - Variable in class org.codehaus.mojo.flatten.FlattenMojo
The flag to indicate if the generated flattened POM shall be set as POM file to the current project.
URL - Static variable in class org.codehaus.mojo.flatten.PomProperty
 
urlNormalizer - Variable in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator
 
UrlNormalizingPostProcessor(UrlNormalizer) - Constructor for class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.UrlNormalizingPostProcessor
 

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.
valueSource - Variable in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.ProblemDetectingValueSource
 
valueSources - Variable in class org.codehaus.mojo.flatten.cifriendly.CiInterpolatorImpl
 
valueSources - Variable in class org.codehaus.mojo.flatten.cifriendly.CiModelInterpolator.InterpolateObjectAction
 
valueType - Variable in class org.codehaus.mojo.flatten.PomProperty
 
version - Variable in class org.codehaus.mojo.flatten.model.resolution.ReactorModelPool.Coordinates
 
VERSION - Static variable in class org.codehaus.mojo.flatten.PomProperty
 

W

walkOverNodes(Node, String, BiConsumer<Node, String>) - Method in class org.codehaus.mojo.flatten.KeepCommentsInPom
Walk over the pom hierarchy of the Document.
writeDocumentToString(Document) - Method in class org.codehaus.mojo.flatten.KeepCommentsInPom
Use an LSSerializer to keep whitespaces added by MavenXpp3Writer
writeGoal(StringBuilder, String, Element) - Method in class org.codehaus.mojo.flatten_maven_plugin.HelpMojo
 
writeParameter(StringBuilder, Node, Node) - Method in class org.codehaus.mojo.flatten_maven_plugin.HelpMojo
 
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