rt/vm/src/main/java/org/apidesign/vm4brwsr/Bck2Brwsr.java
branchclosure
changeset 1020 a6bacea2518f
parent 874 2bcbe348dbec
child 1029 b1fe994d4267
     1.1 --- a/rt/vm/src/main/java/org/apidesign/vm4brwsr/Bck2Brwsr.java	Fri Mar 22 14:46:10 2013 +0100
     1.2 +++ b/rt/vm/src/main/java/org/apidesign/vm4brwsr/Bck2Brwsr.java	Thu Apr 25 16:17:48 2013 +0200
     1.3 @@ -193,5 +193,7 @@
     1.4           *   or the file cannot be found
     1.5           */
     1.6          public InputStream get(String resource) throws IOException;
     1.7 +
     1.8 +        public String getModule(String resource) throws IOException;
     1.9      }
    1.10  }