Package io.wcm.devops.conga.resource
Interface ResourceInfo
-
- All Superinterfaces:
Comparable<ResourceInfo>
- All Known Subinterfaces:
Resource
,ResourceCollection
public interface ResourceInfo extends Comparable<ResourceInfo>
Abstraction for resource information.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
exists()
String
getCanonicalPath()
String
getName()
String
getPath()
-
Methods inherited from interface java.lang.Comparable
compareTo
-
-