public class ModuleInfoCompiler
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_TARGET_COMPATIBILITY |
| Constructor and Description |
|---|
ModuleInfoCompiler() |
ModuleInfoCompiler(int targetCompatibility,
java.lang.String moduleVersion,
java.lang.String mainClass) |
| Modifier and Type | Method and Description |
|---|---|
void |
compile(java.nio.file.Path source,
java.nio.file.Path target) |
void |
compile(java.io.Reader source,
java.io.OutputStream target) |
static void |
main(java.lang.String[] args) |
public static final int DEFAULT_TARGET_COMPATIBILITY
public ModuleInfoCompiler()
public ModuleInfoCompiler(int targetCompatibility,
java.lang.String moduleVersion,
java.lang.String mainClass)
public void compile(java.nio.file.Path source,
java.nio.file.Path target)
throws java.io.IOException
java.io.IOExceptionpublic void compile(java.io.Reader source,
java.io.OutputStream target)
throws java.io.IOException
java.io.IOExceptionpublic static void main(java.lang.String[] args)
throws java.io.IOException
java.io.IOException