- 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 BuildCommand
s.
- 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.
- 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
-
- 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
.
- 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
.
- 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.
- 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.
- 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
-