| Package | Description |
|---|---|
| org.classdump.luna.lib |
An abstract interface to the standard library.
|
| Modifier and Type | Method and Description |
|---|---|
static StandardLibrary |
StandardLibrary.in(RuntimeEnvironment environment)
Returns a default configuration for the specified environment.
|
StandardLibrary |
StandardLibrary.withDebug(boolean hasDebug)
Returns a configuration that includes the Debug library iff
hasDebug
is true. |
StandardLibrary |
StandardLibrary.withLoader(org.classdump.luna.load.ChunkLoader chunkLoader)
Returns a configuration that differs from this configuration in that
it uses the chunk loader
chunkLoader. |
StandardLibrary |
StandardLibrary.withModuleLoader(ClassLoader moduleLoader)
Returns a configuration that differs from this configuration in that
it uses the module loader
moduleLoader. |
Copyright © 2016–2017. All rights reserved.