|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ScriptSourceProvider
Scripts in RHQ can be stored in various locations or maybe not even in the filesystem. Implementations of this interface can be used to provide the contents of the scripts based on URIs.
Implementations of this interface can be located using the ScriptSourceProviderFactory
if they are registered in META-INF/services.
| Method Summary | |
|---|---|
Reader |
getScriptSource(URI location)
Returns the reader of the source of the script specified by given location. |
| Method Detail |
|---|
Reader getScriptSource(URI location)
location - the location of the script
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||