Package | Description |
---|---|
com.google.gwt.dev.cfg | |
com.google.gwt.dev.resource.impl |
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 ResourceLoader |
ResourceLoaders.fromContextClassLoader()
Creates a ResourceLoader that loads from the given thread's class loader.
|
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,
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.