|
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.Objectcom.ibm.etools.iseries.remotebuild.QRBUTIL
public class QRBUTIL
A QRBUTIL provides the interface to the functions of QDEVTOOLS/QRBUTIL that may be of interest to a client. In particular it returns tags for a particular user and connection. These "tags" may be used to set up files that are all associated with a particular build..
| Field Summary | |
|---|---|
static String |
Copyright
|
| Constructor Summary | |
|---|---|
QRBUTIL(AS400 system)
Creates a new QRBUTIL for a particular system. |
|
| Method Summary | |
|---|---|
static QRBUTIL |
getForSystem(AS400 system)
A factory method for finding or creating the QRBUTIL for a particular system. |
String |
getNextTag()
Returns the next tag value for an AS400 connection. |
String |
makeMetadataFileName(String tag,
String suffix)
Returns a metadata file name for this user and ensures its creation on the remote system. |
| 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 QRBUTIL(AS400 system)
getForSystem() is preferred.
| Method Detail |
|---|
public static QRBUTIL getForSystem(AS400 system)
system - The AS400 system on which to create a QRBUTIL.
public String getNextTag()
public String makeMetadataFileName(String tag,
String suffix)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||