Uses of Class
org.jdesktop.deployment.jnlp.util.VersionID

Packages that use VersionID
org.jdesktop.deployment.jnlp.servlet   
org.jdesktop.deployment.jnlp.util   
 

Uses of VersionID in org.jdesktop.deployment.jnlp.servlet
 

Methods in org.jdesktop.deployment.jnlp.servlet with parameters of type VersionID
 int ResourceCatalog.matchEntry(java.lang.String name, VersionString vs, DownloadRequest dreq, JnlpResource jnlpres, VersionID vid)
           
 

Uses of VersionID in org.jdesktop.deployment.jnlp.util
 

Methods in org.jdesktop.deployment.jnlp.util with parameters of type VersionID
 boolean VersionString.contains(VersionID m)
          Check if this VersionString object contains the VersionID m
 boolean VersionString.containsGreaterThan(VersionID m)
          Check if this VersionString object contains anything greater than m
 boolean VersionID.isGreaterThan(VersionID vid)
           
 boolean VersionID.isGreaterThanOrEqual(VersionID vid)
           
 boolean VersionID.isPrefixMatch(VersionID vid)
          Checks if 'this' is a prefix of vid
 boolean VersionID.match(VersionID vid)
          Match 'this' versionID against vid.
 



Copyright © 2005 Sun Microsystems All Rights Reserved.