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 ApplicationXmlVersionApplicationXmlVersion. V1_2Instance for version 1.2.static ApplicationXmlVersionApplicationXmlVersion. V1_3Instance for version 1.3.Methods in org.codehaus.cargo.module.application that return ApplicationXmlVersion Modifier and Type Method Description ApplicationXmlVersionApplicationXml. getVersion()static ApplicationXmlVersionApplicationXmlVersion. valueOf(String thePublicId)Returns the version corresponding to the given public ID.static ApplicationXmlVersionApplicationXmlVersion. 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 intApplicationXmlVersion. compareTo(ApplicationXmlVersion other)
-