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:
getInputStream
in interfaceSource
- Throws:
IOException
SourceNotFoundException
-
getURI
-
getScheme
-
getValidity
- Specified by:
getValidity
in interfaceSource
-
refresh
-
getMimeType
- Specified by:
getMimeType
in interfaceSource
-
getContentLength
- Specified by:
getContentLength
in interfaceSource
-
getLastModified
- Specified by:
getLastModified
in interfaceSource
-