public class ModulesDirectoryScriptSourceProvider extends FileSystemScriptSourceProvider
| Constructor and Description |
|---|
ModulesDirectoryScriptSourceProvider()
Creates a new instance of module script source provider that looks for the module sources in a directory
specified by the "rhq.scripting.modules.root-dir" system property.
|
ModulesDirectoryScriptSourceProvider(File rootDir)
Provided for testing purposes.
|
| Modifier and Type | Method and Description |
|---|---|
protected File |
getFile(URI location) |
File |
getRootDir() |
void |
setRootDir(File rootDir) |
getScriptSourcepublic ModulesDirectoryScriptSourceProvider()
public ModulesDirectoryScriptSourceProvider(File rootDir)
rootDir - the root directory under which to locate module sourcesCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.