java.lang.Object
com.sun.faces.application.resource.VersionInfo
-
Constructor Summary
ConstructorDescriptionVersionInfo
(String version, String extension) Constructs a new VersionInfo instance. -
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(VersionInfo versionInfo) boolean
int
hashCode()
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:
compareTo
in interfaceComparable<VersionInfo>
-