|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis.client.HappyClient
Client side equivalent of happyaxis
Constructor Summary | |
HappyClient(java.io.PrintStream out)
|
Method Summary | |
int |
getJavaVersionNumber()
calculate the java version number by probing for classes; this tactic works across many jvm implementations; taken from Ant. |
static void |
main(java.lang.String[] args)
public happiness test. |
boolean |
verifyClientIsHappy(boolean warningsAsErrors)
Audit the client, print out status |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HappyClient(java.io.PrintStream out)
Method Detail |
public int getJavaVersionNumber()
public boolean verifyClientIsHappy(boolean warningsAsErrors) throws java.io.IOException
warningsAsErrors
- should any warning result in failure?
java.io.IOException
public static void main(java.lang.String[] args)
args
- a list of extra classes to look for
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |