org.rhq.enterprise.client.script
Class ModulesDirectoryScriptSourceProvider

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

public class ModulesDirectoryScriptSourceProvider
extends FileSystemScriptSourceProvider

This is a configurable source provider that the users can use to load modules from a configured directory.

Author:
Lukas Krejci

Constructor Summary
ModulesDirectoryScriptSourceProvider()
           
 
Method Summary
protected  File getFile(URI location)
           
 
Methods inherited from class org.rhq.enterprise.client.script.FileSystemScriptSourceProvider
getScriptSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModulesDirectoryScriptSourceProvider

public ModulesDirectoryScriptSourceProvider()
Method Detail

getFile

protected File getFile(URI location)
Overrides:
getFile in class FileSystemScriptSourceProvider


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