OpenCard  
 
OCF, the OpenCard Framework is a standard Java framework for working with Smart Cards.  
 

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 $

Constructor Summary
GetProperties()
           
 
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
 

Constructor Detail

GetProperties

public GetProperties()
Method Detail

main

public static void main(java.lang.String[] args)