Package org.ametys.cms.explorer
Class AmetysResourceSource
- java.lang.Object
-
- org.ametys.cms.explorer.AmetysResourceSource
-
- All Implemented Interfaces:
NamedSource,Source
public class AmetysResourceSource extends Object implements NamedSource
-
-
Constructor Summary
Constructors Constructor Description AmetysResourceSource(Resource resource, String filename, String uri)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanexists()longgetContentLength()InputStreamgetInputStream()longgetLastModified()StringgetMimeType()StringgetName()Returns the name of this source.StringgetScheme()StringgetURI()SourceValiditygetValidity()voidrefresh()
-
-
-
Constructor Detail
-
AmetysResourceSource
public AmetysResourceSource(Resource resource, String filename, String uri)
Constructor.- Parameters:
resource- theResource.filename- the local file name.uri- this source's uri.
-
-
Method Detail
-
getInputStream
public InputStream getInputStream() throws IOException, SourceNotFoundException
- Specified by:
getInputStreamin interfaceSource- Throws:
IOExceptionSourceNotFoundException
-
getValidity
public SourceValidity getValidity()
- Specified by:
getValidityin interfaceSource
-
getName
public String getName()
Description copied from interface:NamedSourceReturns the name of this source.- Specified by:
getNamein interfaceNamedSource- Returns:
- the name of this source.
-
getMimeType
public String getMimeType()
- Specified by:
getMimeTypein interfaceSource
-
getContentLength
public long getContentLength()
- Specified by:
getContentLengthin interfaceSource
-
getLastModified
public long getLastModified()
- Specified by:
getLastModifiedin interfaceSource
-
-