|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.tdk.signaturetest.Result
com.sun.tdk.signaturetest.SigTest
com.sun.tdk.signaturetest.Merge
public class Merge
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.sun.tdk.signaturetest.plugin.PluginAPI |
---|
PluginAPI.InjectionPoint |
Field Summary | |
---|---|
static I18NResourceBundle |
i18n
|
Fields inherited from interface com.sun.tdk.signaturetest.plugin.PluginAPI |
---|
AFTER_BUILD_MEMBERS, AFTER_CLASS_CORRECTOR, BEFORE_TEST, CLASS_CORRECTOR, IS_CLASS_ACCESSIBLE, ON_CLASS_LOAD |
Constructor Summary | |
---|---|
Merge()
|
Method Summary | |
---|---|
void |
decodeOptions(java.lang.String optionName,
java.lang.String[] args)
|
protected static Merge |
getInstance()
|
static void |
main(java.lang.String[] args)
Run the test using command-line; return status via numeric exit code. |
void |
run(java.lang.String[] args,
java.io.PrintWriter pw,
java.io.PrintWriter ref)
This is the gate to run the test with the JavaTest application. |
protected void |
usage()
Prints help text. |
Methods inherited from class com.sun.tdk.signaturetest.SigTest |
---|
addFormat, decodeCommonOptions, getClassDescrLoader, getContext, getFilter, getNumErrors, getTransformer, initErrors, isPackageMember, load, loadPlugin, printErrors, setClassDescrLoader, setFilter, setLog, setTransformer, setupProblem, storeError, storeWarning, useErasurator |
Methods inherited from class com.sun.tdk.signaturetest.Result |
---|
error, exit, failed, getReason, isPassed, notrun, passed, passed, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.sun.tdk.signaturetest.core.Log |
---|
storeError, storeWarning |
Field Detail |
---|
public static I18NResourceBundle i18n
Constructor Detail |
---|
public Merge()
Method Detail |
---|
public static void main(java.lang.String[] args)
run(String[],PrintWriter,PrintWriter)
protected static Merge getInstance()
public void run(java.lang.String[] args, java.io.PrintWriter pw, java.io.PrintWriter ref)
pw
- This log-file is used for error messages.ref
- This reference-file is ignored here.main(String[])
public void decodeOptions(java.lang.String optionName, java.lang.String[] args) throws CommandLineParserException
CommandLineParserException
protected void usage()
usage
in class SigTest
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |