|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.apache.maven.plugin.resources.ResourcesMojo
org.apache.maven.plugin.resources.TestResourcesMojo
public class TestResourcesMojo
Copy resources for the test source code to the test output directory. Always uses the project.build.testResources element to specify the resources to copy.
Field Summary |
---|
Fields inherited from class org.apache.maven.plugin.resources.ResourcesMojo |
---|
buildFilters, delimiters, encoding, escapeString, escapeWindowsPaths, filters, includeEmptyDirs, mavenResourcesFiltering, nonFilteredFileExtensions, project, session, useBuildFilters, useDefaultDelimiters |
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
TestResourcesMojo()
|
Method Summary | |
---|---|
java.io.File |
getOutputDirectory()
|
java.util.List |
getResources()
|
void |
setOutputDirectory(java.io.File outputDirectory)
|
void |
setResources(java.util.List resources)
|
Methods inherited from class org.apache.maven.plugin.resources.ResourcesMojo |
---|
contextualize, execute, executeUserFilterComponents, getCombinedFiltersList, getDelimiters, getFilters, isIncludeEmptyDirs, isOverwrite, isUseDefaultDelimiters, setDelimiters, setFilters, setIncludeEmptyDirs, setOverwrite, setUseDefaultDelimiters |
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
---|
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestResourcesMojo()
Method Detail |
---|
public java.io.File getOutputDirectory()
getOutputDirectory
in class ResourcesMojo
public void setOutputDirectory(java.io.File outputDirectory)
setOutputDirectory
in class ResourcesMojo
public java.util.List getResources()
getResources
in class ResourcesMojo
public void setResources(java.util.List resources)
setResources
in class ResourcesMojo
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |