kodo.conf
Class Patch
java.lang.Object
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
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
Copyright 2001-2006 BEA Systems, Inc. All Rights Reserved.