public static enum ByteArrayClassLoader.PackageLookupStrategy.CreationAction extends Enum<ByteArrayClassLoader.PackageLookupStrategy.CreationAction> implements PrivilegedAction<ByteArrayClassLoader.PackageLookupStrategy>
| Enum Constant and Description | 
|---|
INSTANCE
The singleton instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ByteArrayClassLoader.PackageLookupStrategy | 
run() | 
static ByteArrayClassLoader.PackageLookupStrategy.CreationAction | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ByteArrayClassLoader.PackageLookupStrategy.CreationAction[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final ByteArrayClassLoader.PackageLookupStrategy.CreationAction INSTANCE
public static ByteArrayClassLoader.PackageLookupStrategy.CreationAction[] values()
for (ByteArrayClassLoader.PackageLookupStrategy.CreationAction c : ByteArrayClassLoader.PackageLookupStrategy.CreationAction.values()) System.out.println(c);
public static ByteArrayClassLoader.PackageLookupStrategy.CreationAction 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 ByteArrayClassLoader.PackageLookupStrategy run()
run in interface PrivilegedAction<ByteArrayClassLoader.PackageLookupStrategy>Copyright © 2014–2022. All rights reserved.