public class ProjectHelperStub extends Object implements MavenProjectHelper
ROLE
Constructor and Description |
---|
ProjectHelperStub() |
Modifier and Type | Method and Description |
---|---|
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() |
public File getArtifactFile()
public String getArtifactType()
public String getArtifactClassifier()
public void attachArtifact(MavenProject project, File artifactFile, String artifactClassifier)
attachArtifact
in interface MavenProjectHelper
public void attachArtifact(MavenProject project, String artifactType, File artifactFile)
attachArtifact
in interface MavenProjectHelper
public void attachArtifact(MavenProject project, String _artifactType, String _artifactClassifier, File _artifactFile)
attachArtifact
in interface MavenProjectHelper
public void addResource(MavenProject project, String resourceDirectory, List includes, List excludes)
addResource
in interface MavenProjectHelper
public void addTestResource(MavenProject project, String resourceDirectory, List includes, List excludes)
addTestResource
in interface MavenProjectHelper
Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.