Added: websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/org/apache/maven/plugins/resources/ResourcesMojo.html ============================================================================== --- websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/org/apache/maven/plugins/resources/ResourcesMojo.html (added) +++ websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/org/apache/maven/plugins/resources/ResourcesMojo.html Thu May 5 23:43:04 2016 @@ -0,0 +1,892 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>ResourcesMojo (Apache Maven Resources Plugin 3.0.0 API)</title> +<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> +</head> +<body> +<script type="text/javascript"><!-- + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="ResourcesMojo (Apache Maven Resources Plugin 3.0.0 API)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../org/apache/maven/plugins/resources/package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/ResourcesMojo.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../org/apache/maven/plugins/resources/Resource.html" title="class in org.apache.maven.plugins.resources"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/maven/plugins/resources/TestResourcesMojo.html" title="class in org.apache.maven.plugins.resources"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/maven/plugins/resources/ResourcesMojo.html" target="_top">Frames</a></li> +<li><a href="ResourcesMojo.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field_summary">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field_detail">Field</a> | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.apache.maven.plugins.resources</div> +<h2 title="Class ResourcesMojo" class="title">Class ResourcesMojo</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> +<li> +<ul class="inheritance"> +<li><a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">org.apache.maven.plugin.AbstractMojo</a></li> +<li> +<ul class="inheritance"> +<li>org.apache.maven.plugins.resources.ResourcesMojo</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/ContextEnabled.html?is-external=true" title="class or interface in org.apache.maven.plugin">ContextEnabled</a>, <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a>, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable</dd> +</dl> +<dl> +<dt>Direct Known Subclasses:</dt> +<dd><a href="../../../../../org/apache/maven/plugins/resources/CopyResourcesMojo.html" title="class in org.apache.maven.plugins.resources">CopyResourcesMojo</a>, <a href="../../../../../org/apache/maven/plugins/resources/TestResourcesMojo.html" title="class in org.apache.maven.plugins.resources">TestResourcesMojo</a></dd> +</dl> +<hr> +<br> +<pre><a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugins.annotations">@Mojo</a>(<a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html?is-external=true#name()" title="class or interface in org.apache.maven.plugins.annotations">name</a>="resources", + <a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html?is-external=true#defaultPhase()" title="class or interface in org.apache.maven.plugins.annotations">defaultPhase</a>=<a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/LifecyclePhase.html?is-external=true#PROCESS_RESOURCES" title="class or interface in org.apache.maven.plugins.annotations">PROCESS_RESOURCES</a>, + <a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html?is-external=true#requiresProject()" title="class or interface in org.apache.maven.plugins.annotations">requiresProject</a>=true, + <a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html?is-external=true#threadSafe()" title="class or interface in org.apache.maven.plugins.annotations">threadSafe</a>=true) +public class <span class="strong">ResourcesMojo</span> +extends <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">AbstractMojo</a> +implements org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable</pre> +<div class="block">Copy resources for the main source code to the main output directory. Always uses the project.build.resources element + to specify the resources to copy.</div> +<dl><dt><span class="strong">Author:</span></dt> + <dd><a href="michal.mac...@dimatics.com">Michal Maczka</a>, <a href="mailto:ja...@maven.org">Jason van Zyl</a>, Andreas Hoheneder, William Ferguson</dd></dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>protected boolean</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#addDefaultExcludes">addDefaultExcludes</a></strong></code> +<div class="block">By default files like <code>.gitignore</code>, <code>.cvsignore</code> etc.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#buildFilters">buildFilters</a></strong></code> +<div class="block">The list of additional filter properties files to be used along with System and project properties, which would + be used for the filtering.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedHashSet.html?is-external=true" title="class or interface in java.util">LinkedHashSet</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#delimiters">delimiters</a></strong></code> +<div class="block"> + Set of delimiters for expressions to filter within the resources.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#encoding">encoding</a></strong></code> +<div class="block">The character encoding scheme to be applied when filtering resources.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#escapeString">escapeString</a></strong></code> +<div class="block">Expression preceded with the String won't be interpolated \${foo} will be replaced with ${foo}</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>protected boolean</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#escapeWindowsPaths">escapeWindowsPaths</a></strong></code> +<div class="block">Whether to escape backslashes and colons in windows-style paths.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#filters">filters</a></strong></code> +<div class="block">The list of extra filter properties files to be used along with System properties, project properties, and filter + properties files specified in the POM build/filters section, which should be used for the filtering during the + current mojo execution.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>protected boolean</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#includeEmptyDirs">includeEmptyDirs</a></strong></code> +<div class="block">Copy any empty directories included in the Resources.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>protected <a href="http://maven.apache.org/shared/maven-filtering/apidocs/org/apache/maven/shared/filtering/MavenResourcesFiltering.html?is-external=true" title="class or interface in org.apache.maven.shared.filtering">MavenResourcesFiltering</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#mavenResourcesFiltering">mavenResourcesFiltering</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#nonFilteredFileExtensions">nonFilteredFileExtensions</a></strong></code> +<div class="block">Additional file extensions to not apply filtering (already defined are : jpg, jpeg, gif, bmp, png)</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>protected <a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project">MavenProject</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#project">project</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>protected <a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/execution/MavenSession.html?is-external=true" title="class or interface in org.apache.maven.execution">MavenSession</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#session">session</a></strong></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>protected boolean</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#useBuildFilters">useBuildFilters</a></strong></code> +<div class="block">If false, don't use the filters specified in the build/filters section of the POM when processing resources in + this mojo execution.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>protected boolean</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#useDefaultDelimiters">useDefaultDelimiters</a></strong></code> +<div class="block">Use default delimiters in addition to custom delimiters, if any.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_org.apache.maven.plugin.Mojo"> +<!-- --> +</a> +<h3>Fields inherited from interface org.apache.maven.plugin.<a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a></h3> +<code><a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true#ROLE" title="class or interface in org.apache.maven.plugin">ROLE</a></code></li> +</ul> +</li> +</ul> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#ResourcesMojo()">ResourcesMojo</a></strong>()</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span>Methods</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#contextualize(org.codehaus.plexus.context.Context)">contextualize</a></strong>(org.codehaus.plexus.context.Context context)</code></td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#execute()">execute</a></strong>()</code></td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>protected void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#executeUserFilterComponents(org.apache.maven.shared.filtering.MavenResourcesExecution)">executeUserFilterComponents</a></strong>(<a href="http://maven.apache.org/shared/maven-filtering/apidocs/org/apache/maven/shared/filtering/MavenResourcesExecution.html?is-external=true" title="class or interface in org.apache.maven.shared.filtering">MavenResourcesExecution</a> mavenResourcesExecution)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#getCombinedFiltersList()">getCombinedFiltersList</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedHashSet.html?is-external=true" title="class or interface in java.util">LinkedHashSet</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#getDelimiters()">getDelimiters</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#getFilters()">getFilters</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#getOutputDirectory()">getOutputDirectory</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true" title="class or interface in org.apache.maven.model">Resource</a>></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#getResources()">getResources</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#isIncludeEmptyDirs()">isIncludeEmptyDirs</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#isOverwrite()">isOverwrite</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#isSkip()">isSkip</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#isUseDefaultDelimiters()">isUseDefaultDelimiters</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#setDelimiters(java.util.LinkedHashSet)">setDelimiters</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedHashSet.html?is-external=true" title="class or interface in java.util">LinkedHashSet</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> delimiters)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#setFilters(java.util.List)">setFilters</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> filters)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#setIncludeEmptyDirs(boolean)">setIncludeEmptyDirs</a></strong>(boolean includeEmptyDirs)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#setOutputDirectory(java.io.File)">setOutputDirectory</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a> outputDirectory)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#setOverwrite(boolean)">setOverwrite</a></strong>(boolean overwrite)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#setResources(java.util.List)">setResources</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true" title="class or interface in org.apache.maven.model">Resource</a>> resources)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#setUseDefaultDelimiters(boolean)">setUseDefaultDelimiters</a></strong>(boolean useDefaultDelimiters)</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_org.apache.maven.plugin.AbstractMojo"> +<!-- --> +</a> +<h3>Methods inherited from class org.apache.maven.plugin.<a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">AbstractMojo</a></h3> +<code><a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#getLog()" title="class or interface in org.apache.maven.plugin">getLog</a>, <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#getPluginContext()" title="class or interface in org.apache.maven.plugin">getPluginContext</a>, <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#setLog(org.apache.maven.plugin.logging.Log)" title="class or interface in org.apache.maven.plugin">setLog</a>, <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#setPluginContext(java.util.Map)" title="class or interface in org.apache.maven.plugin">setPluginContext</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> +<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang /Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="encoding"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>encoding</h4> +<pre><a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true" title="class or interface in org.apache.maven.plugins.annotations">@Parameter</a>(<a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true#property()" title="class or interface in org.apache.maven.plugins.annotations">property</a>="encoding", + <a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true#defaultValue()" title="class or interface in org.apache.maven.plugins.annotations">defaultValue</a>="${project.build.sourceEncoding}") +protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> encoding</pre> +<div class="block">The character encoding scheme to be applied when filtering resources.</div> +</li> +</ul> +<a name="project"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>project</h4> +<pre><a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true" title="class or interface in org.apache.maven.plugins.annotations">@Parameter</a>(<a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true#defaultValue()" title="class or interface in org.apache.maven.plugins.annotations">defaultValue</a>="${project}", + <a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true#readonly()" title="class or interface in org.apache.maven.plugins.annotations">readonly</a>=true, + <a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true#required()" title="class or interface in org.apache.maven.plugins.annotations">required</a>=true) +protected <a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project">MavenProject</a> project</pre> +</li> +</ul> +<a name="buildFilters"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>buildFilters</h4> +<pre><a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true" title="class or interface in org.apache.maven.plugins.annotations">@Parameter</a>(<a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true#defaultValue()" title="class or interface in org.apache.maven.plugins.annotations">defaultValue</a>="${project.build.filters}", + <a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true#readonly()" title="class or interface in org.apache.maven.plugins.annotations">readonly</a>=true) +protected <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> buildFilters</pre> +<div class="block">The list of additional filter properties files to be used along with System and project properties, which would + be used for the filtering. <br/> + See also: <a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#filters"><code>filters</code></a>.</div> +<dl><dt><span class="strong">Since:</span></dt> + <dd>2.4</dd></dl> +</li> +</ul> +<a name="filters"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>filters</h4> +<pre><a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true" title="class or interface in org.apache.maven.plugins.annotations">@Parameter</a> +protected <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> filters</pre> +<div class="block">The list of extra filter properties files to be used along with System properties, project properties, and filter + properties files specified in the POM build/filters section, which should be used for the filtering during the + current mojo execution. <br/> + Normally, these will be configured from a plugin's execution section, to provide a different set of filters for a + particular execution. For instance, starting in Maven 2.2.0, you have the option of configuring executions with + the id's <code>default-resources</code> and <code>default-testResources</code> to supply different configurations + for the two different types of resources. By supplying <code>extraFilters</code> configurations, you can separate + which filters are used for which type of resource.</div> +</li> +</ul> +<a name="useBuildFilters"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>useBuildFilters</h4> +<pre><a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true" title="class or interface in org.apache.maven.plugins.annotations">@Parameter</a>(<a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true#defaultValue()" title="class or interface in org.apache.maven.plugins.annotations">defaultValue</a>="true") +protected boolean useBuildFilters</pre> +<div class="block">If false, don't use the filters specified in the build/filters section of the POM when processing resources in + this mojo execution. <br/> + See also: <a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#buildFilters"><code>buildFilters</code></a> and <a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#filters"><code>filters</code></a></div> +<dl><dt><span class="strong">Since:</span></dt> + <dd>2.4</dd></dl> +</li> +</ul> +<a name="mavenResourcesFiltering"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>mavenResourcesFiltering</h4> +<pre><a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Component.html?is-external=true" title="class or interface in org.apache.maven.plugins.annotations">@Component</a>(<a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Component.html?is-external=true#role()" title="class or interface in org.apache.maven.plugins.annotations">role</a>=<a href="http://maven.apache.org/shared/maven-filtering/apidocs/org/apache/maven/shared/filtering/MavenResourcesFiltering.html?is-external=true" title="class or interface in org.apache.maven.shared.filtering">org.apache.maven.shared.filtering.MavenResourcesFiltering.class</a>, + <a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Component.html?is-external=true#hint()" title="class or interface in org.apache.maven.plugins.annotations">hint</a>="default") +protected <a href="http://maven.apache.org/shared/maven-filtering/apidocs/org/apache/maven/shared/filtering/MavenResourcesFiltering.html?is-external=true" title="class or interface in org.apache.maven.shared.filtering">MavenResourcesFiltering</a> mavenResourcesFiltering</pre> +</li> +</ul> +<a name="session"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>session</h4> +<pre><a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true" title="class or interface in org.apache.maven.plugins.annotations">@Parameter</a>(<a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true#defaultValue()" title="class or interface in org.apache.maven.plugins.annotations">defaultValue</a>="${session}", + <a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true#readonly()" title="class or interface in org.apache.maven.plugins.annotations">readonly</a>=true, + <a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true#required()" title="class or interface in org.apache.maven.plugins.annotations">required</a>=true) +protected <a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/execution/MavenSession.html?is-external=true" title="class or interface in org.apache.maven.execution">MavenSession</a> session</pre> +</li> +</ul> +<a name="escapeString"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>escapeString</h4> +<pre><a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true" title="class or interface in org.apache.maven.plugins.annotations">@Parameter</a>(<a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true#property()" title="class or interface in org.apache.maven.plugins.annotations">property</a>="maven.resources.escapeString") +protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> escapeString</pre> +<div class="block">Expression preceded with the String won't be interpolated \${foo} will be replaced with ${foo}</div> +<dl><dt><span class="strong">Since:</span></dt> + <dd>2.3</dd></dl> +</li> +</ul> +<a name="includeEmptyDirs"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>includeEmptyDirs</h4> +<pre><a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true" title="class or interface in org.apache.maven.plugins.annotations">@Parameter</a>(<a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true#property()" title="class or interface in org.apache.maven.plugins.annotations">property</a>="maven.resources.includeEmptyDirs", + <a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true#defaultValue()" title="class or interface in org.apache.maven.plugins.annotations">defaultValue</a>="false") +protected boolean includeEmptyDirs</pre> +<div class="block">Copy any empty directories included in the Resources.</div> +<dl><dt><span class="strong">Since:</span></dt> + <dd>2.3</dd></dl> +</li> +</ul> +<a name="nonFilteredFileExtensions"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>nonFilteredFileExtensions</h4> +<pre><a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true" title="class or interface in org.apache.maven.plugins.annotations">@Parameter</a> +protected <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> nonFilteredFileExtensions</pre> +<div class="block">Additional file extensions to not apply filtering (already defined are : jpg, jpeg, gif, bmp, png)</div> +<dl><dt><span class="strong">Since:</span></dt> + <dd>2.3</dd></dl> +</li> +</ul> +<a name="escapeWindowsPaths"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>escapeWindowsPaths</h4> +<pre><a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true" title="class or interface in org.apache.maven.plugins.annotations">@Parameter</a>(<a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true#property()" title="class or interface in org.apache.maven.plugins.annotations">property</a>="maven.resources.escapeWindowsPaths", + <a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true#defaultValue()" title="class or interface in org.apache.maven.plugins.annotations">defaultValue</a>="true") +protected boolean escapeWindowsPaths</pre> +<div class="block">Whether to escape backslashes and colons in windows-style paths.</div> +<dl><dt><span class="strong">Since:</span></dt> + <dd>2.4</dd></dl> +</li> +</ul> +<a name="delimiters"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>delimiters</h4> +<pre><a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true" title="class or interface in org.apache.maven.plugins.annotations">@Parameter</a> +protected <a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedHashSet.html?is-external=true" title="class or interface in java.util">LinkedHashSet</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> delimiters</pre> +<div class="block"><p> + Set of delimiters for expressions to filter within the resources. These delimiters are specified in the form + 'beginToken*endToken'. If no '*' is given, the delimiter is assumed to be the same for start and end. + </p> + <p> + So, the default filtering delimiters might be specified as: + </p> + + <pre> + <delimiters> + <delimiter>${*}</delimiter> + <delimiter>@</delimiter> + </delimiters> + </pre> + <p> + Since the '@' delimiter is the same on both ends, we don't need to specify '@*@' (though we can). + </p></div> +<dl><dt><span class="strong">Since:</span></dt> + <dd>2.4</dd></dl> +</li> +</ul> +<a name="useDefaultDelimiters"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>useDefaultDelimiters</h4> +<pre><a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true" title="class or interface in org.apache.maven.plugins.annotations">@Parameter</a>(<a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true#defaultValue()" title="class or interface in org.apache.maven.plugins.annotations">defaultValue</a>="true") +protected boolean useDefaultDelimiters</pre> +<div class="block">Use default delimiters in addition to custom delimiters, if any.</div> +<dl><dt><span class="strong">Since:</span></dt> + <dd>2.4</dd></dl> +</li> +</ul> +<a name="addDefaultExcludes"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>addDefaultExcludes</h4> +<pre><a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true" title="class or interface in org.apache.maven.plugins.annotations">@Parameter</a>(<a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true#defaultValue()" title="class or interface in org.apache.maven.plugins.annotations">defaultValue</a>="true") +protected boolean addDefaultExcludes</pre> +<div class="block">By default files like <code>.gitignore</code>, <code>.cvsignore</code> etc. are excluded which means they will not being + copied. If you need them for a particular reason you can do that by settings this to <code>false</code>. This means + all files like the following will be copied. + <ul> + <li>Misc: **/*~, **/#*#, **/.#*, **/%*%, **/._*</li> + <li>CVS: **/CVS, **/CVS/**, **/.cvsignore</li> + <li>RCS: **/RCS, **/RCS/**</li> + <li>SCCS: **/SCCS, **/SCCS/**</li> + <li>VSSercer: **/vssver.scc</li> + <li>MKS: **/project.pj</li> + <li>SVN: **/.svn, **/.svn/**</li> + <li>GNU: **/.arch-ids, **/.arch-ids/**</li> + <li>Bazaar: **/.bzr, **/.bzr/**</li> + <li>SurroundSCM: **/.MySCMServerInfo</li> + <li>Mac: **/.DS_Store</li> + <li>Serena Dimension: **/.metadata, **/.metadata/**</li> + <li>Mercurial: **/.hg, **/.hg/**</li> + <li>GIT: **/.git, **/.gitignore, **/.gitattributes, **/.git/**</li> + <li>Bitkeeper: **/BitKeeper, **/BitKeeper/**, **/ChangeSet, + **/ChangeSet/**</li> + <li>Darcs: **/_darcs, **/_darcs/**, **/.darcsrepo, + **/.darcsrepo/****/-darcs-backup*, **/.darcs-temp-mail + </ul></div> +<dl><dt><span class="strong">Since:</span></dt> + <dd>3.0.0</dd></dl> +</li> +</ul> +</li> +</ul> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="ResourcesMojo()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>ResourcesMojo</h4> +<pre>public ResourcesMojo()</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="contextualize(org.codehaus.plexus.context.Context)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>contextualize</h4> +<pre>public void contextualize(org.codehaus.plexus.context.Context context) + throws org.codehaus.plexus.context.ContextException</pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code>contextualize</code> in interface <code>org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable</code></dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code>org.codehaus.plexus.context.ContextException</code></dd></dl> +</li> +</ul> +<a name="execute()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>execute</h4> +<pre>public void execute() + throws <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</a></pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true#execute()" title="class or interface in org.apache.maven.plugin">execute</a></code> in interface <code><a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a></code></dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code><a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</a></code></dd></dl> +</li> +</ul> +<a name="executeUserFilterComponents(org.apache.maven.shared.filtering.MavenResourcesExecution)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>executeUserFilterComponents</h4> +<pre>protected void executeUserFilterComponents(<a href="http://maven.apache.org/shared/maven-filtering/apidocs/org/apache/maven/shared/filtering/MavenResourcesExecution.html?is-external=true" title="class or interface in org.apache.maven.shared.filtering">MavenResourcesExecution</a> mavenResourcesExecution) + throws <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</a>, + <a href="http://maven.apache.org/shared/maven-filtering/apidocs/org/apache/maven/shared/filtering/MavenFilteringException.html?is-external=true" title="class or interface in org.apache.maven.shared.filtering">MavenFilteringException</a></pre> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>mavenResourcesExecution</code> - <a href="http://maven.apache.org/shared/maven-filtering/apidocs/org/apache/maven/shared/filtering/MavenResourcesExecution.html?is-external=true" title="class or interface in org.apache.maven.shared.filtering"><code>MavenResourcesExecution</code></a></dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code><a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</a></code> - in case of wrong lookup.</dd> +<dd><code><a href="http://maven.apache.org/shared/maven-filtering/apidocs/org/apache/maven/shared/filtering/MavenFilteringException.html?is-external=true" title="class or interface in org.apache.maven.shared.filtering">MavenFilteringException</a></code> - in case of failure.</dd><dt><span class="strong">Since:</span></dt> + <dd>2.5</dd></dl> +</li> +</ul> +<a name="getCombinedFiltersList()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getCombinedFiltersList</h4> +<pre>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> getCombinedFiltersList()</pre> +<dl><dt><span class="strong">Returns:</span></dt><dd>The combined filters.</dd></dl> +</li> +</ul> +<a name="getResources()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getResources</h4> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true" title="class or interface in org.apache.maven.model">Resource</a>> getResources()</pre> +<dl><dt><span class="strong">Returns:</span></dt><dd><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#resources"><code>resources</code></a></dd></dl> +</li> +</ul> +<a name="setResources(java.util.List)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setResources</h4> +<pre>public void setResources(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true" title="class or interface in org.apache.maven.model">Resource</a>> resources)</pre> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>resources</code> - set <a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#resources"><code>resources</code></a></dd></dl> +</li> +</ul> +<a name="getOutputDirectory()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getOutputDirectory</h4> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a> getOutputDirectory()</pre> +<dl><dt><span class="strong">Returns:</span></dt><dd><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#outputDirectory"><code>outputDirectory</code></a></dd></dl> +</li> +</ul> +<a name="setOutputDirectory(java.io.File)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setOutputDirectory</h4> +<pre>public void setOutputDirectory(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a> outputDirectory)</pre> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>outputDirectory</code> - the output folder.</dd></dl> +</li> +</ul> +<a name="isOverwrite()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isOverwrite</h4> +<pre>public boolean isOverwrite()</pre> +<dl><dt><span class="strong">Returns:</span></dt><dd><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#overwrite"><code>overwrite</code></a></dd></dl> +</li> +</ul> +<a name="setOverwrite(boolean)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setOverwrite</h4> +<pre>public void setOverwrite(boolean overwrite)</pre> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>overwrite</code> - true to overwrite false otherwise.</dd></dl> +</li> +</ul> +<a name="isIncludeEmptyDirs()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isIncludeEmptyDirs</h4> +<pre>public boolean isIncludeEmptyDirs()</pre> +<dl><dt><span class="strong">Returns:</span></dt><dd><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#includeEmptyDirs"><code>includeEmptyDirs</code></a></dd></dl> +</li> +</ul> +<a name="setIncludeEmptyDirs(boolean)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setIncludeEmptyDirs</h4> +<pre>public void setIncludeEmptyDirs(boolean includeEmptyDirs)</pre> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>includeEmptyDirs</code> - true/false.</dd></dl> +</li> +</ul> +<a name="getFilters()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getFilters</h4> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> getFilters()</pre> +<dl><dt><span class="strong">Returns:</span></dt><dd><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#filters"><code>filters</code></a></dd></dl> +</li> +</ul> +<a name="setFilters(java.util.List)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setFilters</h4> +<pre>public void setFilters(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> filters)</pre> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>filters</code> - The filters to use.</dd></dl> +</li> +</ul> +<a name="getDelimiters()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getDelimiters</h4> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedHashSet.html?is-external=true" title="class or interface in java.util">LinkedHashSet</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> getDelimiters()</pre> +<dl><dt><span class="strong">Returns:</span></dt><dd><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#delimiters"><code>delimiters</code></a></dd></dl> +</li> +</ul> +<a name="setDelimiters(java.util.LinkedHashSet)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setDelimiters</h4> +<pre>public void setDelimiters(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/LinkedHashSet.html?is-external=true" title="class or interface in java.util">LinkedHashSet</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>> delimiters)</pre> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>delimiters</code> - The delimiters to use.</dd></dl> +</li> +</ul> +<a name="isUseDefaultDelimiters()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isUseDefaultDelimiters</h4> +<pre>public boolean isUseDefaultDelimiters()</pre> +<dl><dt><span class="strong">Returns:</span></dt><dd><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#useDefaultDelimiters"><code>useDefaultDelimiters</code></a></dd></dl> +</li> +</ul> +<a name="setUseDefaultDelimiters(boolean)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setUseDefaultDelimiters</h4> +<pre>public void setUseDefaultDelimiters(boolean useDefaultDelimiters)</pre> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>useDefaultDelimiters</code> - true to use <code>${*}</code></dd></dl> +</li> +</ul> +<a name="isSkip()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>isSkip</h4> +<pre>public boolean isSkip()</pre> +<dl><dt><span class="strong">Returns:</span></dt><dd><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#skip"><code>skip</code></a></dd></dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar_bottom"> +<!-- --> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../org/apache/maven/plugins/resources/package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/ResourcesMojo.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../org/apache/maven/plugins/resources/Resource.html" title="class in org.apache.maven.plugins.resources"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../org/apache/maven/plugins/resources/TestResourcesMojo.html" title="class in org.apache.maven.plugins.resources"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/maven/plugins/resources/ResourcesMojo.html" target="_top">Frames</a></li> +<li><a href="ResourcesMojo.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field_summary">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field_detail">Field</a> | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2001–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html> \ No newline at end of file
Added: websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/org/apache/maven/plugins/resources/TestResourcesMojo.html ============================================================================== --- websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/org/apache/maven/plugins/resources/TestResourcesMojo.html (added) +++ websites/production/maven/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/org/apache/maven/plugins/resources/TestResourcesMojo.html Thu May 5 23:43:04 2016 @@ -0,0 +1,388 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>TestResourcesMojo (Apache Maven Resources Plugin 3.0.0 API)</title> +<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> +</head> +<body> +<script type="text/javascript"><!-- + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="TestResourcesMojo (Apache Maven Resources Plugin 3.0.0 API)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../org/apache/maven/plugins/resources/package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/TestResourcesMojo.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html" title="class in org.apache.maven.plugins.resources"><span class="strong">Prev Class</span></a></li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/maven/plugins/resources/TestResourcesMojo.html" target="_top">Frames</a></li> +<li><a href="TestResourcesMojo.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#fields_inherited_from_class_org.apache.maven.plugins.resources.ResourcesMojo">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.apache.maven.plugins.resources</div> +<h2 title="Class TestResourcesMojo" class="title">Class TestResourcesMojo</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> +<li> +<ul class="inheritance"> +<li><a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">org.apache.maven.plugin.AbstractMojo</a></li> +<li> +<ul class="inheritance"> +<li><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html" title="class in org.apache.maven.plugins.resources">org.apache.maven.plugins.resources.ResourcesMojo</a></li> +<li> +<ul class="inheritance"> +<li>org.apache.maven.plugins.resources.TestResourcesMojo</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/ContextEnabled.html?is-external=true" title="class or interface in org.apache.maven.plugin">ContextEnabled</a>, <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a>, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable</dd> +</dl> +<hr> +<br> +<pre><a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugins.annotations">@Mojo</a>(<a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html?is-external=true#name()" title="class or interface in org.apache.maven.plugins.annotations">name</a>="testResources", + <a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html?is-external=true#defaultPhase()" title="class or interface in org.apache.maven.plugins.annotations">defaultPhase</a>=<a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/LifecyclePhase.html?is-external=true#PROCESS_TEST_RESOURCES" title="class or interface in org.apache.maven.plugins.annotations">PROCESS_TEST_RESOURCES</a>, + <a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html?is-external=true#requiresProject()" title="class or interface in org.apache.maven.plugins.annotations">requiresProject</a>=true, + <a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html?is-external=true#threadSafe()" title="class or interface in org.apache.maven.plugins.annotations">threadSafe</a>=true) +public class <span class="strong">TestResourcesMojo</span> +extends <a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html" title="class in org.apache.maven.plugins.resources">ResourcesMojo</a></pre> +<div class="block">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.</div> +<dl><dt><span class="strong">Author:</span></dt> + <dd><a href="michal.mac...@dimatics.com">Michal Maczka</a>, <a href="mailto:ja...@maven.org">Jason van Zyl</a></dd></dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_org.apache.maven.plugins.resources.ResourcesMojo"> +<!-- --> +</a> +<h3>Fields inherited from class org.apache.maven.plugins.resources.<a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html" title="class in org.apache.maven.plugins.resources">ResourcesMojo</a></h3> +<code><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#addDefaultExcludes">addDefaultExcludes</a>, <a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#buildFilters">buildFilters</a>, <a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#delimiters">delimiters</a>, <a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#encoding">encoding</a>, <a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#escapeString">escapeString</a>, <a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#escapeWindowsPaths">escapeWindowsPaths</a>, <a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#filters">filters</a>, <a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#includeEmptyDirs">includeEmptyDirs</a>, <a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#mavenResourcesFiltering ">mavenResourcesFiltering</a>, <a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#nonFilteredFileExtensions">nonFilteredFileExtensions</a>, <a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#project">project</a>, <a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#session">session</a>, <a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#useBuildFilters">useBuildFilters</a>, <a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#useDefaultDelimiters">useDefaultDelimiters</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="fields_inherited_from_class_org.apache.maven.plugin.Mojo"> +<!-- --> +</a> +<h3>Fields inherited from interface org.apache.maven.plugin.<a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a></h3> +<code><a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true#ROLE" title="class or interface in org.apache.maven.plugin">ROLE</a></code></li> +</ul> +</li> +</ul> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/maven/plugins/resources/TestResourcesMojo.html#TestResourcesMojo()">TestResourcesMojo</a></strong>()</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span>Methods</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugins/resources/TestResourcesMojo.html#execute()">execute</a></strong>()</code></td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugins/resources/TestResourcesMojo.html#getOutputDirectory()">getOutputDirectory</a></strong>()</code></td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true" title="class or interface in org.apache.maven.model">Resource</a>></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugins/resources/TestResourcesMojo.html#getResources()">getResources</a></strong>()</code></td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugins/resources/TestResourcesMojo.html#setOutputDirectory(java.io.File)">setOutputDirectory</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a> outputDirectory)</code></td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugins/resources/TestResourcesMojo.html#setResources(java.util.List)">setResources</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true" title="class or interface in org.apache.maven.model">Resource</a>> resources)</code></td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_org.apache.maven.plugins.resources.ResourcesMojo"> +<!-- --> +</a> +<h3>Methods inherited from class org.apache.maven.plugins.resources.<a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html" title="class in org.apache.maven.plugins.resources">ResourcesMojo</a></h3> +<code><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#contextualize(org.codehaus.plexus.context.Context)">contextualize</a>, <a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#executeUserFilterComponents(org.apache.maven.shared.filtering.MavenResourcesExecution)">executeUserFilterComponents</a>, <a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#getCombinedFiltersList()">getCombinedFiltersList</a>, <a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#getDelimiters()">getDelimiters</a>, <a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#getFilters()">getFilters</a>, <a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#isIncludeEmptyDirs()">isIncludeEmptyDirs</a>, <a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#isOverwrite()">isOverwrite</a>, <a href="../../../../../org/apache/maven/plugins/resour ces/ResourcesMojo.html#isSkip()">isSkip</a>, <a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#isUseDefaultDelimiters()">isUseDefaultDelimiters</a>, <a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#setDelimiters(java.util.LinkedHashSet)">setDelimiters</a>, <a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#setFilters(java.util.List)">setFilters</a>, <a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#setIncludeEmptyDirs(boolean)">setIncludeEmptyDirs</a>, <a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#setOverwrite(boolean)">setOverwrite</a>, <a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#setUseDefaultDelimiters(boolean)">setUseDefaultDelimiters</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_org.apache.maven.plugin.AbstractMojo"> +<!-- --> +</a> +<h3>Methods inherited from class org.apache.maven.plugin.<a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">AbstractMojo</a></h3> +<code><a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#getLog()" title="class or interface in org.apache.maven.plugin">getLog</a>, <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#getPluginContext()" title="class or interface in org.apache.maven.plugin">getPluginContext</a>, <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#setLog(org.apache.maven.plugin.logging.Log)" title="class or interface in org.apache.maven.plugin">setLog</a>, <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#setPluginContext(java.util.Map)" title="class or interface in org.apache.maven.plugin">setPluginContext</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> +<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang /Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="TestResourcesMojo()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>TestResourcesMojo</h4> +<pre>public TestResourcesMojo()</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="execute()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>execute</h4> +<pre>public void execute() + throws <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</a></pre> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true#execute()" title="class or interface in org.apache.maven.plugin">execute</a></code> in interface <code><a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a></code></dd> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#execute()">execute</a></code> in class <code><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html" title="class in org.apache.maven.plugins.resources">ResourcesMojo</a></code></dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code><a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</a></code></dd></dl> +</li> +</ul> +<a name="getOutputDirectory()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getOutputDirectory</h4> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a> getOutputDirectory()</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#getOutputDirectory()">getOutputDirectory</a></code> in class <code><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html" title="class in org.apache.maven.plugins.resources">ResourcesMojo</a></code></dd> +<dt><span class="strong">Returns:</span></dt><dd><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#outputDirectory"><code>ResourcesMojo.outputDirectory</code></a></dd></dl> +</li> +</ul> +<a name="setOutputDirectory(java.io.File)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setOutputDirectory</h4> +<pre>public void setOutputDirectory(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a> outputDirectory)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#setOutputDirectory(java.io.File)">setOutputDirectory</a></code> in class <code><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html" title="class in org.apache.maven.plugins.resources">ResourcesMojo</a></code></dd> +<dt><span class="strong">Parameters:</span></dt><dd><code>outputDirectory</code> - the output folder.</dd></dl> +</li> +</ul> +<a name="getResources()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getResources</h4> +<pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true" title="class or interface in org.apache.maven.model">Resource</a>> getResources()</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#getResources()">getResources</a></code> in class <code><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html" title="class in org.apache.maven.plugins.resources">ResourcesMojo</a></code></dd> +<dt><span class="strong">Returns:</span></dt><dd><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#resources"><code>ResourcesMojo.resources</code></a></dd></dl> +</li> +</ul> +<a name="setResources(java.util.List)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>setResources</h4> +<pre>public void setResources(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true" title="class or interface in org.apache.maven.model">Resource</a>> resources)</pre> +<dl> +<dt><strong>Overrides:</strong></dt> +<dd><code><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#setResources(java.util.List)">setResources</a></code> in class <code><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html" title="class in org.apache.maven.plugins.resources">ResourcesMojo</a></code></dd> +<dt><span class="strong">Parameters:</span></dt><dd><code>resources</code> - set <a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html#resources"><code>ResourcesMojo.resources</code></a></dd></dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar_bottom"> +<!-- --> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../org/apache/maven/plugins/resources/package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/TestResourcesMojo.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../org/apache/maven/plugins/resources/ResourcesMojo.html" title="class in org.apache.maven.plugins.resources"><span class="strong">Prev Class</span></a></li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/maven/plugins/resources/TestResourcesMojo.html" target="_top">Frames</a></li> +<li><a href="TestResourcesMojo.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#fields_inherited_from_class_org.apache.maven.plugins.resources.ResourcesMojo">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2001–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html> \ No newline at end of file