|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectopencard.opt.iso.fs.CardFilePathComponent
public abstract class CardFilePathComponent
CardFilePathComponent contains a single CardFilePath component.
Field Summary | |
---|---|
protected java.lang.String |
comp
|
Constructor Summary | |
---|---|
protected |
CardFilePathComponent()
|
protected |
CardFilePathComponent(java.lang.String comp)
The common constructor. |
Method Summary | |
---|---|
protected static CardFilePathComponent |
createComponent(java.lang.String comp,
int pos,
java.lang.String path,
int total)
Create the correct CardFilePathComponent object from a string. |
boolean |
equals(java.lang.Object comp)
Two CardFilePathComponents are equal if they are of the same type (an instance of CardFilePathComponent) and describe the same path object. |
java.lang.String |
toString()
Overrides Object.toString() and returns a string representation of this component.. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.lang.String comp
Constructor Detail |
---|
protected CardFilePathComponent()
protected CardFilePathComponent(java.lang.String comp)
comp
- The string representation of this component.Method Detail |
---|
protected static CardFilePathComponent createComponent(java.lang.String comp, int pos, java.lang.String path, int total) throws CardIOException
comp
- The component as a string.pos
- The position of the component within the
containing path.
CardIOException
- Thrown when the component is malformed or
in the wrong place.public boolean equals(java.lang.Object comp)
equals
in class java.lang.Object
comp
- An Object which should be of type
CardFilePathComponent
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |