public enum EffectFactory extends Enum<EffectFactory>
| Enum Constant and Description |
|---|
CF |
| Modifier and Type | Method and Description |
|---|---|
EffectProvider |
get(String name)
获取解压缩服务提供者 @SPI 值是{#name} 名称
|
static EffectFactory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EffectFactory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EffectFactory CF
public static EffectFactory[] values()
for (EffectFactory c : EffectFactory.values()) System.out.println(c);
public static EffectFactory 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 EffectProvider get(String name)
name - 名称Copyright © 2021. All rights reserved.