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.
|
Constructor Summary |
CardFileSymbolicName(java.lang.String comp)
Instantiate a symbolic name path component. |
| Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
CardFileSymbolicName
public CardFileSymbolicName(java.lang.String comp)
- Instantiate a symbolic name path component.
- Parameters:
comp - The String containing the path component.
|