public abstract class InitialPreparationStep<I extends AbstractStep.InitialInput,O extends AbstractStep.InitialInput> extends AbstractStep<I,O>
AbstractStep.ApplicationDetails, AbstractStep.FirstStepResult, AbstractStep.InitialInput, AbstractStep.StepResult<P extends AbstractStep.StepResult<?>>applicationDetails, name, prevStep| Constructor and Description |
|---|
InitialPreparationStep(java.lang.String name,
AbstractStep.ApplicationDetails applicationDetails) |
| Modifier and Type | Method and Description |
|---|---|
O |
fromJson(com.google.gson.JsonObject json) |
O |
refresh(ILogger logger,
net.lenni0451.commons.httpclient.HttpClient httpClient,
O result) |
com.google.gson.JsonObject |
toJson(O result) |
execute, getFromInput, getFromInput, refreshpublic InitialPreparationStep(java.lang.String name,
AbstractStep.ApplicationDetails applicationDetails)
public final O refresh(ILogger logger, net.lenni0451.commons.httpclient.HttpClient httpClient, O result)
refresh in class AbstractStep<I extends AbstractStep.InitialInput,O extends AbstractStep.InitialInput>public final O fromJson(com.google.gson.JsonObject json)
fromJson in class AbstractStep<I extends AbstractStep.InitialInput,O extends AbstractStep.InitialInput>public final com.google.gson.JsonObject toJson(O result)
toJson in class AbstractStep<I extends AbstractStep.InitialInput,O extends AbstractStep.InitialInput>