A B C D E F G H I J L M N O P R S T U V W 

A

AbstractEclipseManifestWriter - Class in org.apache.maven.plugin.eclipse.writers
Common behaviours for creating or adapting the manifest files for eclipse environments.
AbstractEclipseManifestWriter() - Constructor for class org.apache.maven.plugin.eclipse.writers.AbstractEclipseManifestWriter
 
AbstractEclipseOsgiPlugin - Class in org.apache.maven.plugin.eclipse.osgiplugin
Common functionality for both exploded and packaged plugins.
AbstractEclipseOsgiPlugin(File) - Constructor for class org.apache.maven.plugin.eclipse.osgiplugin.AbstractEclipseOsgiPlugin
 
AbstractEclipseWriter - Class in org.apache.maven.plugin.eclipse.writers
 
AbstractEclipseWriter() - Constructor for class org.apache.maven.plugin.eclipse.writers.AbstractEclipseWriter
 
AbstractIdeSupportMojo - Class in org.apache.maven.plugin.ide
Abstract base plugin which takes care of the common stuff usually needed by maven IDE plugins.
AbstractIdeSupportMojo() - Constructor for class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
 
AbstractWorkspaceMojo - Class in org.apache.maven.plugin.eclipse
 
AbstractWorkspaceMojo() - Constructor for class org.apache.maven.plugin.eclipse.AbstractWorkspaceMojo
 
AbstractWtpResourceWriter - Class in org.apache.maven.plugin.eclipse.writers.wtp
Base class to hold common constants used by extending classes.
AbstractWtpResourceWriter() - Constructor for class org.apache.maven.plugin.eclipse.writers.wtp.AbstractWtpResourceWriter
 
addAttributes(XMLWriter) - Method in class org.apache.maven.plugin.eclipse.writers.EclipseAntExternalLaunchConfigurationWriter
 
addAttributes(XMLWriter) - Method in class org.apache.maven.plugin.eclipse.writers.EclipseLaunchConfigurationWriter
 
addDependency(XMLWriter, IdeDependency) - Method in class org.apache.maven.plugin.eclipse.writers.EclipseClasspathWriter
 
addDependency(XMLWriter, IdeDependency, ArtifactRepository, File, String) - Method in class org.apache.maven.plugin.eclipse.writers.wtp.AbstractWtpResourceWriter
Adds dependency for Eclipse WTP project.
addDependencyToClassPath(StringBuilder, IdeDependency) - Method in class org.apache.maven.plugin.eclipse.writers.AbstractEclipseManifestWriter
Add one dependency to the blank separated classpath StringBuilder.
addManifestResource(Log, EclipseWriterConfig) - Static method in class org.apache.maven.plugin.eclipse.writers.EclipseManifestWriter
make room for a Manifest file. use a generated resource for JARS and for WARS use the manifest in the webapp/META-INF directory.
areManifestsEqual(Manifest, Manifest) - Method in class org.apache.maven.plugin.eclipse.writers.AbstractEclipseManifestWriter
Check if the two manifests are equal.
ARTIFACT_MAVEN_EAR_PLUGIN - Static variable in class org.apache.maven.plugin.ide.JeeUtils
 
ARTIFACT_MAVEN_WAR_PLUGIN - Static variable in class org.apache.maven.plugin.ide.JeeUtils
 
artifactCollector - Variable in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
Artifact collector, needed to resolve dependencies.
artifactFactory - Variable in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
Artifact factory, needed to download source jars for inclusion in classpath.
artifactMetadataSource - Variable in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
 
artifactResolver - Variable in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
Artifact resolver, needed to download source jars for inclusion in classpath.
ASPECTJ_FILE_PATTERN - Static variable in class org.apache.maven.plugin.eclipse.EclipsePlugin
 
ASPECTJ_RT_CONTAINER - Static variable in class org.apache.maven.plugin.eclipse.EclipsePlugin
 
ATTR_CONTEXT_ROOT - Static variable in class org.apache.maven.plugin.eclipse.writers.wtp.EclipseWtpComponentWriter
Context root attribute.
ATTR_DEPLOY_NAME - Static variable in class org.apache.maven.plugin.eclipse.writers.wtp.AbstractWtpResourceWriter
 
ATTR_DEPLOY_PATH - Static variable in class org.apache.maven.plugin.eclipse.writers.wtp.AbstractWtpResourceWriter
 
ATTR_MODULE_ID - Static variable in class org.apache.maven.plugin.eclipse.writers.wtp.AbstractWtpResourceWriter
 
ATTR_MODULE_TYPE_ID - Static variable in class org.apache.maven.plugin.eclipse.writers.wtp.AbstractWtpResourceWriter
 
ATTR_NAME - Static variable in class org.apache.maven.plugin.eclipse.writers.wtp.AbstractWtpResourceWriter
 
ATTR_PROJECT_VERSION - Static variable in class org.apache.maven.plugin.eclipse.writers.wtp.AbstractWtpResourceWriter
 
ATTR_SOURCE_PATH - Static variable in class org.apache.maven.plugin.eclipse.writers.wtp.AbstractWtpResourceWriter
 
ATTR_VALUE - Static variable in class org.apache.maven.plugin.eclipse.writers.wtp.AbstractWtpResourceWriter
 

B

BINARY_LOCATION_FILE - Static variable in class org.apache.maven.plugin.eclipse.reader.ReadWorkspaceLocations
 
BuildCommand - Class in org.apache.maven.plugin.eclipse
Represents a buildCommand section in the .project file.
BuildCommand() - Constructor for class org.apache.maven.plugin.eclipse.BuildCommand
no-arg constructor for plugin configuration.
BuildCommand(String) - Constructor for class org.apache.maven.plugin.eclipse.BuildCommand
Creates a new build command
BuildCommand(String, Map) - Constructor for class org.apache.maven.plugin.eclipse.BuildCommand
 
BuildCommand(String, String, String) - Constructor for class org.apache.maven.plugin.eclipse.BuildCommand
 
BuildCommand(String, String, Map) - Constructor for class org.apache.maven.plugin.eclipse.BuildCommand
Creates a new build command
BuildCommand(Xpp3Dom) - Constructor for class org.apache.maven.plugin.eclipse.BuildCommand
Creates a new build command from a DOM subtree The subtree must represent a <buildCommand> section from an Eclipse .project file
buildDirectoryList(MavenProject, File, File) - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
 
BUILDER_WST_VALIDATION - Static variable in class org.apache.maven.plugin.eclipse.EclipsePlugin
 

C

calculateProjectNameTemplate(String, boolean, boolean, Log) - Static method in class org.apache.maven.plugin.ide.IdeUtils
Calculate the project name template from the specified value projectNameTemplate, addVersionToProjectName and addGroupIdToProjectName Note: if projectNameTemplate is not null then that value will be used regardless of the values for addVersionToProjectName or addGroupIdToProjectName and a warning will be issued.
checkDeprecationsExtras() - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
Extension point for subclasses.
CLASSPATH_VARIABLE_M2_REPO - Static variable in class org.apache.maven.plugin.eclipse.writers.workspace.EclipseWorkspaceWriter
Property constant under which Variable 'M2_REPO' is setup.
classpathContainersLast - Variable in class org.apache.maven.plugin.eclipse.EclipsePlugin
Put classpath container entries last in eclipse classpath configuration.
cleanExtras() - Method in class org.apache.maven.plugin.eclipse.EclipseCleanMojo
 
cleanExtras() - Method in class org.apache.maven.plugin.eclipse.MyEclipseCleanMojo
 
cleanExtras() - Method in class org.apache.maven.plugin.eclipse.RadCleanMojo
 
COMMON_PATH_JDT_LAUNCHING_JRE_CONTAINER - Static variable in class org.apache.maven.plugin.eclipse.EclipsePlugin
 
compareTo(Object) - Method in class org.apache.maven.plugin.eclipse.EclipseSourceDir
 
compareTo(Object) - Method in class org.apache.maven.plugin.ide.IdeDependency
 
config - Variable in class org.apache.maven.plugin.eclipse.writers.AbstractEclipseWriter
Configuration that will be used by the writer.
ConfigureWorkspaceMojo - Class in org.apache.maven.plugin.eclipse
Configures The following Eclipse Workspace features: Adds the classpath variable MAVEN_REPO to Eclipse.
ConfigureWorkspaceMojo() - Constructor for class org.apache.maven.plugin.eclipse.ConfigureWorkspaceMojo
 
Constants - Class in org.apache.maven.plugin.eclipse
 
constructManifestClasspath() - Method in class org.apache.maven.plugin.eclipse.writers.AbstractEclipseManifestWriter
Convert all dependencies in a blank seperated list of jars and projects representing the classpath.
contextualize(Context) - Method in class org.apache.maven.plugin.eclipse.EclipseToMavenMojo
convertBuildCommandList(List) - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
Convert any Strings in the commands List to BuildCommands.
copyDirectoryStructure(File, File) - Static method in class org.apache.maven.plugin.eclipse.writers.wtp.EclipseWtpApplicationXMLWriter
Copies a entire directory structure without scm files.
createArtifactId(String) - Method in class org.apache.maven.plugin.eclipse.EclipseToMavenMojo
Get the artifact id as the tokens after last dot e.g.
createArtifactWithClassifier(String, String, String, String, String, ArtifactFactory) - Static method in class org.apache.maven.plugin.ide.IdeUtils
createEclipseWriterConfig(IdeDependency[]) - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
Create the EclipseWriterConfig for the specified dependencies.
createGroupId(String) - Method in class org.apache.maven.plugin.eclipse.EclipseToMavenMojo
Get the group id as the tokens until last dot e.g.
createNewManifest() - Method in class org.apache.maven.plugin.eclipse.writers.AbstractEclipseManifestWriter
Create a manifest contaigning the required classpath.

D

