|
||||||||||
| 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
Copy resources for the main source code to the main output directory.
| Field Summary | |
protected java.lang.String |
encoding
The character encoding scheme to be applied when filtering resources. |
protected java.lang.String |
escapeString
Expression preceded with the String won't be interpolated \${foo} will be replaced with ${foo} |
protected java.util.List |
filters
The list of additional key-value pairs aside from that of the System, and that of the project, which would be used for the filtering. |
protected boolean |
includeEmptyDirs
Copy any empty directories included in the Ressources. |
protected org.apache.maven.shared.filtering.MavenResourcesFiltering |
mavenResourcesFiltering
|
protected java.util.List |
nonFilteredFileExtensions
Additionnal file extensions to not apply filtering (already defined are : jpg, jpeg, gif, bmp, png) |
protected org.apache.maven.project.MavenProject |
project
|
protected org.apache.maven.execution.MavenSession |
session
|
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| Constructor Summary | |
ResourcesMojo()
|
|
| Method Summary | |
void |
execute()
|
java.io.File |
getOutputDirectory()
|
java.util.List |
getResources()
|
boolean |
isIncludeEmptyDirs()
|
boolean |
isOverwrite()
|
void |
setIncludeEmptyDirs(boolean includeEmptyDirs)
|
void |
setOutputDirectory(java.io.File outputDirectory)
|
void |
setOverwrite(boolean overwrite)
|
void |
setResources(java.util.List resources)
|
| 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 |
| Field Detail |
protected java.lang.String encoding
protected org.apache.maven.project.MavenProject project
protected java.util.List filters
protected org.apache.maven.shared.filtering.MavenResourcesFiltering mavenResourcesFiltering
protected org.apache.maven.execution.MavenSession session
protected java.lang.String escapeString
protected boolean includeEmptyDirs
protected java.util.List nonFilteredFileExtensions
| Constructor Detail |
public ResourcesMojo()
| Method Detail |
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionpublic java.util.List getResources()
public void setResources(java.util.List resources)
public java.io.File getOutputDirectory()
public void setOutputDirectory(java.io.File outputDirectory)
public boolean isOverwrite()
public void setOverwrite(boolean overwrite)
public boolean isIncludeEmptyDirs()
public void setIncludeEmptyDirs(boolean includeEmptyDirs)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||