E - the type of the extensionpublic abstract class AbstractExtensionPlugin<E> extends AbstractPlugin
| Modifier and Type | Field and Description |
|---|---|
protected E |
extension |
project| Constructor and Description |
|---|
AbstractExtensionPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Project project) |
protected void |
createExtension() |
protected abstract Class<E> |
getExtensionClass() |
protected String |
getExtensionName() |
afterEvaluate