|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbt747.sys.interfaces.BT747Path
public class BT747Path
"Abstract" class so that a file path can be encapsulated to math different platforms. For instance, SuperWaba requires a 'card' integer index, while a regular java platform only uses a String.
Constructor Summary | |
---|---|
BT747Path(BT747Path path)
Constructor with just a path parameter. |
|
BT747Path(java.lang.String path)
Constructor with just a path parameter. |
Method Summary | |
---|---|
java.lang.String |
getPath()
Returns the path. |
BT747Path |
proto(java.lang.String path)
Create new path using this instance as a prototype. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BT747Path(java.lang.String path)
path
- public BT747Path(BT747Path path)
path
- Method Detail |
---|
public BT747Path proto(java.lang.String path)
path
-
public final java.lang.String getPath()
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 |