public enum ProjectClassLoader extends Enum<ProjectClassLoader>
| Enum Constant and Description |
|---|
instance |
| Modifier and Type | Field and Description |
|---|---|
@Nullable ClassLoader |
classLoader |
| Modifier and Type | Method and Description |
|---|---|
static ProjectClassLoader |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectClassLoader[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProjectClassLoader instance
public @Nullable ClassLoader classLoader
public static ProjectClassLoader[] values()
for (ProjectClassLoader c : ProjectClassLoader.values()) System.out.println(c);
public static ProjectClassLoader 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 nullCopyright © 2021 red6 enterprise software GmbH. All rights reserved.