java.lang.Object
com.sun.faces.application.resource.VersionInfo
- 
Constructor Summary
ConstructorsConstructorDescriptionVersionInfo(String version, String extension) Constructs a new VersionInfo instance. - 
Method Summary
Modifier 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 interfaceComparable<VersionInfo>
 
 -