public abstract class AbstractFileResourceSet extends AbstractResourceSet
Modifier and Type | Field and Description |
---|---|
protected static String[] |
EMPTY_STRING_ARRAY |
sm
AFTER_DESTROY_EVENT, AFTER_INIT_EVENT, AFTER_START_EVENT, AFTER_STOP_EVENT, BEFORE_DESTROY_EVENT, BEFORE_INIT_EVENT, BEFORE_START_EVENT, BEFORE_STOP_EVENT, CONFIGURE_START_EVENT, CONFIGURE_STOP_EVENT, PERIODIC_EVENT, START_EVENT, STOP_EVENT
Modifier | Constructor and Description |
---|---|
protected |
AbstractFileResourceSet(String internalPath) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
checkType(File file) |
protected File |
file(String name,
boolean mustExist) |
URL |
getBaseUrl()
Obtain the base URL for this set of resources.
|
protected File |
getFileBase() |
protected void |
initInternal() |
checkPath, destroyInternal, getBase, getClassLoaderOnly, getInternalPath, getRoot, getWebAppMount, setBase, setClassLoaderOnly, setInternalPath, setRoot, setWebAppMount, startInternal, stopInternal
addLifecycleListener, destroy, findLifecycleListeners, fireLifecycleEvent, getState, getStateName, init, removeLifecycleListener, setState, setState, start, stop
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getResource, list, listWebAppPaths, mkdir, write
addLifecycleListener, destroy, findLifecycleListeners, getState, getStateName, init, removeLifecycleListener, start, stop
protected static final String[] EMPTY_STRING_ARRAY
protected AbstractFileResourceSet(String internalPath)
protected final File getFileBase()
public URL getBaseUrl()
WebResourceSet
protected void initInternal() throws LifecycleException
initInternal
in class LifecycleBase
LifecycleException
protected abstract void checkType(File file)
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.