| Package | Description |
|---|---|
| org.apache.maven.plugin.eclipse | |
| org.apache.maven.plugin.eclipse.writers | |
| org.apache.maven.plugin.eclipse.writers.wtp |
| Modifier and Type | Method and Description |
|---|---|
EclipseSourceDir[] |
EclipsePlugin.buildDirectoryList(org.apache.maven.project.MavenProject project,
java.io.File basedir,
java.io.File buildOutputDirectory) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EclipseSourceDir.merge(EclipseSourceDir mergeWith)
Merge with the provided directory.
|
| Modifier and Type | Field and Description |
|---|---|
private EclipseSourceDir[] |
EclipseWriterConfig.sourceDirs
Source directories.
|
| Modifier and Type | Method and Description |
|---|---|
EclipseSourceDir[] |
EclipseWriterConfig.getSourceDirs()
Getter for
sourceDirs. |
| Modifier and Type | Method and Description |
|---|---|
void |
EclipseWriterConfig.setSourceDirs(EclipseSourceDir[] sourceDirs)
Setter for
sourceDirs. |
| Modifier and Type | Method and Description |
|---|---|
private void |
EclipseWtpComponentWriter.writeModuleTypeComponent(org.codehaus.plexus.util.xml.XMLWriter writer,
java.lang.String packaging,
java.io.File buildOutputDirectory,
EclipseSourceDir[] sourceDirs,
org.apache.maven.artifact.repository.ArtifactRepository localRepository)
Writes out the module type settings for a Web Tools Project to a component file.
|