org.rhq.enterprise.client.script
Class FileSystemScriptSourceProvider

java.lang.Object
  extended by org.rhq.enterprise.client.script.FileSystemScriptSourceProvider
All Implemented Interfaces:
org.rhq.scripting.ScriptSourceProvider
Direct Known Subclasses:
ModulesDirectoryScriptSourceProvider

public class FileSystemScriptSourceProvider
extends Object
implements org.rhq.scripting.ScriptSourceProvider

Author:
Lukas Krejci

Constructor Summary
FileSystemScriptSourceProvider()
           
FileSystemScriptSourceProvider(String scheme)
           
 
Method Summary
protected  File getFile(URI location)
           
 Reader getScriptSource(URI location)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSystemScriptSourceProvider

public FileSystemScriptSourceProvider()

FileSystemScriptSourceProvider

public FileSystemScriptSourceProvider(String scheme)
Method Detail

getScriptSource

public Reader getScriptSource(URI location)
Specified by:
getScriptSource in interface org.rhq.scripting.ScriptSourceProvider

getFile

protected File getFile(URI location)


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.