Uses of Interface
de.mhus.con.api.Context
-
Packages that use Context Package Description de.mhus.con.api -
-
Uses of Context in de.mhus.con.api
Methods in de.mhus.con.api that return Context Modifier and Type Method Description ContextErrorInfo. getContext()Methods in de.mhus.con.api with parameters of type Context Modifier and Type Method Description booleanExecutePlugin. execute(Context context)voidExecutionInterceptorPlugin. executeBegin(Context context)voidExecutionInterceptorPlugin. executeEnd(Context context, boolean done)voidExecutionInterceptorPlugin. executeError(Context context, Throwable t)booleanStep. matchCondition(Context context)voidValidator. validate(Context context)Constructors in de.mhus.con.api with parameters of type Context Constructor Description MojoException(Context context, Object... in)
-