public class HappyClient extends Object
Constructor and Description |
---|
HappyClient(PrintStream out) |
Modifier and Type | Method and Description |
---|---|
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
|
public HappyClient(PrintStream out)
public int getJavaVersionNumber()
public boolean verifyClientIsHappy(boolean warningsAsErrors) throws IOException
warningsAsErrors
- should any warning result in failure?IOException
public static void main(String[] args)
args
- a list of extra classes to look forCopyright © The Apache Software Foundation. All Rights Reserved.