Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 101 → Rev 56

/pluggablejs/trunk/src/net/outlyer/plugins/PluginReader.java
36,16 → 36,13
import java.net.URI;
 
/**
* java.io.Reader for plugins, tries to abstract the plugin location (file or jar).
* Generally users of the library may only need such functionality in case
* some needs be fed to an existing sandbox (e.g.
* {@link net.outlyer.plugins.utils.LanguageExtensions_v1#include}).
* java.io.Reader for plugins, tries to abstract the plugin location (file or jar)
*/
public class PluginReader extends Reader {
class PluginReader extends Reader {
 
private final Reader readerImpl;
 
public PluginReader(final URI uri) throws IOException {
PluginReader(final URI uri) throws IOException {
super();
assert null != uri;