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, waitexecute, getBundleParameters, getBundleType, getDescription, getID, getName, validatepublic 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
IOExceptionprotected void fetchResource(String publicName, String category, File defaultFile, File result, boolean verbose, File publicRoot) throws IOException
IOExceptionprotected String preprocessTextResource(String publicName, String category, String defaultName, Map<String,String> pairs, boolean verbose, File publicRoot) throws IOException
IOExceptionCopyright © 2025. All rights reserved.