Cytoscape 2.8.2 API

cytoscape.plugin
Class PluginVersionUtils

java.lang.Object
  extended by cytoscape.plugin.PluginVersionUtils

public final class PluginVersionUtils
extends Object


Field Summary
static int MINOR
           
static String VALID_CYTOSCAPE_VERSION_PATTERN
           
static String VERSION_SEPARATOR
           
 
Constructor Summary
PluginVersionUtils()
           
 
Method Summary
static String getNewerVersion(String arg0, String arg1)
          Return the newer of the two versions.
static boolean isVersion(String vers, int vt)
           
static boolean versionOk(String version, boolean downloadObj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VALID_CYTOSCAPE_VERSION_PATTERN

public static final String VALID_CYTOSCAPE_VERSION_PATTERN
See Also:
Constant Field Values

MINOR

public static final int MINOR
See Also:
Constant Field Values

VERSION_SEPARATOR

public static final String VERSION_SEPARATOR
See Also:
Constant Field Values
Constructor Detail

PluginVersionUtils

public PluginVersionUtils()
Method Detail

isVersion

public static boolean isVersion(String vers,
                                int vt)

getNewerVersion

public static String getNewerVersion(String arg0,
                                     String arg1)
Return the newer of the two versions.

Parameters:
arg0 -
arg1 -
Returns:

versionOk

public static boolean versionOk(String version,
                                boolean downloadObj)

Cytoscape 2.8.2 API

Copyright 2010 Cytoscape Consortium. All rights reserved.