Uses of Class
org.codehaus.cargo.module.application.ApplicationXmlVersion
-
Packages that use ApplicationXmlVersion Package Description org.codehaus.cargo.module.application -
-
Uses of ApplicationXmlVersion in org.codehaus.cargo.module.application
Fields in org.codehaus.cargo.module.application declared as ApplicationXmlVersion Modifier and Type Field Description static ApplicationXmlVersion
ApplicationXmlVersion. V1_2
Instance for version 1.2.static ApplicationXmlVersion
ApplicationXmlVersion. V1_3
Instance for version 1.3.Methods in org.codehaus.cargo.module.application that return ApplicationXmlVersion Modifier and Type Method Description ApplicationXmlVersion
ApplicationXml. getVersion()
static ApplicationXmlVersion
ApplicationXmlVersion. valueOf(String thePublicId)
Returns the version corresponding to the given public ID.static ApplicationXmlVersion
ApplicationXmlVersion. valueOf(org.jdom2.DocType theDocType)
Returns the version corresponding to the given document type.Methods in org.codehaus.cargo.module.application with parameters of type ApplicationXmlVersion Modifier and Type Method Description int
ApplicationXmlVersion. compareTo(ApplicationXmlVersion other)
-