org.hsqldb.util
Class EchoProperty
java.lang.Object
org.hsqldb.util.EchoProperty
- public class EchoProperty
- extends Object
Contains just the static main(String[]) method
Usage: java org.hsqldb.util.EchoProperty propname
- Version:
- 1.7.2
Method Summary |
static void |
main(String[] sa)
Validates user-supplied args, prints value of the system property
if possible, exits with appropriate return value |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EchoProperty
public EchoProperty()
main
public static void main(String[] sa)
- Validates user-supplied args, prints value of the system property
if possible, exits with appropriate return value
- Parameters:
sa
- A single string which is the name of a java system property
Copyright © 2001 - 2004 HSQL Development Group. All Rights Reserved.