TUM CCSM Commons

Uses of Class
edu.tum.cs.commons.version.Version

Packages that use Version
edu.tum.cs.commons.reflect Utilities for reflection. 
edu.tum.cs.commons.version Classes dealing with versions. 
 

Uses of Version in edu.tum.cs.commons.reflect
 

Methods in edu.tum.cs.commons.reflect that return Version
static Version ReflectionUtils.obtainClassFileVersion(java.io.InputStream inputStream)
          Obtains the version of a Java class file.
 

Methods in edu.tum.cs.commons.reflect that return types with arguments of type Version
static java.util.HashMap<java.lang.String,Version> ReflectionUtils.getClassFileVersions(java.io.File jarFile)
          This method extracts the class file version from each class file in the provided jar.
 

Uses of Version in edu.tum.cs.commons.version
 

Methods in edu.tum.cs.commons.version that return Version
static Version VersionUtils.getMostRecentVersion(java.lang.String versionFileUrl)
          Get the most recent version from a file available via an URL.
static Version Version.parseVersion(java.lang.String s)
          Parses a version from a string.
 

Methods in edu.tum.cs.commons.version with parameters of type Version
static void VersionUtils.checkForNewVersion(java.lang.String appName, java.lang.String versionFileUrl, Version runningVersion)
          Checks whether a new version of an application is available.
 int Version.compareTo(Version other)
          Compares to version numbers by their major and minor numbers.
 boolean Version.isSatisfied(Version currentVersion, Version compatibleVersion)
          This method is used to check version compatibility in dependency management.
 


TUM CCSM Commons

TUM CCSM Commons - 2.7