| Package | Description |
|---|---|
| org.nuiton.plugin |
| Modifier and Type | Method and Description |
|---|---|
static Plugin.Packaging |
Plugin.Packaging.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Plugin.Packaging[] |
Plugin.Packaging.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AbstractPlugin.acceptPackaging(Plugin.Packaging... packages)
Accept the project's packaging between some given.
|
protected boolean |
AbstractPlugin.rejectPackaging(Plugin.Packaging... packages)
Accept the project's packaging if not in given one.
|
Copyright © 2009–2015 CodeLutin. All rights reserved.