|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Paylet
Post-extraction custom executable. Hooked into the system at contraction time via the payload.properties file and -x flag.
| Method Summary | |
|---|---|
void |
execute(PayloadConfiguration configuration,
java.util.Properties properties)
Execute the paylet with the provided arguments. |
void |
setArgs(java.lang.String[] args)
Set the arguments to be used each time for the paylet. |
| Method Detail |
|---|
void setArgs(java.lang.String[] args)
args - Arguments to the paylet, never null.
void execute(PayloadConfiguration configuration,
java.util.Properties properties)
configuration - The baked in payload.properties.properties - The user supplied deployment properties.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||