demos.samples
Class GetProperties
java.lang.Object
|
+--demos.samples.GetProperties
- public class GetProperties
- extends java.lang.Object
A sample that obtains the system properties of the application environment.
Watch out for properties beginning with "Opencard." or "com.ibm. ..."
which are OpenCard specific ones.
- Version:
- $Id: GetProperties.java,v 1.1 1999/12/03 09:34:41 damke Exp $
|
Method Summary |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
GetProperties
public GetProperties()
main
public static void main(java.lang.String[] args)
|