org.codehaus.plexus.resource.loader
public class URLResourceLoader extends AbstractResourceLoader
UNKNOWN: role-hint="url"
Field Summary | |
---|---|
protected HashMap | templateRoots |
Method Summary | |
---|---|
InputStream | getResourceAsInputStream(String name)
Get an InputStream so that the Runtime can build a
template with it.
|
Parameters: name name of template to fetch bytestream of
Returns: InputStream containing the template
Throws: ResourceNotFoundException if template not found in the file template path.