Package | Description |
---|---|
com.google.gwt.dev | |
com.google.gwt.dev.cfg | |
com.google.gwt.dev.resource.impl |
Modifier and Type | Method and Description |
---|---|
ResourceLoader |
BuildTargetOptions.getResourceLoader()
Returns the resource loader to use when finding and loading compilable source, build resources
such as PNG and CSS files and public resources such as HTML files.
|
Constructor and Description |
---|
IncrementalBuilder(String rootModuleName,
String warDir,
String libDir,
String genDir,
ResourceLoader resourceLoader) |
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)
Loads a new module from the given ResourceLoader and may or may not immediately scan associated
directories for resources.
|
Constructor and Description |
---|
ModuleDef(String name,
ResourceLoader resources) |
ModuleDef(String name,
ResourceLoader resources,
boolean monolithic,
boolean mergePathPrefixes)
Constructs a ModuleDef.
|
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.