Kodo 4.2.0. generated on July 28 2008

kodo.conf
Class Patch

java.lang.Object
  extended by kodo.conf.Patch

public class Patch
extends Object

Representation of code patch information. Patch information is encoded in the manifest of patch jars; when patches are installed in a Kodo classpath, this class will parse the patches and provide output about what patches are installed.

Since:
4.1

Constructor Summary
Patch()
           
 
Method Summary
static List getPatches()
          Returns a list of Patch instances representing the patches found in Kodo's classloader via a scan of META-INF/MANIFEST.MF resources.
 String getTitle()
           
 String getVendor()
           
 String getVersion()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Patch

public Patch()
Method Detail

getPatches

public static List getPatches()
Returns a list of Patch instances representing the patches found in Kodo's classloader via a scan of META-INF/MANIFEST.MF resources.


getTitle

public String getTitle()

getVendor

public String getVendor()

getVersion

public String getVersion()

toString

public String toString()
Overrides:
toString in class Object

Kodo 4.2.0. generated on July 28 2008

Copyright 2001-2006 BEA Systems, Inc. All Rights Reserved.