Package | Description |
---|---|
com.sun.tools.sjavac |
Modifier and Type | Method and Description |
---|---|
static Module |
Module.load(String l) |
Module |
BuildState.loadModule(String l)
Load a module from the javac state file.
|
Module |
BuildState.lookupModule(String mod)
Lookup a module from a name.
|
Module |
Package.mod() |
Modifier and Type | Method and Description |
---|---|
Map<String,Module> |
BuildState.modules() |
Modifier and Type | Method and Description |
---|---|
int |
Module.compareTo(Module o) |
static Package |
Package.load(Module module,
String l) |
Package |
BuildState.loadPackage(Module lastModule,
String l)
Load a package from the javac state file.
|
static void |
Source.scanRoot(File root,
Set<String> suffixes,
List<String> excludes,
List<String> includes,
List<String> excludeFiles,
List<String> includeFiles,
Map<String,Source> foundFiles,
Map<String,Module> foundModules,
Module currentModule,
boolean permitSourcesWithoutPackage,
boolean inGensrc,
boolean inLinksrc)
Recurse into the directory root and find all files matchine the excl/incl/exclfiles/inclfiles rules.
|
Modifier and Type | Method and Description |
---|---|
void |
BuildState.flattenArtifacts(Map<String,Module> m)
Store references to all artifacts found in the module tree into the maps
stored in the build state.
|
void |
BuildState.flattenPackagesSourcesAndArtifacts(Map<String,Module> m)
Store references to all packages, sources and artifacts for all modules
into the build state.
|
static void |
Module.saveModules(Map<String,Module> ms,
StringBuilder b) |
Constructor and Description |
---|
Package(Module m,
String n) |
Source(Module m,
String n,
File f,
File r) |
Copyright © 2017 earcam. All rights reserved.