Package | Description |
---|---|
com.google.gwt.dev.cfg | |
com.google.gwt.dev.resource.impl |
Modifier and Type | Method and Description |
---|---|
static ResourceLoader |
ResourceLoaders.forClassLoader(Thread thread)
Creates a ResourceLoader that loads from the given thread's class loader.
|
static ResourceLoader |
ResourceLoaders.forPathAndFallback(List<File> path,
ResourceLoader fallback)
Creates a ResourceLoader that loads from a list of directories and falls back
to another ResourceLoader.
|
static ResourceLoader |
ResourceLoaders.wrap(ClassLoader loader)
Adapts a ClassLoader to work as a ResourceLoader.
|
Modifier and Type | Method and Description |
---|---|
static ResourceLoader |
ResourceLoaders.forPathAndFallback(List<File> path,
ResourceLoader fallback)
Creates a ResourceLoader that loads from a list of directories and falls back
to another ResourceLoader.
|
static ModuleDef |
ModuleDefLoader.loadFromResources(TreeLogger logger,
CompilerContext compilerContext,
String moduleName,
ResourceLoader resources,
boolean refresh,
boolean monolithic)
Loads a new module from the given ResourceLoader and may or may not immediately scan associated
directories for resources or consider it monolithic, depending on parameters.
|
Constructor and Description |
---|
ModuleDef(String name,
ResourceLoader resources) |
ModuleDef(String name,
ResourceLoader resources,
boolean monolithic) |
Modifier and Type | Method and Description |
---|---|
static void |
ResourceOracleImpl.preload(TreeLogger logger,
ResourceLoader resources)
Preinitializes the classpath for a given
ResourceLoader . |
Constructor and Description |
---|
ResourceOracleImpl(TreeLogger logger,
ResourceLoader resources) |
Copyright © 2018. All rights reserved.