|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.are.xml.rules.Rule
com.ibm.ibmi.are.xml.rules.ptf.PtfRule
public abstract class PtfRule
Abstract base class for all PTF verification rules
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright for class bytecode |
Fields inherited from class com.ibm.are.xml.rules.Rule |
---|
MAP_ITEM_CHECK_CLASS, MAP_ITEM_CHECK_OBJECT, MAP_ITEM_CHECK_TYPE, MAP_ITEM_ERROR_LEVEL, MAP_ITEM_EXPECTED_VALUE, MAP_ITEM_MATCH_CASE |
Method Summary | |
---|---|
static com.ibm.as400.access.PTFGroup |
findPtfGroup(com.ibm.are.plugin.Plugin plugin,
java.lang.String groupName)
Finds and returns an IBM Toolbox for Java PTFGroup object that models the
specified PTF group on the IBM i system. |
java.lang.String |
getPtfName()
Retrieves the PTF name (number) |
void |
setPtfName(java.lang.String ptfName)
Sets the PTF name (number) |
Methods inherited from class com.ibm.are.xml.rules.Rule |
---|
getNodeInfo, report, report, run |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Method Detail |
---|
public java.lang.String getPtfName()
public void setPtfName(java.lang.String ptfName)
ptfName
- The new PTF name (number)public static com.ibm.as400.access.PTFGroup findPtfGroup(com.ibm.are.plugin.Plugin plugin, java.lang.String groupName)
PTFGroup
object that models the
specified PTF group on the IBM i system.
plugin
- The plugin that is runninggroupName
- The PTF group number
PTFGroup
object that models the
specified PTF group on the IBM i system.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |