java.lang.Object
com.sun.faces.application.resource.VersionInfo
- 
Constructor SummaryConstructorsConstructorDescriptionVersionInfo(String version, String extension) Constructs a new VersionInfo instance.
- 
Method SummaryModifier and TypeMethodDescriptionintcompareTo(VersionInfo versionInfo) booleaninthashCode()toString()
- 
Constructor Details- 
VersionInfo
 
- 
- 
Method Details- 
getVersion- Returns:
- the version
 
- 
getExtension- Returns:
- the extension of the resource at processing time, or null if this version is associated with a library
 
- 
toString
- 
hashCode
- 
equals
- 
compareTo- Specified by:
- compareToin interface- Comparable<VersionInfo>
 
 
-