public class PTFExitProgram extends Object
PTF.getExitPrograms()
to generate a PTFExitProgram object.Modifier and Type | Field | Description |
---|---|---|
static String |
STAGE_ACTION |
Constant indicating that the exit program is called to determine if there
is action necessary to make the PTF active or inactive.
|
static String |
STAGE_APPLY |
Constant indicating that the exit program will be run at the end of apply
processing.
|
static String |
STAGE_BOTH |
Constant indicating that the exit program will be run at the end of apply
and remove processing.
|
static String |
STAGE_PRE_APPLY |
Constant indicating that the exit program will be run before the PTF is applied
and at the end of apply processing.
|
static String |
STAGE_PRE_BOTH |
Constant indicating that the exit program will be run before the PTF is removed
and at the end of remove processing.
|
static String |
STAGE_PRE_REMOVE |
Constant indicating that the exit program will be run before the PTF is removed
and at the end of remove processing.
|
static String |
STAGE_REMOVE |
Constant indicating that the exit program will be run at the end of remove
processing.
|
Modifier and Type | Method | Description |
---|---|---|
String |
getPath() |
Returns the full pathname of the exit program.
|
String |
getRunStage() |
Returns the stage of the PTF process in which the exit program
will be run.
|
String |
getUserData() |
Returns any user data associated with this exit program.
|
public static final String STAGE_ACTION
public static final String STAGE_BOTH
public static final String STAGE_APPLY
public static final String STAGE_REMOVE
public static final String STAGE_PRE_APPLY
public static final String STAGE_PRE_REMOVE
public static final String STAGE_PRE_BOTH
public String getPath()
public String getRunStage()
public String getUserData()
Copyright © 2025. All rights reserved.