src/jdk.packager/share/classes/jdk/packager/internal/AbstractBundler.java
branchJDK-8200758-branch
changeset 57015 5d2008115309
parent 57012 200666876601
equal deleted inserted replaced
57014:d3a84ae11429 57015:5d2008115309
    61 
    61 
    62     // do not use file separator -
    62     // do not use file separator -
    63     // we use it for classpath lookup and there / are not platform specific
    63     // we use it for classpath lookup and there / are not platform specific
    64     public final static String BUNDLER_PREFIX = "package/";
    64     public final static String BUNDLER_PREFIX = "package/";
    65 
    65 
    66     protected Class baseResourceLoader = null;
    66     protected Class<?> baseResourceLoader = null;
    67 
    67 
    68     protected void fetchResource(String publicName, String category,
    68     protected void fetchResource(String publicName, String category,
    69             String defaultName, File result, boolean verbose, File publicRoot)
    69             String defaultName, File result, boolean verbose, File publicRoot)
    70             throws IOException {
    70             throws IOException {
    71         InputStream is = streamResource(publicName, category,
    71         InputStream is = streamResource(publicName, category,