org.apache.maven.plugin.war.stub
Class ProjectHelperStub
java.lang.Object
org.apache.maven.plugin.war.stub.ProjectHelperStub
- All Implemented Interfaces:
- MavenProjectHelper
public class ProjectHelperStub
- extends Object
- implements MavenProjectHelper
Method Summary |
void |
addResource(MavenProject project,
String resourceDirectory,
List includes,
List excludes)
|
void |
addTestResource(MavenProject project,
String resourceDirectory,
List includes,
List excludes)
|
void |
attachArtifact(MavenProject project,
File artifactFile,
String artifactClassifier)
|
void |
attachArtifact(MavenProject project,
String artifactType,
File artifactFile)
|
void |
attachArtifact(MavenProject project,
String _artifactType,
String _artifactClassifier,
File _artifactFile)
|
String |
getArtifactClassifier()
|
File |
getArtifactFile()
|
String |
getArtifactType()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProjectHelperStub
public ProjectHelperStub()
getArtifactFile
public File getArtifactFile()
getArtifactType
public String getArtifactType()
getArtifactClassifier
public String getArtifactClassifier()
attachArtifact
public void attachArtifact(MavenProject project,
File artifactFile,
String artifactClassifier)
- Specified by:
attachArtifact
in interface MavenProjectHelper
attachArtifact
public void attachArtifact(MavenProject project,
String artifactType,
File artifactFile)
- Specified by:
attachArtifact
in interface MavenProjectHelper
attachArtifact
public void attachArtifact(MavenProject project,
String _artifactType,
String _artifactClassifier,
File _artifactFile)
- Specified by:
attachArtifact
in interface MavenProjectHelper
addResource
public void addResource(MavenProject project,
String resourceDirectory,
List includes,
List excludes)
- Specified by:
addResource
in interface MavenProjectHelper
addTestResource
public void addTestResource(MavenProject project,
String resourceDirectory,
List includes,
List excludes)
- Specified by:
addTestResource
in interface MavenProjectHelper
Copyright © 2002–2013 The Apache Software Foundation. All rights reserved.