Package org.ametys.core.minimize
Class SourceMapSourceFactory.SourceMapSource
java.lang.Object
org.ametys.core.minimize.SourceMapSourceFactory.SourceMapSource
- All Implemented Interfaces:
 Source
- Enclosing class:
 - SourceMapSourceFactory
 
The Source of a source map
- 
Constructor Details
- 
SourceMapSource
Default constructor for a memory source- Parameters:
 location- The location of the sourcecontent- The content of the sourcelastModified- The last modified date
 
 - 
 - 
Method Details
- 
exists
 - 
getInputStream
- Specified by:
 getInputStreamin interfaceSource- Throws:
 IOExceptionSourceNotFoundException
 - 
getURI
 - 
getScheme
 - 
getValidity
- Specified by:
 getValidityin interfaceSource
 - 
refresh
 - 
getMimeType
- Specified by:
 getMimeTypein interfaceSource
 - 
getContentLength
- Specified by:
 getContentLengthin interfaceSource
 - 
getLastModified
- Specified by:
 getLastModifiedin interfaceSource
 
 -