|
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.subsystems.qsys.commands.QSYSCommandsUtil
public class QSYSCommandsUtil
Utility class that can be used to get the correct command for the passed Object Supported Commands: Change Change Text Change Type Copy Delete Merge Rename Restore Save
Field Summary | |
---|---|
static String |
copyright
|
Constructor Summary | |
---|---|
QSYSCommandsUtil()
|
Method Summary | |
---|---|
static String |
getChangeCommand(Object element)
Return the iSeries command string needed to change this object. |
static String |
getChangeTextCommand(Object element,
String newText)
Return the iSeries command string needed to change the text of this object on the iSeries. |
static String |
getChangeTypeCommand(Object element,
String newType)
Return the iSeries command string needed to change the type of this object on the iSeries. |
static String |
getCopyCommand(Object element)
Return the iSeries command string needed to copy this object. |
static String |
getDeleteCommand(Object element)
Return the iSeries command string needed to delete this object. |
static String |
getMergeCommand(IQSYSSourceMember member)
Return the iSeries command string needed to merge this object. |
static String |
getRenameCommand(Object element,
String newName)
Return the iSeries command string needed to rename this object. |
static String |
getRestoreCommand(Object element)
Return the iSeries command string needed to restore this object. |
static String |
getRestoreLibCommand(IQSYSSaveFile savf)
Return the RSTLIB command |
static String |
getRestoreObjCommand(IQSYSSaveFile savf)
Return the RSTOBJ command |
static String |
getSaveCommand(Object element)
Return the iSeries command string needed to save this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static String copyright
Constructor Detail |
---|
public QSYSCommandsUtil()
Method Detail |
---|
public static String getRenameCommand(Object element, String newName)
public static String getDeleteCommand(Object element)
public static String getChangeCommand(Object element)
public static String getCopyCommand(Object element)
public static String getChangeTextCommand(Object element, String newText)
public static String getChangeTypeCommand(Object element, String newType)
public static String getRestoreCommand(Object element)
public static String getSaveCommand(Object element)
public static String getMergeCommand(IQSYSSourceMember member)
public static String getRestoreLibCommand(IQSYSSaveFile savf)
savf
-
public static String getRestoreObjCommand(IQSYSSaveFile savf)
savf
-
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |