Package io.wcm.devops.conga.resource
Interface Resource
- All Superinterfaces:
Comparable<ResourceInfo>,ResourceInfo
Abstraction for one single resource from filesystem or classpath.
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface io.wcm.devops.conga.resource.ResourceInfo
exists, getCanonicalPath, getName, getPath
-
Method Details
-
getLastModified
long getLastModified()- Returns:
- Last modification date
-
getInputStream
InputStream getInputStream()- Returns:
- File content as input stream
-
getFileExtension
- Returns:
- File extension
-