public static enum Plugin.CATEGORY extends Enum<Plugin.CATEGORY> implements Plugin.PluginType
Enum Constant and Description |
---|
COMPRESSOR |
FILTER |
MODULEINFO_TRANSFORMER |
PACKAGER |
PROCESSOR |
SORTER |
TRANSFORMER |
VERIFIER |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
static Plugin.CATEGORY |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Plugin.CATEGORY[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Plugin.CATEGORY COMPRESSOR
public static final Plugin.CATEGORY FILTER
public static final Plugin.CATEGORY MODULEINFO_TRANSFORMER
public static final Plugin.CATEGORY PACKAGER
public static final Plugin.CATEGORY PROCESSOR
public static final Plugin.CATEGORY SORTER
public static final Plugin.CATEGORY TRANSFORMER
public static final Plugin.CATEGORY VERIFIER
public static Plugin.CATEGORY[] values()
for (Plugin.CATEGORY c : Plugin.CATEGORY.values()) System.out.println(c);
public static Plugin.CATEGORY valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getName()
getName
in interface Plugin.PluginType
Copyright © 2015, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-04-29-133312.buildd.src