com.sunlightlabs.api
Class TestAPI
java.lang.Object
com.sunlightlabs.api.TestAPI
public class TestAPI
- extends java.lang.Object
This class has a main to exercise the API
com.sunlightlabs.api.TestAPI
steve Jul 23, 2009
Method Summary |
static void |
main(java.lang.String[] args)
test main |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
THIS_CLASS
public static java.lang.Class<TestAPI> THIS_CLASS
EMPTY_ARRAY
public static TestAPI[] EMPTY_ARRAY
DEFAULT_API_KEY
public static final java.lang.String DEFAULT_API_KEY
- See Also:
- Constant Field Values
TestAPI
public TestAPI()
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- test main
- Parameters:
args
- ignores
- Throws:
java.lang.Exception