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() |
boolean |
isReadOnly()
Obtains the current value of the read-only setting for this set of
resources.
|
void |
setReadOnly(boolean readOnly)
Configures whether or not this set of resources is read-only.
|
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 void setReadOnly(boolean readOnly)
WebResourceSet
readOnly
- true
if this set of resources should be
configured to be read-onlypublic boolean isReadOnly()
WebResourceSet
true
if this set of resources is configured to be
read-only, otherwise false
public URL getBaseUrl()
WebResourceSet
protected void initInternal() throws LifecycleException
initInternal
in class LifecycleBase
LifecycleException
protected abstract void checkType(File file)
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.