Type | Name and description |
---|---|
org.apache.maven.plugin.logging.Log |
log |
java.io.File |
outputDirectory |
org.codehaus.plexus.resource.ResourceManager |
resourceManager |
Constructor and description |
---|
ResourceHelper
(org.apache.maven.plugin.logging.Log log, java.io.File outputDirectory, org.codehaus.plexus.resource.ResourceManager resourceManager) |
Type Params | Return Type | Name and description |
---|---|---|
|
private java.io.File |
getResourceAsFile(java.lang.String name, java.lang.String outputPath) |
|
java.io.File |
getResourceFile(java.lang.String resource) Get the File reference for a File passed in as a string reference. |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Get the File reference for a File passed in as a string reference.
resource
- The file for the resource manager to locateGroovy Documentation