opencard.opt.iso.fs
Class CardFileSymbolicName

java.lang.Object
  |
  +--opencard.opt.iso.fs.CardFilePathComponent
        |
        +--opencard.opt.iso.fs.CardFileSymbolicName

public class CardFileSymbolicName
extends CardFilePathComponent

CardFileSymbolicName contains a single CardFilePath component, a symbolic name.


Fields inherited from class opencard.opt.iso.fs.CardFilePathComponent
comp
 
Constructor Summary
CardFileSymbolicName(java.lang.String comp)
          Instantiate a symbolic name path component.
 
Methods inherited from class opencard.opt.iso.fs.CardFilePathComponent
createComponent, equals, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CardFileSymbolicName

public CardFileSymbolicName(java.lang.String comp)
Instantiate a symbolic name path component.
Parameters:
comp - The String containing the path component.