public interface ScriptSourceProvider
Implementations of this interface can be located using the ScriptSourceProviderFactory
if they are registered in META-INF/services.
| Modifier and Type | Method and Description |
|---|---|
Reader |
getScriptSource(URI location)
Returns the reader of the source of the script specified by given location.
|
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.