|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.iseries.core.util.ISeriesRemoteObjectPath
Helper class for parsing remote object names.
Field Summary | |
---|---|
static String |
copyright
|
Constructor Summary | |
---|---|
ISeriesRemoteObjectPath(String fullName)
Constructor which takes a fully qualified name and parses it into the individual pieces; |
Method Summary | |
---|---|
String |
getFullName()
Returns the fully qualified name |
String |
getLibraryName()
Returns the library name. |
String |
getMemberName()
Returns the member name. |
String |
getObjectName()
Returns the object name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String copyright
Constructor Detail |
public ISeriesRemoteObjectPath(String fullName)
Method Detail |
public String getLibraryName()
public String getMemberName()
public String getObjectName()
public String getFullName()
|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |