Package org.apache.tomcat.util.file
Class ConfigurationSource.Resource
java.lang.Object
org.apache.tomcat.util.file.ConfigurationSource.Resource
- All Implemented Interfaces:
- AutoCloseable
- Enclosing interface:
- ConfigurationSource
Represents a resource: a stream to the resource associated with
 its URI.
- 
Constructor Details- 
Resource
 
- 
- 
Method Details- 
getInputStream
- 
getURI
- 
getLastModified- Throws:
- MalformedURLException
- IOException
 
- 
close- Specified by:
- closein interface- AutoCloseable
- Throws:
- IOException
 
 
-