kodo.conf
Class Patch
java.lang.Object
   kodo.conf.Patch
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()
 | 
 
 
 
Patch
public Patch()
getPatches
public static List getPatches()
- Returns a list of Patchinstances representing 
 the patches found in Kodo's classloader via a scan ofMETA-INF/MANIFEST.MFresources.
 
- 
 
getTitle
public String getTitle()
- 
 
getVendor
public String getVendor()
- 
 
getVersion
public String getVersion()
- 
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
- 
 
Copyright 2001-2006 BEA Systems, Inc. All Rights Reserved.