org.codehaus.plexus.resource
public interface ResourceManager
Version: $Id: ResourceManager.java 4955 2006-12-03 02:45:07Z jvanzyl $
| Field Summary | |
|---|---|
| String | ROLE |
| Method Summary | |
|---|---|
| void | addSearchPath(String resourceLoaderId, String searchPath) |
| File | getResourceAsFile(String name) |
| File | getResourceAsFile(String name, String outputFile) |
| InputStream | getResourceAsInputStream(String name) |
| File | resolveLocation(String location, String localfile)
Provides compatibility with the Locator utility used by several Maven Plugins. |
| File | resolveLocation(String location)
Provides compatibility with the Locator utility used by several Maven Plugins. |
| void | setOutputDirectory(File outputDirectory) |
Deprecated:
Provides compatibility with the Locator utility used by several Maven Plugins.Deprecated:
Provides compatibility with the Locator utility used by several Maven Plugins.