Serializable
, Comparable<Plugin.Category>
public static enum Plugin.Category extends Enum<Plugin.Category>
Enum Constant | Description |
---|---|
COMPRESSOR |
|
FILTER |
|
METAINFO_ADDER |
|
MODULEINFO_TRANSFORMER |
|
PACKAGER |
|
PROCESSOR |
|
SORTER |
|
TRANSFORMER |
|
VERIFIER |
Modifier and Type | Method | 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 METAINFO_ADDER
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()
Copyright © 2015, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-Ubuntu+0-9b143-1ubuntu1