Package step.repositories.http
Class HTTPRepositoryPlugin
- java.lang.Object
-
- step.core.plugins.AbstractPlugin
-
- step.core.plugins.AbstractControllerPlugin
-
- step.plugins.licensing.AbstractLicensedControllerPlugin
-
- step.repositories.http.HTTPRepositoryPlugin
-
- All Implemented Interfaces:
step.core.plugins.ControllerPlugin
,step.core.plugins.OptionalPlugin
public class HTTPRepositoryPlugin extends AbstractLicensedControllerPlugin
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
REPO_ID
-
Constructor Summary
Constructors Constructor Description HTTPRepositoryPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
executionControllerStart(step.core.GlobalContext context)
protected java.lang.String
getModuleName()
-
-
-
Field Detail
-
REPO_ID
public static final java.lang.String REPO_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getModuleName
protected java.lang.String getModuleName()
- Specified by:
getModuleName
in classAbstractLicensedControllerPlugin
-
executionControllerStart
public void executionControllerStart(step.core.GlobalContext context) throws java.lang.Exception
- Specified by:
executionControllerStart
in interfacestep.core.plugins.ControllerPlugin
- Overrides:
executionControllerStart
in classstep.core.plugins.AbstractControllerPlugin
- Throws:
java.lang.Exception
-
-