Package org.apache.catalina.webresources
Class AbstractFileResourceSet
java.lang.Object
org.apache.catalina.util.LifecycleBase
org.apache.catalina.webresources.AbstractResourceSet
org.apache.catalina.webresources.AbstractFileResourceSet
- All Implemented Interfaces:
Lifecycle
,WebResourceSet
- Direct Known Subclasses:
DirResourceSet
,FileResourceSet
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.catalina.Lifecycle
Lifecycle.SingleUse
-
Field Summary
Fields inherited from class org.apache.catalina.webresources.AbstractResourceSet
sm
Fields inherited from interface org.apache.catalina.Lifecycle
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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract void
protected final File
void
gc()
Implementations may cache some information to improve performance.Obtain the base URL for this set of resources.protected final File
protected void
Sub-classes implement this method to perform any instance initialisation required.boolean
Obtains the current value of the read-only setting for this set of resources.protected void
logIgnoredSymlink
(String contextPath, String absPath, String canPath) void
setReadOnly
(boolean readOnly) Configures whether or not this set of resources is read-only.Methods inherited from class org.apache.catalina.webresources.AbstractResourceSet
checkPath, destroyInternal, getBase, getClassLoaderOnly, getInternalPath, getManifest, getRoot, getStaticOnly, getWebAppMount, setBase, setClassLoaderOnly, setInternalPath, setManifest, setRoot, setStaticOnly, setWebAppMount, startInternal, stopInternal
Methods inherited from class org.apache.catalina.util.LifecycleBase
addLifecycleListener, destroy, findLifecycleListeners, fireLifecycleEvent, getState, getStateName, getThrowOnFailure, init, removeLifecycleListener, setState, setState, setThrowOnFailure, start, stop
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.catalina.Lifecycle
addLifecycleListener, destroy, findLifecycleListeners, getState, getStateName, init, removeLifecycleListener, start, stop
Methods inherited from interface org.apache.catalina.WebResourceSet
getResource, list, listWebAppPaths, mkdir, write
-
Field Details
-
EMPTY_STRING_ARRAY
-
-
Constructor Details
-
AbstractFileResourceSet
-
-
Method Details
-
getFileBase
-
setReadOnly
public void setReadOnly(boolean readOnly) Description copied from interface:WebResourceSet
Configures whether or not this set of resources is read-only.- Parameters:
readOnly
-true
if this set of resources should be configured to be read-only
-
isReadOnly
public boolean isReadOnly()Description copied from interface:WebResourceSet
Obtains the current value of the read-only setting for this set of resources.- Returns:
true
if this set of resources is configured to be read-only, otherwisefalse
-
file
-
logIgnoredSymlink
-
getBaseUrl
Description copied from interface:WebResourceSet
Obtain the base URL for this set of resources. One of the uses of this is to grant read permissions to the resources when running under a security manager.- Returns:
- The base URL for this set of resources
-
gc
public void gc()Implementations may cache some information to improve performance. This method triggers the clean-up of those resources.This is a NO-OP by default for File based resource sets.
-
initInternal
Description copied from class:LifecycleBase
Sub-classes implement this method to perform any instance initialisation required.- Specified by:
initInternal
in classLifecycleBase
- Throws:
LifecycleException
- If the initialisation fails
-
checkType
-