public enum InMemoryMultiThreadClasspath extends Enum<InMemoryMultiThreadClasspath> implements Classpath
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
InMemoryMultiThreadClasspath |
add(ClasspathAbstractContainer<?> entry) |
Collection<ClasspathAbstractContainer<?>> |
entries() |
ClasspathAbstractContainer<?> |
entry(String container) |
void |
reset() |
static InMemoryMultiThreadClasspath |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InMemoryMultiThreadClasspath[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InMemoryMultiThreadClasspath INSTANCE
public static InMemoryMultiThreadClasspath[] values()
for (InMemoryMultiThreadClasspath c : InMemoryMultiThreadClasspath.values()) System.out.println(c);
public static InMemoryMultiThreadClasspath 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 InMemoryMultiThreadClasspath add(ClasspathAbstractContainer<?> entry)
public void reset()
public Collection<ClasspathAbstractContainer<?>> entries()
public ClasspathAbstractContainer<?> entry(String container)
Copyright © 2012-2016. All Rights Reserved.