Class MavenProjectResourcesStub
java.lang.Object
org.apache.maven.project.MavenProject
org.apache.maven.plugin.resources.remote.stub.MavenProjectBasicStub
org.apache.maven.plugin.resources.remote.stub.MavenProjectBuildStub
org.apache.maven.plugin.resources.remote.stub.MavenProjectResourcesStub
- All Implemented Interfaces:
Cloneable
Stub
-
Field Summary
Fields inherited from class org.apache.maven.plugin.resources.remote.stub.MavenProjectBuildStub
build, buildDirectory, dataMap, directoryList, OUTPUT_FILE, outputDirectory, RESOURCES_FILE, resourcesDirectory, resourcesFileList, ROOT_FILE, rootFileList, SOURCE_FILE, sourceFileList, srcDirectory, targetClassesList, targetDirectory, targetResourceDirectory, targetTestResourcesDirectory, testOutputDirectory, testResourcesDirectoryFields inherited from class org.apache.maven.plugin.resources.remote.stub.MavenProjectBasicStub
artifact, description, file, identifier, modelStub, properties, testRootDirFields inherited from class org.apache.maven.project.MavenProject
EMPTY_PROJECT_ARTIFACT_ID, EMPTY_PROJECT_GROUP_ID, EMPTY_PROJECT_VERSION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddExclude(String pattern) voidaddInclude(String pattern) voidaddTestExclude(String pattern) voidaddTestInclude(String pattern) voidsetDirectory(String dir) voidsetResourceFiltering(int nIndex, boolean filter) voidsetTargetPath(String path) voidsetTestDirectory(String dir) voidsetTestTargetPath(String path) Methods inherited from class org.apache.maven.plugin.resources.remote.stub.MavenProjectBuildStub
addDirectory, addFile, addFile, getBuild, getOutputDirectory, getResourcesDirectory, getTestOutputDirectory, getTestResourcesDirectory, setOutputDirectory, setupBuildEnvironmentMethods inherited from class org.apache.maven.plugin.resources.remote.stub.MavenProjectBasicStub
addProperty, getArtifact, getArtifactId, getBasedir, getDescription, getGroupId, getName, getPackaging, getProperties, getVersion, setDescriptionMethods inherited from class org.apache.maven.project.MavenProject
addAttachedArtifact, addCompileSourceRoot, addContributor, addDeveloper, addLicense, addLifecyclePhase, addMailingList, addProjectReference, addResource, addScriptSourceRoot, addTestCompileSourceRoot, addTestResource, attachArtifact, clone, createArtifacts, equals, getActiveProfiles, getArtifactMap, getArtifacts, getAttachedArtifacts, getBuildExtensions, getBuildPlugins, getCiManagement, getClassRealm, getCollectedProjects, getCompileArtifacts, getCompileClasspathElements, getCompileDependencies, getCompileSourceRoots, getContextValue, getContributors, getDefaultGoal, getDependencies, getDependencyArtifacts, getDependencyManagement, getDevelopers, getDistributionManagement, getDistributionManagementArtifactRepository, getExecutionProject, getExtensionArtifactMap, getExtensionArtifacts, getExtensionDependencyFilter, getFile, getFilters, getGoalConfiguration, getId, getInceptionYear, getInjectedProfileIds, getIssueManagement, getLicenses, getMailingLists, getManagedVersionMap, getModel, getModelVersion, getModulePathAdjustment, getModules, getOrganization, getOriginalModel, getParent, getParentArtifact, getParentFile, getPlugin, getPluginArtifactMap, getPluginArtifactRepositories, getPluginArtifacts, getPluginManagement, getPluginRepositories, getPrerequisites, getProjectBuildingRequest, getProjectReferences, getReleaseArtifactRepository, getRemoteArtifactRepositories, getRemotePluginRepositories, getRemoteProjectRepositories, getReportArtifactMap, getReportArtifacts, getReportConfiguration, getReporting, getReportPlugins, getRepositories, getResources, getRuntimeArtifacts, getRuntimeClasspathElements, getRuntimeDependencies, getScm, getScriptSourceRoots, getSnapshotArtifactRepository, getSystemArtifacts, getSystemClasspathElements, getSystemDependencies, getTestArtifacts, getTestClasspathElements, getTestCompileSourceRoots, getTestDependencies, getTestResources, getUrl, hashCode, hasLifecyclePhase, hasParent, isExecutionRoot, replaceWithActiveArtifact, setActiveProfiles, setArtifact, setArtifactFilter, setArtifactId, setArtifacts, setAttachedArtifacts, setBuild, setCiManagement, setClassRealm, setCollectedProjects, setCompileSourceRoots, setContextValue, setContributors, setDependencies, setDependencyArtifacts, setDevelopers, setDistributionManagement, setExecutionProject, setExecutionRoot, setExtensionArtifacts, setExtensionDependencyFilter, setFile, setGroupId, setInceptionYear, setInjectedProfileIds, setIssueManagement, setLicenses, setMailingLists, setManagedVersionMap, setModel, setModelVersion, setName, setOrganization, setOriginalModel, setPackaging, setParent, setParentArtifact, setParentFile, setPluginArtifactRepositories, setPluginArtifacts, setPomFile, setProjectBuildingRequest, setReleaseArtifactRepository, setRemoteArtifactRepositories, setReportArtifacts, setReporting, setResolvedArtifacts, setScm, setScriptSourceRoots, setSnapshotArtifactRepository, setTestCompileSourceRoots, setUrl, setVersion, toString, writeModel, writeOriginalModel
-
Constructor Details
-
MavenProjectResourcesStub
- Throws:
Exception
-
-
Method Details
-
addInclude
-
addExclude
-
addTestInclude
-
addTestExclude
-
setTargetPath
-
setTestTargetPath
-
setDirectory
-
setTestDirectory
-
setResourceFiltering
public void setResourceFiltering(int nIndex, boolean filter)
-