Package waffle.util

Class WaffleInfo

java.lang.Object
waffle.util.WaffleInfo

public class WaffleInfo extends Object
A Utility class to read system info to help troubleshoot WAFFLE system configuration.
 This utility class collects system information and returns it as an XML document.
 
From the command line, you can write the info to stdout using:
 
   java -cp "jna.jar;waffle-core.jar;waffle-api.jar;jna-platform.jar;guava-21.0.jar" waffle.util.WaffleInfo
 
 
To show this information in a browser, run:
 
   java -cp "..." waffle.util.WaffleInfo -show
 
 
To lookup account names and return any listed info, run:
 
   java -cp "..." waffle.util.WaffleInfo -lookup AccountName