public interface ViewSelector
Modifier and Type | Method and Description |
---|---|
Source |
getSource(String pluginName,
String location)
Get the file source for the requested location.
|
Source getSource(String pluginName, String location) throws IOException
pluginName
- The current plugin name. Can be null.location
- the requested location.IOException
- if the Source cannot be resolved.