org.apache.axis.client
public class HappyClient extends Object
| Constructor Summary | |
|---|---|
| HappyClient(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(String[] args)
public happiness test. |
| boolean | verifyClientIsHappy(boolean warningsAsErrors)
Audit the client, print out status |
Returns: JRE version as 10,11,12,13,14,...
Parameters: args a list of extra classes to look for
Parameters: warningsAsErrors should any warning result in failure?
Returns: true if we are happy
Throws: IOException