Uses of Class
com.aoindustries.aoserv.client.distribution.SoftwareVersion
-
-
Uses of SoftwareVersion in com.aoindustries.aoserv.client.distribution
Methods in com.aoindustries.aoserv.client.distribution that return SoftwareVersion Modifier and Type Method Description SoftwareVersionSoftwareVersionTable. get(int pkey)SoftwareVersionSoftware. getTechnologyVersion(AOServConnector connector, String version, OperatingSystemVersion osv)Methods in com.aoindustries.aoserv.client.distribution that return types with arguments of type SoftwareVersion Modifier and Type Method Description List<SoftwareVersion>SoftwareVersionTable. getTechnologyVersions(OperatingSystemVersion osv, String name, List<SoftwareCategory> classes, String version, int orderBy)Searches the list of all technologies (names, versions, and classes) in the database. -
Uses of SoftwareVersion in com.aoindustries.aoserv.client.mysql
Methods in com.aoindustries.aoserv.client.mysql that return SoftwareVersion Modifier and Type Method Description SoftwareVersionServer. getVersion() -
Uses of SoftwareVersion in com.aoindustries.aoserv.client.postgresql
Methods in com.aoindustries.aoserv.client.postgresql that return SoftwareVersion Modifier and Type Method Description SoftwareVersionVersion. getPostgisVersion(AOServConnector connector)Gets the PostGIS version ofnullif not supported by this PostgreSQL version....SoftwareVersionVersion. getTechnologyVersion(AOServConnector connector) -
Uses of SoftwareVersion in com.aoindustries.aoserv.client.web
Methods in com.aoindustries.aoserv.client.web that return SoftwareVersion Modifier and Type Method Description SoftwareVersionHttpdServer. getModPhpVersion()SoftwareVersionSite. getPhpVersion()Methods in com.aoindustries.aoserv.client.web with parameters of type SoftwareVersion Modifier and Type Method Description voidSite. setPhpVersion(SoftwareVersion phpVersion) -
Uses of SoftwareVersion in com.aoindustries.aoserv.client.web.jboss
Methods in com.aoindustries.aoserv.client.web.jboss that return SoftwareVersion Modifier and Type Method Description SoftwareVersionVersion. getTechnologyVersion(AOServConnector connector) -
Uses of SoftwareVersion in com.aoindustries.aoserv.client.web.tomcat
Methods in com.aoindustries.aoserv.client.web.tomcat that return SoftwareVersion Modifier and Type Method Description SoftwareVersionVersion. getTechnologyVersion(AOServConnector connector)
-