public interface Plugin extends Public
setting up
the plug-in and ends with tearing it down
.Modifier and Type | Method and Description |
---|---|
void |
setUp(BaseContext context)
Defines the beginning of this plug-in's life providing a context that allows access to the
plug-ins programmatic environment.
|
void |
tearDown()
Defines the end of this plug-in's life.
|
void setUp(@NotNull BaseContext context)
context
- The context the plug-in lives in.void tearDown()
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500