StepDescriptor
and avoid Guice.@Deprecated public abstract class AbstractStepDescriptorImpl extends StepDescriptor
Modifier | Constructor and Description |
---|---|
protected |
AbstractStepDescriptorImpl(Class<? extends StepExecution> executionType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends StepExecution> |
getExecutionType()
Deprecated.
|
Set<Class<?>> |
getRequiredContext()
Deprecated.
Looks for the fields and setter methods with
StepContextParameter s
and infer required contexts from there. |
all, allMeta, byFunctionName, checkContextAvailability, defineArguments, getFunctionName, getMetaStepArgumentType, getProvidedContext, isAdvanced, isMetaStep, metaStepsOf, newInstance, takesImplicitBlockArgument, uninstantiate
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
protected AbstractStepDescriptorImpl(Class<? extends StepExecution> executionType)
executionType
- an associated execution class; the Step
(usually an AbstractStepImpl
) can be Inject
ed as transient
; StepContextParameter
may be used on transient
fields as wellpublic final Class<? extends StepExecution> getExecutionType()
public final Set<Class<?>> getRequiredContext()
StepContextParameter
s
and infer required contexts from there.getRequiredContext
in class StepDescriptor
StepContext.get(Class)
Copyright © 2016–2017. All rights reserved.