Package | Description |
---|---|
com.sun.tools.sjavac.server |
Modifier and Type | Method and Description |
---|---|
static SysInfo |
JavacServer.connectGetSysInfo(String serverSettings,
PrintStream out,
PrintStream err)
Make a request to the server only to get the maximum possible heap size to use for compilations.
|
Modifier and Type | Method and Description |
---|---|
static int |
JavacServer.useServer(String settings,
String[] args,
Set<URI> sourcesToCompile,
Set<URI> visibleSources,
Map<URI,Set<String>> visibleClasses,
Map<String,Set<URI>> packageArtifacts,
Map<String,Set<String>> packageDependencies,
Map<String,String> packagePubapis,
SysInfo sysinfo,
PrintStream out,
PrintStream err)
Dispatch a compilation request to a javac server.
|
Copyright © 2017 earcam. All rights reserved.