Language
The Free and Open Productivity Suite
helper
Class APIDescGetter
java.lang.Object
|
+--share.DescGetter
|
+--helper.APIDescGetter
- public class APIDescGetter
- extends DescGetter
Method Summary |
protected static DescEntry[] |
getDescArray(Object[] list)
|
DescEntry[] |
getDescriptionFor(String job,
String descPath,
boolean debug)
|
protected DescEntry |
getDescriptionForSingleJob(String job,
String descPath,
boolean debug)
|
protected DescEntry |
getFromClassPath(String aEntry,
boolean debug)
|
protected static DescEntry |
getFromDirectory(String descPath,
String entry,
boolean debug)
|
protected static DescEntry[] |
getSubEntries(BufferedReader cvsFile,
DescEntry parent,
boolean debug)
|
protected static Object[] |
makeArray(ArrayList entries)
This method ensures that XComponent will be the last in the list of interfaces |
protected static DescEntry |
setErrorDescription(DescEntry entry,
String ErrorMsg)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
APIDescGetter
public APIDescGetter()
getDescriptionFor
public DescEntry[] getDescriptionFor(String job,
String descPath,
boolean debug)
- Overrides:
getDescriptionFor
in class DescGetter
getDescriptionForSingleJob
protected DescEntry getDescriptionForSingleJob(String job,
String descPath,
boolean debug)
- Overrides:
getDescriptionForSingleJob
in class DescGetter
getSubEntries
protected static DescEntry[] getSubEntries(BufferedReader cvsFile,
DescEntry parent,
boolean debug)
makeArray
protected static Object[] makeArray(ArrayList entries)
- This method ensures that XComponent will be the last in the list of interfaces
setErrorDescription
protected static DescEntry setErrorDescription(DescEntry entry,
String ErrorMsg)
getDescArray
protected static DescEntry[] getDescArray(Object[] list)
getFromClassPath
protected DescEntry getFromClassPath(String aEntry,
boolean debug)
getFromDirectory
protected static DescEntry getFromDirectory(String descPath,
String entry,
boolean debug)