org.apache.naming.modules.fs |
|
Java Source File Name | Type | Comment |
FileAttributes.java | Class | This specialized resource attribute implementation does some lazy
reading (to speed up simple checks, like checking the last modified
date). |
FileDirContext.java | Class | DirContext for a filesystem directory.
The 'bind' operation will accept an InputStream ( TODO: File, any
resource with content )
and create the file. |
fsURLContextFactory.java | Class | Context factory for the "file:" namespace.
Important note : This factory MUST be associated with the "java" URL
prefix, which can be done by either :
- Adding a
java.naming.factory.url.pkgs=org.apache.naming property to the JNDI properties file
- Setting an environment variable named Context.URL_PKG_PREFIXES with
its value including the org.apache.naming package name.
|