com.sun.javacard.ant.types
Class JCAInputFile

java.lang.Object
  extended bycom.sun.javacard.ant.types.JCAInputFile

public class JCAInputFile
extends java.lang.Object

Encapsulates a JCA input file name. Other option was to use FileSet class or FileList class, but the problem is that both of these do not support a file name starting with the symbol @ which is supported by Maskgen.


Constructor Summary
JCAInputFile()
           
 
Method Summary
 java.lang.String getInputFileName()
          Returns the applet name
 void setInputFile(java.lang.String name)
          Set input file name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCAInputFile

public JCAInputFile()
Method Detail

setInputFile

public void setInputFile(java.lang.String name)
Set input file name

Parameters:
name - of the Applet class

getInputFileName

public java.lang.String getInputFileName()
Returns the applet name

Returns:
appletname


Copyright © 2005 Sun Microsystems, Inc. 4150 Network Circle,
Santa Clara, CA-95054, U.S.A. All Rights Reserved.