|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.etools.iseries.remotebuild.RBResource com.ibm.etools.iseries.remotebuild.RBQSYSResource
public abstract class RBQSYSResource
This class provides the common behavior for all objects in the QSYS name space -- libraries and their contents. The primary purpose is to abstract items that have to do with name resolution and library structure. The name is dependent on the concrete resource type. The base resource is dependent on the concrete resource type. The model resource is dependent on the concrete resource type.
Field Summary | |
---|---|
static String |
Copyright
|
Fields inherited from class com.ibm.etools.iseries.remotebuild.RBResource |
---|
G_BINARYOBJECT, G_LIBRARY, G_MEMBER, G_PROJECT, G_SAVEFILE, G_SOURCEFILE, G_UNKNOWN, NS_LOCAL, NS_NETWORK, NS_QSYS, NS_UNKNOWN, RB_QUALIFIER |
Constructor Summary | |
---|---|
RBQSYSResource(AbstractISeriesResource resource)
Constructs an RBResource from a model resource. |
|
RBQSYSResource(String name,
long localStamp,
long targetStamp)
Constructs an RBResource from its properties. |
Method Summary | |
---|---|
String |
getLibraryName()
Returns the library name of this object. |
int |
getNameSpace()
Returns the name space for this resource. |
String |
getObjectType()
Returns the object type from the path. |
abstract CLQualifiedName |
getQualifiedName()
Returns the fully-qualified system-relative object name for a resource in the QSYS namespace. |
String |
getShortKey()
Returns a value that may be used as a key for this resource. |
abstract String |
getSimpleObjectType()
Returns the simple object type for this resource. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String Copyright
Constructor Detail |
---|
public RBQSYSResource(AbstractISeriesResource resource)
public RBQSYSResource(String name, long localStamp, long targetStamp)
Method Detail |
---|
public final int getNameSpace()
getNameSpace
in class RBResource
public String getLibraryName()
public String getObjectType()
public String getShortKey()
getShortKey
in class RBResource
public abstract CLQualifiedName getQualifiedName()
public abstract String getSimpleObjectType()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |