| Package | Description |
|---|---|
| org.jboss.forge.addon.gradle.projects.model |
| Modifier and Type | Method and Description |
|---|---|
GradlePluginType |
GradlePluginBuilder.getType() |
GradlePluginType |
GradlePlugin.getType()
If this is one of the common plugins then it will return a convenient enum value, otherwise it will return
OTHER. |
static GradlePluginType |
GradlePluginType.typeByClazz(String clazz) |
static GradlePluginType |
GradlePluginType.typeByPackaging(String packaging) |
static GradlePluginType |
GradlePluginType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GradlePluginType[] |
GradlePluginType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GradlePluginBuilder |
GradlePluginBuilder.setType(GradlePluginType type) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.