public abstract class Path extends Object
| Modifier and Type | Field and Description |
|---|---|
static short |
CONTEXT |
static String |
delim |
static short |
ITEM |
protected Object |
mIOR |
protected String[] |
mPath |
protected String |
mStringPath |
protected SystemKey |
mSysKey |
protected short |
mType |
protected UUID |
mUUID |
static short |
UNKNOWN |
| Constructor and Description |
|---|
Path() |
Path(Path parent,
String child) |
Path(Path parent,
String child,
short type) |
Path(short type) |
Path(String[] path,
short type) |
Path(String path,
short type) |
| Modifier and Type | Method and Description |
|---|---|
String |
dump() |
boolean |
equals(Object path) |
boolean |
exists() |
Object |
getIOR()
Queries the lookup for the IOR
|
abstract ItemPath |
getItemPath() |
String[] |
getPath() |
abstract String |
getRoot() |
String |
getString() |
SystemKey |
getSystemKey() |
short |
getType() |
UUID |
getUUID() |
int |
hashCode() |
void |
setIOR(Object IOR) |
void |
setPath(Path path) |
void |
setPath(String path) |
void |
setPath(String[] path) |
String |
toString() |
public static final String delim
public static final short UNKNOWN
public static final short CONTEXT
public static final short ITEM
protected String[] mPath
protected String mStringPath
protected short mType
protected UUID mUUID
protected SystemKey mSysKey
protected Object mIOR
public Path()
public Path(short type)
public Path(String[] path, short type)
public Path(String path, short type)
public void setPath(String[] path)
public void setPath(String path)
public void setIOR(Object IOR)
public void setPath(Path path)
public abstract String getRoot()
public String[] getPath()
public String getString()
public boolean exists()
public Object getIOR()
public short getType()
public SystemKey getSystemKey()
public UUID getUUID()
public abstract ItemPath getItemPath() throws ObjectNotFoundException
ObjectNotFoundExceptionpublic String dump()
Copyright © 1997–2016 CRISTAL-iSE. All rights reserved.