delete(File) - Method in class org.apache.maven.plugin.eclipse.EclipseCleanMojo
Delete a file, handling log messages and exceptions
delete(File, Log) - Static method in class org.apache.maven.plugin.ide.IdeUtils
Delete a file, handling log messages and exceptions
deleteJarArtifactsInDirectory(File) - Method in class org.apache.maven.plugin.eclipse.RadCleanMojo
delete all Jar artifacts in the specified directory.
deleteWarArtifactsInDirectory(File) - Method in class org.apache.maven.plugin.eclipse.RadCleanMojo
delete all War artifacts in the specified directory (cleaning up EAR's for example).
DIR_DOT_SETTINGS - Static variable in class org.apache.maven.plugin.eclipse.writers.workspace.EclipseWorkspaceWriter
Directory where workspace specific settings are written.
DIR_WTP_SETTINGS - Static variable in class org.apache.maven.plugin.eclipse.writers.wtp.EclipseWtpComponentWriter
The .settings folder for Web Tools Project 1.x release.
DIRECTORY - Static variable in class org.apache.maven.plugin.eclipse.writers.MonitoredResource
 
doDependencyResolution() - Method in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
Resolve project dependencies.
downloadJavadocs - Variable in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
Enables/disables the downloading of javadoc attachments.
downloadSources - Variable in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
Enables/disables the downloading of source attachments.

E

ECLIPSE_CORE_RUNTIME_SETTINGS_DIR - Static variable in class org.apache.maven.plugin.eclipse.writers.workspace.EclipseWorkspaceWriter
Path under folder where Eclipse Workspace Runtime settings are stored.
ECLIPSE_JDT_CORE_PREFS_FILE - Static variable in class org.apache.maven.plugin.eclipse.writers.workspace.EclipseWorkspaceWriter
File that stores the Eclipse JDT Core preferences.
ECLIPSE_JDT_UI_PREFS_FILE - Static variable in class org.apache.maven.plugin.eclipse.writers.workspace.EclipseWorkspaceWriter
File that stores the Eclipse JDT UI preferences.
ECLIPSE_PLUGINS_METADATA_DIR - Static variable in class org.apache.maven.plugin.eclipse.writers.workspace.EclipseWorkspaceWriter
Path under Eclipse workspace where Eclipse Plugin metadata/config is stored.
EclipseAjdtWriter - Class in org.apache.maven.plugin.eclipse.writers
 
EclipseAjdtWriter() - Constructor for class org.apache.maven.plugin.eclipse.writers.EclipseAjdtWriter
 
EclipseAntExternalLaunchConfigurationWriter - Class in org.apache.maven.plugin.eclipse.writers
Writes an external ant launch file.
EclipseAntExternalLaunchConfigurationWriter() - Constructor for class org.apache.maven.plugin.eclipse.writers.EclipseAntExternalLaunchConfigurationWriter
 
EclipseClasspathWriter - Class in org.apache.maven.plugin.eclipse.writers
Writes eclipse .classpath file.
EclipseClasspathWriter() - Constructor for class org.apache.maven.plugin.eclipse.writers.EclipseClasspathWriter
 
EclipseCleanMojo - Class in org.apache.maven.plugin.eclipse
Deletes the .project, .classpath, .wtpmodules files and .settings folder used by Eclipse.
EclipseCleanMojo() - Constructor for class org.apache.maven.plugin.eclipse.EclipseCleanMojo
 
EclipseCodeFormatterProfile - Class in org.apache.maven.plugin.eclipse.writers.workspace
an Eclipse code style file
EclipseCodeFormatterProfile() - Constructor for class org.apache.maven.plugin.eclipse.writers.workspace.EclipseCodeFormatterProfile
 
EclipseConfigFile - Class in org.apache.maven.plugin.eclipse
Represents a generic configuration file, with a name and a content.
EclipseConfigFile() - Constructor for class org.apache.maven.plugin.eclipse.EclipseConfigFile
 
EclipseLaunchConfigurationWriter - Class in org.apache.maven.plugin.eclipse.writers
Base class for writing external launch configuration files.
EclipseLaunchConfigurationWriter() - Constructor for class org.apache.maven.plugin.eclipse.writers.EclipseLaunchConfigurationWriter
 
EclipseManifestWriter - Class in org.apache.maven.plugin.eclipse.writers
Create or adapt the manifest files for the RAD6 runtime dependencys. attention these will not be used for the real ear these are just to get the runtime enviorment using the maven dependencies.
EclipseManifestWriter() - Constructor for class org.apache.maven.plugin.eclipse.writers.EclipseManifestWriter
 
EclipseOsgiPlugin - Interface in org.apache.maven.plugin.eclipse.osgiplugin
Abstraction of Eclipse plugins
EclipsePlugin - Class in org.apache.maven.plugin.eclipse
Generates the following eclipse configuration files: .project and .classpath files .setting/org.eclipse.jdt.core.prefs with project specific compiler settings various configuration files for WTP (Web Tools Project), if the parameter wtpversion is set to a valid version (WTP configuration is not generated by default) If this goal is run on a multiproject root, dependencies between modules will be configured as direct project dependencies in Eclipse (unless useProjectReferences is set to false).
EclipsePlugin() - Constructor for class org.apache.maven.plugin.eclipse.EclipsePlugin
 
EclipseProjectWriter - Class in org.apache.maven.plugin.eclipse.writers
Writes eclipse .project file.
EclipseProjectWriter() - Constructor for class org.apache.maven.plugin.eclipse.writers.EclipseProjectWriter
 
EclipseSettingsWriter - Class in org.apache.maven.plugin.eclipse.writers.workspace
 
EclipseSettingsWriter() - Constructor for class org.apache.maven.plugin.eclipse.writers.workspace.EclipseSettingsWriter
 
EclipseSourceDir - Class in org.apache.maven.plugin.eclipse
Represent an eclipse source dir.
EclipseSourceDir(String, String, boolean, boolean, List, List, boolean) - Constructor for class org.apache.maven.plugin.eclipse.EclipseSourceDir
 
EclipseToMavenMojo - Class in org.apache.maven.plugin.eclipse
Add eclipse artifacts from an eclipse installation to the local repo.
EclipseToMavenMojo() - Constructor for class org.apache.maven.plugin.eclipse.EclipseToMavenMojo
 
EclipseWorkspaceWriter - Class in org.apache.maven.plugin.eclipse.writers.workspace
 
EclipseWorkspaceWriter() - Constructor for class org.apache.maven.plugin.eclipse.writers.workspace.EclipseWorkspaceWriter
 
EclipseWriter - Interface in org.apache.maven.plugin.eclipse.writers
 
EclipseWriterConfig - Class in org.apache.maven.plugin.eclipse.writers
 
EclipseWriterConfig() - Constructor for class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
 
EclipseWtpApplicationXMLWriter - Class in org.apache.maven.plugin.eclipse.writers.wtp
This writer creates the application.xml and the .modulemaps files for RAD6 the the META-INF directory in the project root. this is where RAD6 requires the files to be.
EclipseWtpApplicationXMLWriter() - Constructor for class org.apache.maven.plugin.eclipse.writers.wtp.EclipseWtpApplicationXMLWriter
 
EclipseWtpComponent15Writer - Class in org.apache.maven.plugin.eclipse.writers.wtp
Component writer for WTP 1.5.
EclipseWtpComponent15Writer() - Constructor for class org.apache.maven.plugin.eclipse.writers.wtp.EclipseWtpComponent15Writer
 
EclipseWtpComponentWriter - Class in org.apache.maven.plugin.eclipse.writers.wtp
Creates a .settings folder for Eclipse WTP 1.x release and writes out the configuration under it.
EclipseWtpComponentWriter() - Constructor for class org.apache.maven.plugin.eclipse.writers.wtp.EclipseWtpComponentWriter
 
EclipseWtpFacetsWriter - Class in org.apache.maven.plugin.eclipse.writers.wtp
Creates a .settings folder for Eclipse WTP 1.x release and writes out the configuration under it.
EclipseWtpFacetsWriter() - Constructor for class org.apache.maven.plugin.eclipse.writers.wtp.EclipseWtpFacetsWriter
 
EclipseWtpmodulesWriter - Class in org.apache.maven.plugin.eclipse.writers.wtp
Writes eclipse .wtpmodules file.
EclipseWtpmodulesWriter() - Constructor for class org.apache.maven.plugin.eclipse.writers.wtp.EclipseWtpmodulesWriter
 
EJB_1_1 - Static variable in class org.apache.maven.plugin.ide.JeeDescriptor
 
EJB_2_0 - Static variable in class org.apache.maven.plugin.ide.JeeDescriptor
 
EJB_2_1 - Static variable in class org.apache.maven.plugin.ide.JeeDescriptor
 
EJB_3_0 - Static variable in class org.apache.maven.plugin.ide.JeeDescriptor
 
EJB_3_1 - Static variable in class org.apache.maven.plugin.ide.JeeDescriptor
 
ELT_MODULE_TYPE - Static variable in class org.apache.maven.plugin.eclipse.writers.wtp.AbstractWtpResourceWriter
 
ELT_PROJECT_MODULES - Static variable in class org.apache.maven.plugin.eclipse.writers.wtp.AbstractWtpResourceWriter
 
ELT_PROPERTY - Static variable in class org.apache.maven.plugin.eclipse.writers.wtp.AbstractWtpResourceWriter
 
ELT_VERSION - Static variable in class org.apache.maven.plugin.eclipse.writers.wtp.AbstractWtpResourceWriter
 
ELT_WB_MODULE - Static variable in class org.apache.maven.plugin.eclipse.writers.wtp.AbstractWtpResourceWriter
 
ELT_WB_RESOURCE - Static variable in class org.apache.maven.plugin.eclipse.writers.wtp.AbstractWtpResourceWriter
 
enableLogging(Logger) - Method in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
 
equals(Object) - Method in class org.apache.maven.plugin.eclipse.BuildCommand
 
equals(Object) - Method in class org.apache.maven.plugin.eclipse.EclipseSourceDir
 
equals(Object) - Method in class org.apache.maven.plugin.eclipse.LinkedResource
 
equals(Object) - Method in class org.apache.maven.plugin.ide.IdeDependency
execute() - Method in class org.apache.maven.plugin.eclipse.ConfigureWorkspaceMojo
 
execute() - Method in class org.apache.maven.plugin.eclipse.EclipseCleanMojo
 
execute() - Method in class org.apache.maven.plugin.eclipse.EclipseToMavenMojo
 
execute() - Method in class org.apache.maven.plugin.eclipse.HelpMojo
execute() - Method in class org.apache.maven.plugin.eclipse.InstallPluginsMojo
Traverse the list of resolved dependency artifacts.
execute() - Method in class org.apache.maven.plugin.eclipse.RemoveCacheMojo
 
execute() - Method in class org.apache.maven.plugin.eclipse.WorkspaceDependencyResolveMojo
 
execute() - Method in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
 
executedProject - Variable in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
The currently executed project (can be a reactor project).
ExplodedPlugin - Class in org.apache.maven.plugin.eclipse.osgiplugin
Represents an Eclipse plugin that it's exploded in a directory
ExplodedPlugin(File) - Constructor for class org.apache.maven.plugin.eclipse.osgiplugin.ExplodedPlugin
 

F

FILE_DOT_EXTERNAL_TOOL_BUILDERS - Static variable in class org.apache.maven.plugin.eclipse.writers.EclipseLaunchConfigurationWriter
 
FILE_DOT_WTPMODULES - Static variable in class org.apache.maven.plugin.eclipse.writers.wtp.EclipseWtpmodulesWriter
 
fillDefaultBuilders(String) - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
Fill getBuildcommands() with values.
fillDefaultBuilders(String) - Method in class org.apache.maven.plugin.eclipse.MyEclipsePlugin
Override the default builders with the builders used by MyEclipse
fillDefaultBuilders(String) - Method in class org.apache.maven.plugin.eclipse.RadPlugin
overwite the default builders with the builders required by RAD6.
fillDefaultClasspathContainers(String) - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
Fill getClasspathContainers() with values.
fillDefaultClasspathContainers(String) - Method in class org.apache.maven.plugin.eclipse.MyEclipsePlugin
 
fillDefaultNatures(String) - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
Fill getProjectnatures() with values.
fillDefaultNatures(String) - Method in class org.apache.maven.plugin.eclipse.MyEclipsePlugin
Override the default natures with the natures used by MyEclipse
fillDefaultNatures(String) - Method in class org.apache.maven.plugin.eclipse.RadPlugin
overwite the default natures with the natures required by RAD6.
fixBuildNumberSeparator(String) - Method in class org.apache.maven.plugin.eclipse.EclipseToMavenMojo
Fix the separator for the 4th token in a versions.
fixSeparator(String) - Static method in class org.apache.maven.plugin.ide.IdeUtils
Convert the provided filename from a Windows separator \\ to a unix/java separator /
fixWindowsDriveURI(String) - Static method in class org.apache.maven.plugin.ide.IdeUtils
NOTE: This is to account for the unfortunate fact that "file:" URIs differ between Windows and Unix.
forceRecheck - Variable in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
Enables/disables the rechecking of the remote repository for downloading source/javadoc attachments.

G

getActiveStyleProfileName() - Method in class org.apache.maven.plugin.eclipse.WorkspaceConfiguration
 
getAdditionalBuildcommands() - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
Getter for additionalBuildcommands.
getAdditionalProjectnatures() - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
Getter for additionalProjectnatures.
getAjdtVersion() - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
Returns the ajdtVersion.
getArtifactFactory() - Method in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
Getter for artifactFactory.
getArtifactId() - Method in class org.apache.maven.plugin.ide.IdeDependency
Getter for artifactId.
getArtifactMetadataSource() - Method in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
Getter for artifactMetadataSource.
getArtifactResolver() - Method in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
Getter for artifactResolver.
getArtifactVersion(String[], List, int) - Static method in class org.apache.maven.plugin.ide.IdeUtils
Extracts the version of the first matching artifact in the given list.
getArtifactVersion(String[], List) - Static method in class org.apache.maven.plugin.ide.IdeUtils
 
getBasedir() - Method in class org.apache.maven.plugin.eclipse.EclipseCleanMojo
Getter for basedir.
getBuildcommands() - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
Getter for buildcommands.
getBuildCommands() - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
Getter for buildCommands.
getBuilderLocation() - Method in class org.apache.maven.plugin.eclipse.writers.EclipseAntExternalLaunchConfigurationWriter
 
getBuilderLocation() - Method in class org.apache.maven.plugin.eclipse.writers.EclipseLaunchConfigurationWriter
 
getBuildOutputDirectory() - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
Getter for buildOutputDirectory.
getBuildOutputDirectory() - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
Getter for buildOutputDirectory.
getCanonicalPath(File) - Static method in class org.apache.maven.plugin.ide.IdeUtils
 
getClassifier() - Method in class org.apache.maven.plugin.ide.IdeDependency
Getter for classifier.
getClasspathContainers() - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
Getter for classpathContainers.
getClasspathContainers() - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
Getter for classpathContainers.
getCodeStylesURL() - Method in class org.apache.maven.plugin.eclipse.WorkspaceConfiguration
 
getCompilerPluginSetting(MavenProject, String) - Static method in class org.apache.maven.plugin.ide.IdeUtils
Returns a compiler plugin settings, considering also settings altered in plugin executions .
getCompilerSourceEncoding(MavenProject) - Static method in class org.apache.maven.plugin.ide.IdeUtils
Returns the source encoding configured for the compiler plugin.
getCompilerSourceVersion(MavenProject) - Static method in class org.apache.maven.plugin.ide.IdeUtils
Returns the source version configured for the compiler plugin.
getCompilerTargetVersion(MavenProject) - Static method in class org.apache.maven.plugin.ide.IdeUtils
Returns the target version configured for the compiler plugin.
getComponentFileName() - Method in class org.apache.maven.plugin.eclipse.writers.wtp.EclipseWtpComponent15Writer
File name where the WTP component settings will be stored for our Eclipse Project.
getComponentFileName() - Method in class org.apache.maven.plugin.eclipse.writers.wtp.EclipseWtpComponentWriter
File name where the WTP component settings will be stored for our Eclipse Project.
getContent() - Method in class org.apache.maven.plugin.eclipse.EclipseConfigFile
Getter for content.
getContent() - Method in class org.apache.maven.plugin.eclipse.writers.workspace.EclipseCodeFormatterProfile
 
getContextName() - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
 
getDefaultClasspathContainer() - Method in class org.apache.maven.plugin.eclipse.WorkspaceConfiguration
 
getDefaultDeployServerId() - Method in class org.apache.maven.plugin.eclipse.WorkspaceConfiguration
 
getDefaultDeployServerName() - Method in class org.apache.maven.plugin.eclipse.WorkspaceConfiguration
 
getDeps() - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
Getter for deps.
getDownloadJavadocs() - Method in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
Getter for downloadJavadocs.
getDownloadSources() - Method in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
Getter for downloadSources.
getEclipseProjectDir() - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
Getter for eclipseProjectDir.
getEclipseProjectDirectory() - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
Getter for eclipseProjectDir.
getEclipseProjectName() - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
Getter for eclipseProjectName.
getEclipseProjectName() - Method in class org.apache.maven.plugin.ide.IdeDependency
Getter for eclipseProjectName.
getEjbVersion() - Method in class org.apache.maven.plugin.ide.JeeDescriptor
 
getExclude() - Method in class org.apache.maven.plugin.eclipse.EclipseSourceDir
Getter for exclude.
getExcludeAsString() - Method in class org.apache.maven.plugin.eclipse.EclipseSourceDir
 
getExcludes() - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
 
getExcludes() - Method in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
 
getExecutedProject() - Method in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
Getter for executedProject.
getFile() - Method in class org.apache.maven.plugin.eclipse.osgiplugin.AbstractEclipseOsgiPlugin
 
getFile() - Method in class org.apache.maven.plugin.ide.IdeDependency
Getter for file.
getGroupId() - Method in class org.apache.maven.plugin.ide.IdeDependency
Getter for groupId.
getHibernate() - Method in class org.apache.maven.plugin.eclipse.MyEclipsePlugin
 
getId() - Method in class org.apache.maven.plugin.ide.IdeDependency
Getter for artifactId.
getInclude() - Method in class org.apache.maven.plugin.eclipse.EclipseSourceDir
Getter for include.
getIncludeAsString() - Method in class org.apache.maven.plugin.eclipse.EclipseSourceDir
 
getJar() - Method in interface org.apache.maven.plugin.eclipse.osgiplugin.EclipseOsgiPlugin
Get a jar with the plugin contents
getJar() - Method in class org.apache.maven.plugin.eclipse.osgiplugin.ExplodedPlugin
 
getJar() - Method in class org.apache.maven.plugin.eclipse.osgiplugin.PackagedPlugin
 
getJarFile() - Method in interface org.apache.maven.plugin.eclipse.osgiplugin.EclipseOsgiPlugin
Get a jar with the plugin contents
getJarFile() - Method in class org.apache.maven.plugin.eclipse.osgiplugin.ExplodedPlugin
 
getJarFile() - Method in class org.apache.maven.plugin.eclipse.osgiplugin.PackagedPlugin
 
getJavadocAttachment() - Method in class org.apache.maven.plugin.ide.IdeDependency
Getter for javadocAttachment.
getJeeDescriptorFromEjbVersion(String) - Static method in class org.apache.maven.plugin.ide.JeeUtils
Returns the JEEDescriptor associated to an EJB specifications version.
getJeeDescriptorFromJeeVersion(String) - Static method in class org.apache.maven.plugin.ide.JeeUtils
Returns the JEEDescriptor associated to a JEE specifications version.
getJeeDescriptorFromJspVersion(String) - Static method in class org.apache.maven.plugin.ide.JeeUtils
Returns the JEEDescriptor associated to a JSP specifications version.
getJeeDescriptorFromServletVersion(String) - Static method in class org.apache.maven.plugin.ide.JeeUtils
Returns the JEEDescriptor associated to a Servlet specifications version.
getJeeVersion() - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
Sets the jeeversion.
getJeeVersion() - Method in class org.apache.maven.plugin.ide.JeeDescriptor
 
getJspVersion() - Method in class org.apache.maven.plugin.ide.JeeDescriptor
 
getKey(Model) - Method in class org.apache.maven.plugin.eclipse.EclipseToMavenMojo
 
getLaunchConfigurationType() - Method in class org.apache.maven.plugin.eclipse.writers.EclipseAntExternalLaunchConfigurationWriter
 
getLaunchConfigurationType() - Method in class org.apache.maven.plugin.eclipse.writers.EclipseLaunchConfigurationWriter
 
getLinkedResources() - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
 
getLinkedResources() - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
 
getLocalRepository() - Method in class org.apache.maven.plugin.eclipse.AbstractWorkspaceMojo
 
getLocalRepository() - Method in class org.apache.maven.plugin.eclipse.WorkspaceConfiguration
 
getLocalRepository() - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
Getter for localRepository.
getLocalRepository() - Method in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
Getter for localRepository.
getLocation() - Method in class org.apache.maven.plugin.eclipse.EclipseConfigFile
Getter for location.
getLocation() - Method in class org.apache.maven.plugin.eclipse.LinkedResource
 
getLocationURI() - Method in class org.apache.maven.plugin.eclipse.LinkedResource
 
getManifest() - Method in interface org.apache.maven.plugin.eclipse.osgiplugin.EclipseOsgiPlugin
Get the plugin Manifest
getManifest() - Method in class org.apache.maven.plugin.eclipse.osgiplugin.ExplodedPlugin
 
getManifest() - Method in class org.apache.maven.plugin.eclipse.osgiplugin.PackagedPlugin
 
getManifestAttribute(String) - Method in class org.apache.maven.plugin.eclipse.osgiplugin.AbstractEclipseOsgiPlugin
 
getManifestAttribute(String) - Method in interface org.apache.maven.plugin.eclipse.osgiplugin.EclipseOsgiPlugin
 
getMetaInfBaseDirectory(MavenProject) - Method in class org.apache.maven.plugin.eclipse.writers.AbstractEclipseManifestWriter
Search the project for the existing META-INF directory where the manifest should be located.
getMetaInfBaseDirectory(MavenProject) - Method in class org.apache.maven.plugin.eclipse.writers.EclipseManifestWriter
Search the project for the existing META-INF directory where the manifest should be located.
getMetaInfBaseDirectory(MavenProject) - Method in class org.apache.maven.plugin.eclipse.writers.rad.RadManifestWriter
Search the project for the existing META-INF directory where the manifest should be located.
getMonitoredResources() - Method in class org.apache.maven.plugin.eclipse.writers.EclipseAntExternalLaunchConfigurationWriter
 
getMonitoredResources() - Method in class org.apache.maven.plugin.eclipse.writers.EclipseLaunchConfigurationWriter
 
getName() - Method in class org.apache.maven.plugin.eclipse.EclipseConfigFile
Getter for name.
getName() - Method in class org.apache.maven.plugin.eclipse.LinkedResource
 
getNotAvailableMarkerFile(ArtifactRepository, Artifact) - Static method in class org.apache.maven.plugin.ide.IdeUtils
 
getOSGIManifestFile() - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
Getter for manifestFile.
getOutput() - Method in class org.apache.maven.plugin.eclipse.EclipseSourceDir
Getter for output.
getPackaging() - Method in class org.apache.maven.plugin.eclipse.EclipseCleanMojo
 
getPackaging() - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
 
getPath() - Method in class org.apache.maven.plugin.eclipse.EclipseSourceDir
Getter for path.
getPluginConfigurationDom(MavenProject, String) - Static method in class org.apache.maven.plugin.ide.IdeUtils
Search for the configuration Xpp3 dom of an other plugin.
getPluginConfigurationDom(MavenProject, String, String[]) - Static method in class org.apache.maven.plugin.ide.IdeUtils
Search for the configuration Xpp3 dom of an other plugin.
getPluginProperties() - Method in class org.apache.maven.plugin.eclipse.osgiplugin.AbstractEclipseOsgiPlugin
 
getPluginProperties() - Method in interface org.apache.maven.plugin.eclipse.osgiplugin.EclipseOsgiPlugin
Loads the plugin.properties file from a the plugin, usually needed in order to resolve the artifact name.
getPluginSetting(MavenProject, String, String, String) - Static method in class org.apache.maven.plugin.ide.IdeUtils
Search for a configuration setting of an other plugin for a configuration setting.
getPomProperties() - Method in class org.apache.maven.plugin.eclipse.osgiplugin.AbstractEclipseOsgiPlugin
 
getPomProperties() - Method in interface org.apache.maven.plugin.eclipse.osgiplugin.EclipseOsgiPlugin
Properties to add to the pom
getPomProperties() - Method in class org.apache.maven.plugin.eclipse.osgiplugin.ExplodedPlugin
set the pom property to install unpacked if it was unpacked
getProfileName() - Method in class org.apache.maven.plugin.eclipse.writers.workspace.EclipseCodeFormatterProfile
 
getProject() - Method in class org.apache.maven.plugin.eclipse.RadCleanMojo
getter for the instancevarriable project.
getProject() - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
Getter for project.
getProject() - Method in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
Getter for project.
getProjectBaseDir() - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
Getter for projectBaseDir.
getProjectFacets() - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
Getter for projectFacets.
getProjectName(String, IdeDependency) - Static method in class org.apache.maven.plugin.ide.IdeUtils
getProjectName(String, Artifact) - Static method in class org.apache.maven.plugin.ide.IdeUtils
Use the project name template to create an eclipse project.
getProjectName(String, MavenProject) - Static method in class org.apache.maven.plugin.ide.IdeUtils
 
getProjectName(MavenProject, boolean) - Static method in class org.apache.maven.plugin.ide.IdeUtils
 
getProjectNameForArifact(Artifact) - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
Find the name of the project as used in eclipse.
getProjectNameForArifact(Artifact) - Method in class org.apache.maven.plugin.eclipse.RadPlugin
Find the name of the project as used in eclipse.
getProjectNameForArifact(Artifact) - Method in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
Find the name of the project as used in eclipse.
getProjectNameTemplate() - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
Getter for projectNameTemplate
getProjectNameTemplate() - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
 
getProjectnatures() - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
Getter for projectnatures.
getProjectnatures() - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
Getter for projectnatures.
getProjectVersion() - Method in class org.apache.maven.plugin.eclipse.writers.wtp.EclipseWtpComponent15Writer
Version number added to component configuration.
getProjectVersion() - Method in class org.apache.maven.plugin.eclipse.writers.wtp.EclipseWtpComponentWriter
Version number added to component configuration.
getReactorProject(Artifact) - Method in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
Checks the list of reactor projects to see if the artifact is included.
getReactorProjects() - Method in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
Getter for reactorProjects.
getRefreshScope() - Method in class org.apache.maven.plugin.eclipse.writers.EclipseLaunchConfigurationWriter
 
getRemoteArtifactRepositories() - Method in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
Getter for remoteArtifactRepositories.
getRunBuildKinds() - Method in class org.apache.maven.plugin.eclipse.writers.EclipseLaunchConfigurationWriter
 
getServletVersion() - Method in class org.apache.maven.plugin.ide.JeeDescriptor
 
getSourceAttachment() - Method in class org.apache.maven.plugin.ide.IdeDependency
Getter for sourceAttachment.
getSourceDirs() - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
Getter for sourceDirs.
getSpring() - Method in class org.apache.maven.plugin.eclipse.MyEclipsePlugin
 
getString(String) - Static method in class org.apache.maven.plugin.eclipse.Messages
 
getString(String, Object[]) - Static method in class org.apache.maven.plugin.eclipse.Messages
 
getString(String, Object) - Static method in class org.apache.maven.plugin.eclipse.Messages
 
getStruts() - Method in class org.apache.maven.plugin.eclipse.MyEclipsePlugin
 
getType() - Method in class org.apache.maven.plugin.eclipse.LinkedResource
 
getType() - Method in class org.apache.maven.plugin.ide.IdeDependency
Getter for type.
getURL() - Method in class org.apache.maven.plugin.eclipse.EclipseConfigFile
Getter for url.
getUseProjectReferences() - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
Getter for useProjectReferences.
getUseProjectReferences() - Method in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
return false if projects available in a reactor build should be considered normal dependencies, true if referenced project will be linked and not need artifact resolution.
getVersion() - Method in class org.apache.maven.plugin.ide.IdeDependency
Getter for version.
getWarContextRoot() - Method in class org.apache.maven.plugin.eclipse.RadPlugin
 
getWebsphereVersion() - Method in class org.apache.maven.plugin.eclipse.WorkspaceConfiguration
 
getWorkspace() - Method in class org.apache.maven.plugin.eclipse.AbstractWorkspaceMojo
 
getWorkspaceArtefacts() - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
getWorkspaceArtefacts() - Method in class org.apache.maven.plugin.eclipse.WorkspaceConfiguration
 
getWorkspaceArtefacts() - Method in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
 
getWorkspaceConfiguration() - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
 
getWorkspaceConfiguration() - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
 
getWorkspaceDirectory() - Method in class org.apache.maven.plugin.eclipse.WorkspaceConfiguration
 
getWtpapplicationxml() - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
Getter for wtpapplicationxml.
getWtpversion() - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
Getter for wtpversion.
getWtpVersion() - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
Getter for wtpVersion.

H

hashCode() - Method in class org.apache.maven.plugin.eclipse.BuildCommand
 
hashCode() - Method in class org.apache.maven.plugin.eclipse.EclipseSourceDir
 
hashCode() - Method in class org.apache.maven.plugin.eclipse.LinkedResource
 
hashCode() - Method in class org.apache.maven.plugin.ide.IdeDependency
hasManifest() - Method in interface org.apache.maven.plugin.eclipse.osgiplugin.EclipseOsgiPlugin
Whether the manifest is present or not
hasManifest() - Method in class org.apache.maven.plugin.eclipse.osgiplugin.ExplodedPlugin
 
hasManifest() - Method in class org.apache.maven.plugin.eclipse.osgiplugin.PackagedPlugin
 
hasToResolveJar(Artifact) - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
Checks if jar has to be resolved for the given artifact
hasToResolveJar(Artifact) - Method in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
Checks if jar has to be resolved for the given artifact
HelpMojo - Class in org.apache.maven.plugin.eclipse
Display help information on maven-eclipse-plugin.
HelpMojo() - Constructor for class org.apache.maven.plugin.eclipse.HelpMojo
 

I

IdeDependency - Class in org.apache.maven.plugin.ide
 
IdeDependency() - Constructor for class org.apache.maven.plugin.ide.IdeDependency
Creates an uninitialized instance
IdeDependency(String, String, String, String, boolean, boolean, boolean, boolean, boolean, File, String, boolean, String, int, String) - Constructor for class org.apache.maven.plugin.ide.IdeDependency
 
IdeUtils - Class in org.apache.maven.plugin.ide
 
init(Log, WorkspaceConfiguration, MavenProject, String, boolean) - Method in class org.apache.maven.plugin.eclipse.reader.ReadWorkspaceLocations
 
init(Log, EclipseWriterConfig) - Method in class org.apache.maven.plugin.eclipse.writers.AbstractEclipseWriter
 
init(Log, EclipseWriterConfig, String, String) - Method in class org.apache.maven.plugin.eclipse.writers.EclipseAntExternalLaunchConfigurationWriter
 
init(Log, EclipseWriterConfig, String) - Method in class org.apache.maven.plugin.eclipse.writers.EclipseLaunchConfigurationWriter
Filename including .launch
init(Log, EclipseWriterConfig) - Method in interface org.apache.maven.plugin.eclipse.writers.EclipseWriter
Init this writer.
init(URL, String) - Method in class org.apache.maven.plugin.eclipse.writers.workspace.EclipseCodeFormatterProfile
 
init(Log, WorkspaceConfiguration) - Method in class org.apache.maven.plugin.eclipse.writers.workspace.EclipseWorkspaceWriter
 
init(Log, WorkspaceConfiguration) - Method in interface org.apache.maven.plugin.eclipse.writers.workspace.WorkspaceWriter
Init this writer.
inputHandler - Variable in class org.apache.maven.plugin.eclipse.EclipseToMavenMojo
Input handler, needed for comand line handling.
installer - Variable in class org.apache.maven.plugin.eclipse.EclipseToMavenMojo
ArtifactInstaller component.
InstallPluginsMojo - Class in org.apache.maven.plugin.eclipse
Install plugins resolved from the Maven repository system into an Eclipse instance.
InstallPluginsMojo() - Constructor for class org.apache.maven.plugin.eclipse.InstallPluginsMojo
 
InstallPluginsMojo(File, boolean, List, String, ArtifactRepository, MavenProjectBuilder, ArchiverManager, InputHandler, Log) - Constructor for class org.apache.maven.plugin.eclipse.InstallPluginsMojo
 
isAddedToClasspath() - Method in class org.apache.maven.plugin.ide.IdeDependency
Getter for addedToClasspath.
isAddGroupIdToProjectName() - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
Getter for addGroupIdToProjectName.
isAddVersionToProjectName() - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
Getter for addVersionToProjectName.
isAjdtDependency() - Method in class org.apache.maven.plugin.ide.IdeDependency
Returns the ajdtDependency.
isAjdtWeaveDependency() - Method in class org.apache.maven.plugin.ide.IdeDependency
Returns the ajdtWeaveDependency.
isAppendEnvironmentVariables() - Method in class org.apache.maven.plugin.eclipse.writers.EclipseLaunchConfigurationWriter
 
isAvailableAsAReactorProject(Artifact) - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
Utility method that locates a project producing the given artifact and verifies if it's a valid Eclipse project.
isAvailableAsAReactorProject(Artifact) - Method in class org.apache.maven.plugin.eclipse.RadPlugin
Utility method that locates a project producing the given artifact.
isAvailableAsAReactorProject(Artifact) - Method in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
Utility method that locates a project producing the given artifact.
isClasspathContainersLast() - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
Returns the classpathContainersLast.
isFiltering() - Method in class org.apache.maven.plugin.eclipse.EclipseSourceDir
Wheter this resource should be copied with filtering.
isJavaApi() - Method in class org.apache.maven.plugin.ide.IdeDependency
 
isJavaProject() - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
 
isLaunchInBackground() - Method in class org.apache.maven.plugin.eclipse.writers.EclipseLaunchConfigurationWriter
 
isMavenVersion(String) - Method in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
Checks whether the currently running Maven satisfies the specified version (range).
isOsgiBundle() - Method in class org.apache.maven.plugin.ide.IdeDependency
Getter for osgiBundle.
isProvided() - Method in class org.apache.maven.plugin.ide.IdeDependency
Getter for provided.
isReferencedProject() - Method in class org.apache.maven.plugin.ide.IdeDependency
Getter for referencedProject.
isResolveDependencies() - Method in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
 
isResource() - Method in class org.apache.maven.plugin.eclipse.EclipseSourceDir
Getter for isResource.
isSystemScoped() - Method in class org.apache.maven.plugin.ide.IdeDependency
Getter for systemScoped.
isSystemScopedOutsideProject(MavenProject) - Method in class org.apache.maven.plugin.ide.IdeDependency
Is this dependency System scoped outside the eclipse project.
isTest() - Method in class org.apache.maven.plugin.eclipse.EclipseSourceDir
Getter for test.
isTestDependency() - Method in class org.apache.maven.plugin.ide.IdeDependency
Getter for testDependency.

J

JAVA_1_1 - Static variable in class org.apache.maven.plugin.ide.IdeUtils
 
JAVA_1_2 - Static variable in class org.apache.maven.plugin.ide.IdeUtils
 
JAVA_1_3 - Static variable in class org.apache.maven.plugin.ide.IdeUtils
 
JAVA_1_4 - Static variable in class org.apache.maven.plugin.ide.IdeUtils
 
JAVA_5_0 - Static variable in class org.apache.maven.plugin.ide.IdeUtils
 
JAVA_6_0 - Static variable in class org.apache.maven.plugin.ide.IdeUtils
 
JAVA_FILE_PATTERN - Static variable in class org.apache.maven.plugin.eclipse.EclipsePlugin
 
JEE_1_2 - Static variable in class org.apache.maven.plugin.ide.JeeDescriptor
 
JEE_1_3 - Static variable in class org.apache.maven.plugin.ide.JeeDescriptor
 
JEE_1_4 - Static variable in class org.apache.maven.plugin.ide.JeeDescriptor
 
JEE_5_0 - Static variable in class org.apache.maven.plugin.ide.JeeDescriptor
 
JEE_6_0 - Static variable in class org.apache.maven.plugin.ide.JeeDescriptor
 
JeeDescriptor - Class in org.apache.maven.plugin.ide
 
JeeDescriptor(String, String, String, String) - Constructor for class org.apache.maven.plugin.ide.JeeDescriptor
 
JeeUtils - Class in org.apache.maven.plugin.ide
 
JeeUtils() - Constructor for class org.apache.maven.plugin.ide.JeeUtils
 
jeeversion - Variable in class org.apache.maven.plugin.eclipse.EclipsePlugin
The plugin is often capable in predicting the required jee version based on the dependencies of the project.
JSP_1_1 - Static variable in class org.apache.maven.plugin.ide.JeeDescriptor
 
JSP_1_2 - Static variable in class org.apache.maven.plugin.ide.JeeDescriptor
 
JSP_2_0 - Static variable in class org.apache.maven.plugin.ide.JeeDescriptor
 
JSP_2_1 - Static variable in class org.apache.maven.plugin.ide.JeeDescriptor
 
JSP_2_2 - Static variable in class org.apache.maven.plugin.ide.JeeDescriptor
 

L

LANGUAGE_JAVA - Static variable in class org.apache.maven.plugin.eclipse.Constants
 
limitProjectReferencesToWorkspace - Variable in class org.apache.maven.plugin.eclipse.EclipsePlugin
Limit the use of project references to the current workspace.
LinkedResource - Class in org.apache.maven.plugin.eclipse
Represents a LinkedResources section in the .project file.
LinkedResource() - Constructor for class org.apache.maven.plugin.eclipse.LinkedResource
Default constructor
LinkedResource(Xpp3Dom) - Constructor for class org.apache.maven.plugin.eclipse.LinkedResource
Creates a LinkedResource from a DOM subtree The subtree must represent a <linkedResources> section from an Eclipse .project file
localRepository - Variable in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
Local maven repository.
log - Variable in class org.apache.maven.plugin.eclipse.writers.AbstractEclipseWriter
Logger.
logger - Variable in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
Plexus logger needed for debugging manual artifact resolution.

M

M2_REPO - Static variable in class org.apache.maven.plugin.eclipse.writers.EclipseClasspathWriter
Eclipse build path variable M2_REPO
MANIFEST_MF_FILENAME - Static variable in class org.apache.maven.plugin.eclipse.writers.AbstractEclipseManifestWriter
 
merge(EclipseSourceDir) - Method in class org.apache.maven.plugin.eclipse.EclipseSourceDir
Merge with the provided directory.
Messages - Class in org.apache.maven.plugin.eclipse
 
META_INF_DIRECTORY - Static variable in class org.apache.maven.plugin.eclipse.writers.AbstractEclipseManifestWriter
 
METADATA_PLUGINS_ORG_ECLIPSE_CORE_RESOURCES_PROJECTS - Static variable in class org.apache.maven.plugin.eclipse.reader.ReadWorkspaceLocations
 
MonitoredResource - Class in org.apache.maven.plugin.eclipse.writers
 
MonitoredResource(String, int) - Constructor for class org.apache.maven.plugin.eclipse.writers.MonitoredResource
 
MyEclipseCleanMojo - Class in org.apache.maven.plugin.eclipse
Deletes configuration files used by MyEclipse
MyEclipseCleanMojo() - Constructor for class org.apache.maven.plugin.eclipse.MyEclipseCleanMojo
 
MyEclipseHibernateWriter - Class in org.apache.maven.plugin.eclipse.writers.myeclipse
Writer for MyEclipse Hibernate Capability
MyEclipseHibernateWriter(Map) - Constructor for class org.apache.maven.plugin.eclipse.writers.myeclipse.MyEclipseHibernateWriter
Constructor
MyEclipseMetadataWriter - Class in org.apache.maven.plugin.eclipse.writers.myeclipse
MyEclipse .mymetadata configuration file writer
MyEclipseMetadataWriter() - Constructor for class org.apache.maven.plugin.eclipse.writers.myeclipse.MyEclipseMetadataWriter
 
MyEclipsePlugin - Class in org.apache.maven.plugin.eclipse
Generates MyEclipse configuration files
MyEclipsePlugin() - Constructor for class org.apache.maven.plugin.eclipse.MyEclipsePlugin
 
MyEclipseSpringBeansWriter - Class in org.apache.maven.plugin.eclipse.writers.myeclipse
MyEclipse .springBeans configuration file writer
MyEclipseSpringBeansWriter(Map) - Constructor for class org.apache.maven.plugin.eclipse.writers.myeclipse.MyEclipseSpringBeansWriter
Allow injection of Spring configuration filenames through constructor
MyEclipseStrutsDataWriter - Class in org.apache.maven.plugin.eclipse.writers.myeclipse
MyEclipse .mystrutsdata configuration file writer
MyEclipseStrutsDataWriter(Map) - Constructor for class org.apache.maven.plugin.eclipse.writers.myeclipse.MyEclipseStrutsDataWriter
Receive struts properties map from plugin

N

NOT_AVAILABLE_MARKER_FILE_SUFFIX - Static variable in class org.apache.maven.plugin.ide.IdeUtils
The suffix used to mark a file as not available.

O

orderClasspath(String) - Method in class org.apache.maven.plugin.eclipse.writers.AbstractEclipseManifestWriter
Aphabeticaly sort the classpath.
org.apache.maven.plugin.eclipse - package org.apache.maven.plugin.eclipse
 
org.apache.maven.plugin.eclipse.osgiplugin - package org.apache.maven.plugin.eclipse.osgiplugin
 
org.apache.maven.plugin.eclipse.reader - package org.apache.maven.plugin.eclipse.reader
 
org.apache.maven.plugin.eclipse.writers - package org.apache.maven.plugin.eclipse.writers
 
org.apache.maven.plugin.eclipse.writers.myeclipse - package org.apache.maven.plugin.eclipse.writers.myeclipse
 
org.apache.maven.plugin.eclipse.writers.rad - package org.apache.maven.plugin.eclipse.writers.rad
 
org.apache.maven.plugin.eclipse.writers.workspace - package org.apache.maven.plugin.eclipse.writers.workspace
 
org.apache.maven.plugin.eclipse.writers.wtp - package org.apache.maven.plugin.eclipse.writers.wtp
 
org.apache.maven.plugin.ide - package org.apache.maven.plugin.ide
 
osgiVersionToMavenVersion(String) - Method in class org.apache.maven.plugin.eclipse.EclipseToMavenMojo
 
osgiVersionToMavenVersion(String, String, boolean) - Method in class org.apache.maven.plugin.eclipse.EclipseToMavenMojo
The 4th (build) token MUST be separed with "-" and not with "." in maven.

P

PackagedPlugin - Class in org.apache.maven.plugin.eclipse.osgiplugin
Represents an Eclipse plugin that it's packaged as a jar
PackagedPlugin(File) - Constructor for class org.apache.maven.plugin.eclipse.osgiplugin.PackagedPlugin
 
packaging - Variable in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
The project packaging.
parseDependencies(String) - Method in class org.apache.maven.plugin.eclipse.EclipseToMavenMojo
Parses the "Require-Bundle" and convert it to a list of dependencies.
print(XMLWriter) - Method in class org.apache.maven.plugin.eclipse.BuildCommand
 
print(XMLWriter) - Method in class org.apache.maven.plugin.eclipse.LinkedResource
 
print() - Method in class org.apache.maven.plugin.eclipse.writers.MonitoredResource
 
processFile(File, Map, Map) - Method in class org.apache.maven.plugin.eclipse.EclipseToMavenMojo
 
processPlugin(EclipseOsgiPlugin, Model, Map, Map) - Method in class org.apache.maven.plugin.eclipse.EclipseToMavenMojo
 
PROJECT - Static variable in class org.apache.maven.plugin.eclipse.writers.MonitoredResource
 
project - Variable in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
The project whose project files to create.
PROJECT_NAME_DEFAULT_TEMPLATE - Static variable in class org.apache.maven.plugin.ide.IdeUtils
 
PROJECT_NAME_WITH_GROUP_AND_VERSION_TEMPLATE - Static variable in class org.apache.maven.plugin.ide.IdeUtils
 
PROJECT_NAME_WITH_GROUP_TEMPLATE - Static variable in class org.apache.maven.plugin.ide.IdeUtils
 
PROJECT_NAME_WITH_VERSION_TEMPLATE - Static variable in class org.apache.maven.plugin.ide.IdeUtils
 
PROJECT_PACKAGING_EAR - Static variable in class org.apache.maven.plugin.eclipse.Constants
 
PROJECT_PACKAGING_EJB - Static variable in class org.apache.maven.plugin.eclipse.Constants
 
PROJECT_PACKAGING_JAR - Static variable in class org.apache.maven.plugin.eclipse.Constants
 
PROJECT_PACKAGING_POM - Static variable in class org.apache.maven.plugin.eclipse.Constants
 
PROJECT_PACKAGING_WAR - Static variable in class org.apache.maven.plugin.eclipse.Constants
 
PROP_UNPACK_PLUGIN - Static variable in class org.apache.maven.plugin.eclipse.InstallPluginsMojo
Set this property in a plugin POM's <properties/> section to determine whether that plugin should be expanded during installation, or left as a jar file.

R

RadApplicationXMLWriter - Class in org.apache.maven.plugin.eclipse.writers.rad
This writer creates the application.xml and the .modulemaps files for RAD6 in the META-INF directory in the project root. this is where RAD6 requires the files to be.
RadApplicationXMLWriter() - Constructor for class org.apache.maven.plugin.eclipse.writers.rad.RadApplicationXMLWriter
 
RadCleanMojo - Class in org.apache.maven.plugin.eclipse
Deletes the config files used by Rad-6. the files .j2ee and the file .websettings
RadCleanMojo() - Constructor for class org.apache.maven.plugin.eclipse.RadCleanMojo
 
RadEjbClasspathWriter - Class in org.apache.maven.plugin.eclipse.writers.rad
Adapts the .classpath file for RAD6 for now write hardcoded: target/websphere/classes future releases could make this varriable.
RadEjbClasspathWriter() - Constructor for class org.apache.maven.plugin.eclipse.writers.rad.RadEjbClasspathWriter
 
RadJ2EEWriter - Class in org.apache.maven.plugin.eclipse.writers.rad
Creates the .j2ee file for RAD6 for now write hardcoded: EJB version 2.1 WAR version 2.4 EAR version 1.4 future releases could make these varriable.
RadJ2EEWriter() - Constructor for class org.apache.maven.plugin.eclipse.writers.rad.RadJ2EEWriter
 
RadLibCopier - Class in org.apache.maven.plugin.eclipse.writers.rad
Copy all dependent jar in the directorys where RAD6 needs then to use the runtime enviorment in RAD6. so all dependent jars in the EAR rootdirectory and all dependend jars in the WAR WEB-INF/lib directory
RadLibCopier() - Constructor for class org.apache.maven.plugin.eclipse.writers.rad.RadLibCopier
 
RadManifestWriter - Class in org.apache.maven.plugin.eclipse.writers.rad
Create or adapt the manifest files for the RAD6 runtime dependencys. attention these will not be used for the real ear these are just to get the runtime enviorment using the maven dependencies.
RadManifestWriter() - Constructor for class org.apache.maven.plugin.eclipse.writers.rad.RadManifestWriter
 
RadPlugin - Class in org.apache.maven.plugin.eclipse
Generates the rad-6 configuration files.
RadPlugin() - Constructor for class org.apache.maven.plugin.eclipse.RadPlugin
 
RadWebSettingsWriter - Class in org.apache.maven.plugin.eclipse.writers.rad
Creates a .settings folder for Eclipse WTP 1.x release and writes out the configuration under it.
RadWebSettingsWriter(String) - Constructor for class org.apache.maven.plugin.eclipse.writers.rad.RadWebSettingsWriter
required default constructor.
RadWebsiteConfigWriter - Class in org.apache.maven.plugin.eclipse.writers.rad
Creates a .settings folder for Eclipse WTP 1.x release and writes out the configuration under it.
RadWebsiteConfigWriter() - Constructor for class org.apache.maven.plugin.eclipse.writers.rad.RadWebsiteConfigWriter
 
reactorProjects - Variable in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
If the executed project is a reactor project, this will contains the full list of projects in the reactor.
readExistingManifest(File) - Method in class org.apache.maven.plugin.eclipse.writers.AbstractEclipseManifestWriter
Read and parse the existing manifest file.
readProjectLocations(File, Log) - Method in class org.apache.maven.plugin.eclipse.reader.ReadWorkspaceLocations
 
ReadWorkspaceLocations - Class in org.apache.maven.plugin.eclipse.reader
Scan the eclipse workspace and create a array with IdeDependency for all found artefacts.
ReadWorkspaceLocations() - Constructor for class org.apache.maven.plugin.eclipse.reader.ReadWorkspaceLocations
 
remoteArtifactRepositories - Variable in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
Remote repositories which will be searched for source attachments.
RemoveCacheMojo - Class in org.apache.maven.plugin.eclipse
Removes the not-available marker files from the repository.
RemoveCacheMojo() - Constructor for class org.apache.maven.plugin.eclipse.RemoveCacheMojo
 
resolveArtifact(ArtifactResolver, Artifact, List, ArtifactRepository, Log) - Static method in class org.apache.maven.plugin.ide.IdeUtils
resolveEjbVersion(MavenProject) - Static method in class org.apache.maven.plugin.ide.JeeUtils
Search in dependencies a version of EJB APIs (or of JEE APIs).
resolveJavaVersion(MavenProject) - Static method in class org.apache.maven.plugin.ide.IdeUtils
 
resolveJeeVersion(MavenProject) - Static method in class org.apache.maven.plugin.ide.JeeUtils
Search in dependencies a version of JEE APIs.
resolveJspVersion(MavenProject) - Static method in class org.apache.maven.plugin.ide.JeeUtils
Search in dependencies a version of JSP APIs (or from JEE APIs, or from Servlet APIs).
resolveServletVersion(MavenProject) - Static method in class org.apache.maven.plugin.ide.JeeUtils
Search in dependencies a version of Servlet APIs (or of JEE APIs).
resolveVersionRanges(Model, Map) - Method in class org.apache.maven.plugin.eclipse.EclipseToMavenMojo
Resolve version ranges in the model provided, overriding version ranges with versions from the dependency in the provided map of models.

S

SERVLET_2_2 - Static variable in class org.apache.maven.plugin.ide.JeeDescriptor
 
SERVLET_2_3 - Static variable in class org.apache.maven.plugin.ide.JeeDescriptor
 
SERVLET_2_4 - Static variable in class org.apache.maven.plugin.ide.JeeDescriptor
 
SERVLET_2_5 - Static variable in class org.apache.maven.plugin.ide.JeeDescriptor
 
SERVLET_3_0 - Static variable in class org.apache.maven.plugin.ide.JeeDescriptor
 
setActiveStyleProfileName(String) - Method in class org.apache.maven.plugin.eclipse.WorkspaceConfiguration
 
setAddedToClasspath(boolean) - Method in class org.apache.maven.plugin.ide.IdeDependency
Setter for addedToClasspath.
setAddGroupIdToProjectName(boolean) - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
Setter for addGroupIdToProjectName.
setAdditionalBuildcommands(List) - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
Setter for additionalBuildcommands.
setAdditionalProjectnatures(List) - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
Setter for additionalProjectnatures.
setAddVersionToProjectName(boolean) - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
Setter for addVersionToProjectName.
setAjdtDependency(boolean) - Method in class org.apache.maven.plugin.ide.IdeDependency
Sets the ajdtDependency.
setAjdtVersion(float) - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
Sets the ajdtVersion.
setAjdtWeaveDependency(boolean) - Method in class org.apache.maven.plugin.ide.IdeDependency
Sets the ajdtWeaveDependency.
setArtifactFactory(ArtifactFactory) - Method in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
Setter for artifactFactory.
setArtifactId(String) - Method in class org.apache.maven.plugin.ide.IdeDependency
Setter for artifactId.
setArtifactMetadataSource(ArtifactMetadataSource) - Method in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
Setter for artifactMetadataSource.
setArtifactResolver(ArtifactResolver) - Method in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
Setter for artifactResolver.
setBasedir(File) - Method in class org.apache.maven.plugin.eclipse.EclipseCleanMojo
Setter for basedir.
setBuildcommands(List) - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
Setter for buildcommands.
setBuildCommands(List) - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
Setter for buildCommands.
setBuildOutputDirectory(File) - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
Setter for buildOutputDirectory.
setBuildOutputDirectory(File) - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
Setter for buildOutputDirectory.
setClassifier(String) - Method in class org.apache.maven.plugin.ide.IdeDependency
Setter for groupId.
setClasspathContainers(List) - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
Setter for classpathContainers.
setClasspathContainers(List) - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
Setter for classpathContainers.
setClasspathContainersLast(boolean) - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
Sets the classpathContainersLast.
setCodeStylesURL(URL) - Method in class org.apache.maven.plugin.eclipse.WorkspaceConfiguration
 
setContent(String) - Method in class org.apache.maven.plugin.eclipse.EclipseConfigFile
Setter for content.
setContextName(String) - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
 
setDefaultClasspathContainer(String) - Method in class org.apache.maven.plugin.eclipse.WorkspaceConfiguration
 
setDefaultDeployServerId(String) - Method in class org.apache.maven.plugin.eclipse.WorkspaceConfiguration
 
setDefaultDeployServerName(String) - Method in class org.apache.maven.plugin.eclipse.WorkspaceConfiguration
 
setDeps(IdeDependency[]) - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
Setter for deps.
setDownloadJavadocs(boolean) - Method in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
Setter for downloadJavadocs.
setDownloadSources(boolean) - Method in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
Setter for downloadSources.
setEclipseProjectDir(File) - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
Setter for eclipseProjectDir.
setEclipseProjectDirectory(File) - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
Setter for eclipseProjectDir.
setEclipseProjectName(String) - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
Setter for eclipseProjectName.
setEclipseProjectName(String) - Method in class org.apache.maven.plugin.ide.IdeDependency
Setter for eclipseProjectName.
setExclude(List) - Method in class org.apache.maven.plugin.eclipse.EclipseSourceDir
Setter for exclude.
setExecutedProject(MavenProject) - Method in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
Setter for executedProject.
setFile(File) - Method in class org.apache.maven.plugin.eclipse.osgiplugin.AbstractEclipseOsgiPlugin
 
setFile(File) - Method in class org.apache.maven.plugin.ide.IdeDependency
Setter for file.
setFiltering(boolean) - Method in class org.apache.maven.plugin.eclipse.EclipseSourceDir
Wheter this resource should be copied with filtering.
setGroupId(String) - Method in class org.apache.maven.plugin.ide.IdeDependency
Setter for groupId.
setHibernate(Map) - Method in class org.apache.maven.plugin.eclipse.MyEclipsePlugin
 
setInclude(List) - Method in class org.apache.maven.plugin.eclipse.EclipseSourceDir
Setter for include.
setJavadocAttachment(File) - Method in class org.apache.maven.plugin.ide.IdeDependency
Setter for javadocAttachment.
setJeeVersion(String) - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
Returns the jeeversion
setLinkedResources(List) - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
 
setLinkedResources(List) - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
 
setLocalRepository(ArtifactRepository) - Method in class org.apache.maven.plugin.eclipse.AbstractWorkspaceMojo
 
setLocalRepository(ArtifactRepository) - Method in class org.apache.maven.plugin.eclipse.WorkspaceConfiguration
 
setLocalRepository(ArtifactRepository) - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
Setter for localRepository.
setLocalRepository(ArtifactRepository) - Method in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
Setter for localRepository.
setLocation(String) - Method in class org.apache.maven.plugin.eclipse.EclipseConfigFile
Setter for location.
setLocation(String) - Method in class org.apache.maven.plugin.eclipse.LinkedResource
 
setLocationURI(String) - Method in class org.apache.maven.plugin.eclipse.LinkedResource
 
setName(String) - Method in class org.apache.maven.plugin.eclipse.EclipseConfigFile
Setter for name.
setName(String) - Method in class org.apache.maven.plugin.eclipse.LinkedResource
 
setOSGIManifestFile(File) - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
Setter for manifestFile.
setOutput(String) - Method in class org.apache.maven.plugin.eclipse.EclipseSourceDir
Setter for output.
setPackaging(String) - Method in class org.apache.maven.plugin.eclipse.EclipseCleanMojo
 
setPackaging(String) - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
 
setPath(String) - Method in class org.apache.maven.plugin.eclipse.EclipseSourceDir
Setter for path.
setProject(MavenProject) - Method in class org.apache.maven.plugin.eclipse.RadCleanMojo
getter for the instancevarriable project.
setProject(MavenProject) - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
Setter for project.
setProject(MavenProject) - Method in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
Setter for project.
setProjectBaseDir(File) - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
Setter for projectBaseDir.
setProjectFacets(Map) - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
Setter for projectFacets
setProjectNameTemplate(String) - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
Setter for projectNameTemplate.
setProjectNameTemplate(String) - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
 
setProjectnatures(List) - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
Setter for projectnatures.
setProjectnatures(List) - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
Setter for projectnatures.
setProvided(boolean) - Method in class org.apache.maven.plugin.ide.IdeDependency
Setter for provided.
setReactorProjects(List) - Method in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
Setter for reactorProjects.
setReferencedProject(boolean) - Method in class org.apache.maven.plugin.ide.IdeDependency
Setter for referencedProject.
setRemoteArtifactRepositories(List) - Method in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
Setter for remoteArtifactRepositories.
setResolveDependencies(boolean) - Method in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
 
setSourceAttachment(File) - Method in class org.apache.maven.plugin.ide.IdeDependency
Setter for sourceAttachment.
setSourceDirs(EclipseSourceDir[]) - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
Setter for sourceDirs.
setSpring(Map) - Method in class org.apache.maven.plugin.eclipse.MyEclipsePlugin
 
setStruts(Map) - Method in class org.apache.maven.plugin.eclipse.MyEclipsePlugin
 
setSystemScoped(boolean) - Method in class org.apache.maven.plugin.ide.IdeDependency
Setter for systemScoped.
setTest(boolean) - Method in class org.apache.maven.plugin.eclipse.EclipseSourceDir
Setter for test.
setTestDependency(boolean) - Method in class org.apache.maven.plugin.ide.IdeDependency
Setter for testDependency.
setType(String) - Method in class org.apache.maven.plugin.eclipse.LinkedResource
 
setType(String) - Method in class org.apache.maven.plugin.ide.IdeDependency
Setter for type.
setup() - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
 
setup() - Method in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
Hook for preparation steps before the actual plugin execution.
setupExtras() - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
Extension point for subclasses.
setupExtras() - Method in class org.apache.maven.plugin.eclipse.RadPlugin
WARNING: The manifest resources added here will not have the benefit of the dependencies of the project, since that's not provided in the setup() apis...
setURL(URL) - Method in class org.apache.maven.plugin.eclipse.EclipseConfigFile
Setter for url.
setUseProjectReferences(boolean) - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
Setter for useProjectReferences.
setVersion(String) - Method in class org.apache.maven.plugin.ide.IdeDependency
Setter for version.
setWarContextRoot(String) - Method in class org.apache.maven.plugin.eclipse.RadPlugin
 
setWorkspace(String) - Method in class org.apache.maven.plugin.eclipse.AbstractWorkspaceMojo
 
setWorkspaceArtefacts(IdeDependency[]) - Method in class org.apache.maven.plugin.eclipse.WorkspaceConfiguration
 
setWorkspaceConfiguration(WorkspaceConfiguration) - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
 
setWorkspaceDirectory(File) - Method in class org.apache.maven.plugin.eclipse.WorkspaceConfiguration
 
setWtpapplicationxml(boolean) - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
Setter for buildCommands.
setWtpversion(String) - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
Setter for wtpversion.
setWtpVersion(float) - Method in class org.apache.maven.plugin.eclipse.writers.EclipseWriterConfig
Setter for wtpVersion.
shouldNewManifestFileBeWritten(Manifest, File) - Method in class org.apache.maven.plugin.eclipse.writers.AbstractEclipseManifestWriter
Verify is the manifest sould be overwritten this sould take in account that the manifest should only be written if the contents of the classpath was changed not the order.

T

testSourcesLast - Variable in class org.apache.maven.plugin.eclipse.EclipsePlugin
Whether to place test resources after main resources.
toRelativeAndFixSeparator(File, File, boolean) - Static method in class org.apache.maven.plugin.ide.IdeUtils
 
toString() - Method in class org.apache.maven.plugin.eclipse.EclipseSourceDir
toString() - Method in class org.apache.maven.plugin.eclipse.osgiplugin.AbstractEclipseOsgiPlugin
 
toString() - Method in class org.apache.maven.plugin.ide.IdeDependency
 

U

useProjectReference(Artifact) - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
Checks if a projects reference has to be used for the given artifact
useProjectReference(Artifact) - Method in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
Checks if a projects reference has to be used for the given artifact

V

validateExtras() - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
Extension point for subclasses.

W

workspace - Variable in class org.apache.maven.plugin.eclipse.EclipsePlugin
This eclipse workspace is read and all artifacts detected there will be connected as eclipse projects and will not be linked to the jars in the local repository.
WorkspaceConfiguration - Class in org.apache.maven.plugin.eclipse
 
WorkspaceConfiguration() - Constructor for class org.apache.maven.plugin.eclipse.WorkspaceConfiguration
 
WorkspaceDependencyResolveMojo - Class in org.apache.maven.plugin.eclipse
For all projects currently part of the workspace, all references to the M2_REPO classpath variable are resolved.
WorkspaceDependencyResolveMojo() - Constructor for class org.apache.maven.plugin.eclipse.WorkspaceDependencyResolveMojo
 
WorkspaceWriter - Interface in org.apache.maven.plugin.eclipse.writers.workspace
 
write() - Method in class org.apache.maven.plugin.eclipse.writers.AbstractEclipseManifestWriter
If the existing manifest file located in getMetaInfBaseDirectory() already has a correct MANIFEST_VERSION and CLASS_PATH value then do nothing.
write() - Method in class org.apache.maven.plugin.eclipse.writers.EclipseAjdtWriter
 
write() - Method in class org.apache.maven.plugin.eclipse.writers.EclipseClasspathWriter
 
write() - Method in class org.apache.maven.plugin.eclipse.writers.EclipseLaunchConfigurationWriter
 
write() - Method in class org.apache.maven.plugin.eclipse.writers.EclipseProjectWriter
 
write() - Method in interface org.apache.maven.plugin.eclipse.writers.EclipseWriter
Main method that should be implemented by the writer to do the work.
write() - Method in class org.apache.maven.plugin.eclipse.writers.myeclipse.MyEclipseHibernateWriter
Write MyEclipse Hibernate configuration
write() - Method in class org.apache.maven.plugin.eclipse.writers.myeclipse.MyEclipseMetadataWriter
Writer entry point
write() - Method in class org.apache.maven.plugin.eclipse.writers.myeclipse.MyEclipseSpringBeansWriter
Write MyEclipse .springBeans configuration file
write() - Method in class org.apache.maven.plugin.eclipse.writers.myeclipse.MyEclipseStrutsDataWriter
Write MyEclipse .mystrutsdata configuration file
write() - Method in class org.apache.maven.plugin.eclipse.writers.rad.RadApplicationXMLWriter
write the application.xml and the .modulemaps file to the META-INF directory.
write() - Method in class org.apache.maven.plugin.eclipse.writers.rad.RadEjbClasspathWriter
write the .classpath file to the project root directory.
write() - Method in class org.apache.maven.plugin.eclipse.writers.rad.RadJ2EEWriter
write the .j2ee file to the project root directory.
write() - Method in class org.apache.maven.plugin.eclipse.writers.rad.RadLibCopier
copy the jars in the apropreate directorys.
write() - Method in class org.apache.maven.plugin.eclipse.writers.rad.RadManifestWriter
If the existing manifest file located in getMetaInfBaseDirectory() already has a correct MANIFEST_VERSION and CLASS_PATH value then do nothing.
write() - Method in class org.apache.maven.plugin.eclipse.writers.rad.RadWebSettingsWriter
write the websettings file for RAD6 if needed.
write() - Method in class org.apache.maven.plugin.eclipse.writers.rad.RadWebsiteConfigWriter
write the website-config file for RAD6 if needed.
write() - Method in class org.apache.maven.plugin.eclipse.writers.workspace.EclipseSettingsWriter
 
write() - Method in class org.apache.maven.plugin.eclipse.writers.workspace.EclipseWorkspaceWriter
 
write() - Method in interface org.apache.maven.plugin.eclipse.writers.workspace.WorkspaceWriter
Main method that should be implemented by the writer to do the work.
write() - Method in class org.apache.maven.plugin.eclipse.writers.wtp.EclipseWtpApplicationXMLWriter
write the application.xml and the .modulemaps file to the META-INF directory.
write() - Method in class org.apache.maven.plugin.eclipse.writers.wtp.EclipseWtpComponentWriter
 
write() - Method in class org.apache.maven.plugin.eclipse.writers.wtp.EclipseWtpFacetsWriter
 
write() - Method in class org.apache.maven.plugin.eclipse.writers.wtp.EclipseWtpmodulesWriter
 
writeAttribute(XMLWriter, String, String) - Static method in class org.apache.maven.plugin.eclipse.writers.EclipseLaunchConfigurationWriter
 
writeAttribute(XMLWriter, String, boolean) - Static method in class org.apache.maven.plugin.eclipse.writers.EclipseLaunchConfigurationWriter
 
writeAttribute(XMLWriter, String, String[]) - Static method in class org.apache.maven.plugin.eclipse.writers.EclipseLaunchConfigurationWriter
 
writeConfiguration(IdeDependency[]) - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
 
writeConfiguration(IdeDependency[]) - Method in class org.apache.maven.plugin.ide.AbstractIdeSupportMojo
Main plugin method where dependencies should be processed in order to generate IDE configuration files.
writeConfigurationExtras(EclipseWriterConfig) - Method in class org.apache.maven.plugin.eclipse.EclipsePlugin
Write any extra configuration information for the Eclipse project.
writeConfigurationExtras(EclipseWriterConfig) - Method in class org.apache.maven.plugin.eclipse.MyEclipsePlugin
Write any extra configuration information for the Eclipse project.
writeConfigurationExtras(EclipseWriterConfig) - Method in class org.apache.maven.plugin.eclipse.RadPlugin
write all rad6 configuration files.
writeContextRoot(XMLWriter) - Method in class org.apache.maven.plugin.eclipse.writers.wtp.EclipseWtpComponent15Writer
 
writeContextRoot(XMLWriter) - Method in class org.apache.maven.plugin.eclipse.writers.wtp.EclipseWtpComponentWriter
 
writeModuleTypeAccordingToPackaging(MavenProject, XMLWriter, File) - Method in class org.apache.maven.plugin.eclipse.writers.wtp.AbstractWtpResourceWriter
 
writeWarOrEarResources(XMLWriter, MavenProject, ArtifactRepository) - Method in class org.apache.maven.plugin.eclipse.writers.wtp.AbstractWtpResourceWriter
 
WTP_SUPPORTED_VERSIONS - Static variable in class org.apache.maven.plugin.eclipse.EclipsePlugin
 
A B C D E F G H I J L M N O P R S T U V W 

Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.