|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.xsltmp.util.AddSourcesUtils
public class AddSourcesUtils
Utility methods for adding directories to sources and resources.
| Constructor Summary | |
|---|---|
AddSourcesUtils(org.apache.maven.project.MavenProject project,
org.apache.maven.plugin.logging.Log log)
Default constructor. |
|
| Method Summary | |
|---|---|
void |
addResources(String addTo,
File dir)
Add a directory to project resources. |
void |
addSources(String addTo,
File dir)
Add a directory to project sources. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AddSourcesUtils(org.apache.maven.project.MavenProject project,
org.apache.maven.plugin.logging.Log log)
project - log - | Method Detail |
|---|
public void addSources(String addTo,
File dir)
addTo - Add to sources or test-sources.dir - Directory to add
public void addResources(String addTo,
File dir)
addTo - Add to resources or test-resources.dir - Directory to add
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||