public final class JdkModules extends AbstractPackageModuleMapper
JdkModules class.
Modifier and Type | Field and Description |
---|---|
static String |
CACHE_FILENAME |
static String |
PROPERTY_JDK_HOME |
Constructor and Description |
---|
JdkModules() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Note: JDK 9+ home may be set via system property, see
PROPERTY_JDK_HOME |
protected List<ModuleInfo> |
modules()
The modules observed by this
PackageModuleMapper . |
moduleInfoFrom, moduleOpenedFor, moduleRequiredFor
public static final String CACHE_FILENAME
public static final String PROPERTY_JDK_HOME
public static void main(String[] args) throws IOException, InterruptedException
PROPERTY_JDK_HOME
args
- single optional argument; the output directoryIOException
InterruptedException
protected List<ModuleInfo> modules()
AbstractPackageModuleMapper
The modules observed by this PackageModuleMapper
.
modules
in class AbstractPackageModuleMapper
ModuleInfo
s resolved by the package-module-mapperCopyright © 2018 earcam. All rights reserved.