public abstract class AbstractBundler extends Object implements Bundler
Modifier and Type | Field and Description |
---|---|
protected Class |
baseResourceLoader |
static String |
BUNDLER_PREFIX |
static BundlerParamInfo<File> |
IMAGES_ROOT |
Constructor and Description |
---|
AbstractBundler() |
Modifier and Type | Method and Description |
---|---|
protected void |
fetchResource(String publicName,
String category,
File defaultFile,
File result,
boolean verbose,
File publicRoot) |
protected void |
fetchResource(String publicName,
String category,
String defaultName,
File result,
boolean verbose,
File publicRoot) |
protected String |
preprocessTextResource(String publicName,
String category,
String defaultName,
Map<String,String> pairs,
boolean verbose,
File publicRoot) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
execute, getBundleParameters, getBundleType, getDescription, getID, getName, validate
public static final BundlerParamInfo<File> IMAGES_ROOT
public static final String BUNDLER_PREFIX
protected Class baseResourceLoader
protected void fetchResource(String publicName, String category, String defaultName, File result, boolean verbose, File publicRoot) throws IOException
IOException
protected void fetchResource(String publicName, String category, File defaultFile, File result, boolean verbose, File publicRoot) throws IOException
IOException
protected String preprocessTextResource(String publicName, String category, String defaultName, Map<String,String> pairs, boolean verbose, File publicRoot) throws IOException
IOException
Copyright © 2020. All rights reserved.