public class MavenProjectResourcesStub extends MavenProjectBuildStub
build, buildDirectory, dataMap, directoryList, OUTPUT_FILE, outputDirectory, RESOURCES_FILE, resourcesDirectory, resourcesFileList, ROOT_FILE, rootFileList, SOURCE_FILE, sourceFileList, srcDirectory, targetClassesList, targetDirectory, targetResourceDirectory, targetTestResourcesDirectory, testOutputDirectory, testResourcesDirectory
artifact, description, file, identifier, model, properties, testRootDir
EMPTY_PROJECT_ARTIFACT_ID, EMPTY_PROJECT_GROUP_ID, EMPTY_PROJECT_VERSION
Constructor and Description |
---|
MavenProjectResourcesStub(String id) |
Modifier and Type | Method and Description |
---|---|
void |
addExclude(String pattern) |
void |
addInclude(String pattern) |
void |
addTestExclude(String pattern) |
void |
addTestInclude(String pattern) |
void |
setDirectory(String dir) |
void |
setResourceFiltering(int nIndex,
boolean filter) |
void |
setTargetPath(String path) |
void |
setTestDirectory(String dir) |
void |
setTestTargetPath(String path) |
addDirectory, addFile, addFile, getBuild, getOutputDirectory, getResourcesDirectory, getTestOutputDirectory, getTestResourcesDirectory, setOutputDirectory, setupBuildEnvironment
addProperty, getArtifact, getArtifactId, getBasedir, getDescription, getGroupId, getModel, getName, getPackaging, getProperties, getVersion, setDescription
addAttachedArtifact, addCompileSourceRoot, addContributor, addDeveloper, addLicense, addMailingList, addPlugin, addProjectReference, addResource, addScriptSourceRoot, addTestCompileSourceRoot, addTestResource, attachArtifact, createArtifacts, equals, getActiveProfiles, getArtifactMap, getArtifacts, getAttachedArtifacts, getBuildExtensions, getBuildPlugins, getCiManagement, getCollectedProjects, getCompileArtifacts, getCompileClasspathElements, getCompileDependencies, getCompileSourceRoots, getContributors, getDefaultGoal, getDependencies, getDependencyArtifacts, getDependencyManagement, getDevelopers, getDistributionManagement, getDistributionManagementArtifactRepository, getExecutionProject, getExtensionArtifactMap, getExtensionArtifacts, getFile, getFilters, getGoalConfiguration, getId, getInceptionYear, getIssueManagement, getLicenses, getMailingLists, getManagedVersionMap, getModelVersion, getModulePathAdjustment, getModules, getOrganization, getOriginalModel, getParent, getParentArtifact, getPluginArtifactMap, getPluginArtifactRepositories, getPluginArtifacts, getPluginManagement, getPluginRepositories, getPrerequisites, getProjectReferences, getRemoteArtifactRepositories, getReportArtifactMap, getReportArtifacts, getReportConfiguration, getReporting, getReportPlugins, getRepositories, getResources, getRuntimeArtifacts, getRuntimeClasspathElements, getRuntimeDependencies, getScm, getScriptSourceRoots, getSystemArtifacts, getSystemClasspathElements, getSystemDependencies, getTestArtifacts, getTestClasspathElements, getTestCompileSourceRoots, getTestDependencies, getTestResources, getUrl, hashCode, hasParent, injectPluginManagementInfo, isExecutionRoot, replaceWithActiveArtifact, setActiveProfiles, setArtifact, setArtifactId, setArtifacts, setBuild, setCiManagement, setCollectedProjects, setContributors, setDependencies, setDependencyArtifacts, setDevelopers, setDistributionManagement, setExecutionProject, setExecutionRoot, setExtensionArtifacts, setFile, setGroupId, setInceptionYear, setIssueManagement, setLicenses, setMailingLists, setManagedVersionMap, setModelVersion, setName, setOrganization, setOriginalModel, setPackaging, setParent, setParentArtifact, setPluginArtifactRepositories, setPluginArtifacts, setReleaseArtifactRepository, setRemoteArtifactRepositories, setReportArtifacts, setReporting, setScm, setSnapshotArtifactRepository, setUrl, setVersion, writeModel, writeOriginalModel
public void addInclude(String pattern)
public void addExclude(String pattern)
public void addTestInclude(String pattern)
public void addTestExclude(String pattern)
public void setTargetPath(String path)
public void setTestTargetPath(String path)
public void setDirectory(String dir)
public void setTestDirectory(String dir)
public void setResourceFiltering(int nIndex, boolean filter)
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.