Modifier and Type | Class and Description |
---|---|
public static class |
Access | Constructor and Description |
---|---|
public |
LauncherProperties | back to summary |
---|---|
public LauncherProperties() |
Modifier and Type | Field and Description |
---|---|
public static final JCDiagnostic. | CompilationFailed
launcher.err.compilation.failed=\ compilation failed |
public static final JCDiagnostic. | MainNotPublicStatic
launcher.err.main.not.public.static=\ ''main'' method is not declared ''public static'' |
public static final JCDiagnostic. | MainNotVoid
launcher.err.main.not.void=\ ''main'' method is not declared with a return type of ''void'' |
public static final JCDiagnostic. | NoArgs
launcher.err.no.args=\ no path for source file |
public static final JCDiagnostic. | NoClass
launcher.err.no.class=\ no class declared in source file |
public static final JCDiagnostic. | SecurityManager
launcher.err.security.manager=\ cannot use source-code launcher with a security manager enabled |
public static final JCDiagnostic. | UnnamedPkgNotAllowedNamedModules
launcher.err.unnamed.pkg.not.allowed.named.modules=\ unnamed package is not allowed in named modules |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public static JCDiagnostic. | CantAccessConstructor(String arg0)
launcher.err.cant.access.constructor=\ can''t access no argument constructor in class: {0} |
public static JCDiagnostic. | CantAccessMainMethod(String arg0)
launcher.err.cant.access.main.method=\ can''t access main method in class: {0} |
public static JCDiagnostic. | |
public static JCDiagnostic. | CantFindConstructor(String arg0)
launcher.err.cant.find.constructor=\ can''t find no argument constructor in class: {0} |
public static JCDiagnostic. | CantFindMainMethod(String arg0)
launcher.err.cant.find.main.method=\ can''t find main(String[]) method in class: {0} |
public static JCDiagnostic. | CantReadFile(Path arg0, Object arg1)
launcher.err.cant.read.file=\ error reading source file {0}: {1} |
public static JCDiagnostic. | |
public static JCDiagnostic. | |
public static JCDiagnostic. | InvalidValueForSource(String arg0)
launcher.err.invalid.value.for.source=\ invalid value for --source option: {0} |
public static JCDiagnostic. | MismatchEndOfPathAndPackageName(String arg0, Path arg1)
launcher.err.mismatch.end.of.path.and.package.name=\ end of path to source file does not match its package name {0}: {1} |
public static JCDiagnostic. |
CompilationFailed | back to summary |
---|---|
public static final JCDiagnostic. launcher.err.compilation.failed=\ compilation failed |
MainNotPublicStatic | back to summary |
---|---|
public static final JCDiagnostic. launcher.err.main.not.public.static=\ ''main'' method is not declared ''public static'' |
MainNotVoid | back to summary |
---|---|
public static final JCDiagnostic. launcher.err.main.not.void=\ ''main'' method is not declared with a return type of ''void'' |
NoArgs | back to summary |
---|---|
public static final JCDiagnostic. launcher.err.no.args=\ no path for source file |
NoClass | back to summary |
---|---|
public static final JCDiagnostic. launcher.err.no.class=\ no class declared in source file |
SecurityManager | back to summary |
---|---|
public static final JCDiagnostic. launcher.err.security.manager=\ cannot use source-code launcher with a security manager enabled |
UnnamedPkgNotAllowedNamedModules | back to summary |
---|---|
public static final JCDiagnostic. launcher.err.unnamed.pkg.not.allowed.named.modules=\ unnamed package is not allowed in named modules |
Errors | back to summary |
---|---|
public Errors() |
CantAccessConstructor | back to summary |
---|---|
public static JCDiagnostic. launcher.err.cant.access.constructor=\ can''t access no argument constructor in class: {0} |
CantAccessMainMethod | back to summary |
---|---|
public static JCDiagnostic. launcher.err.cant.access.main.method=\ can''t access main method in class: {0} |
CantFindClass | back to summary |
---|---|
public static JCDiagnostic. launcher.err.cant.find.class=\ can''t find class: {0} |
CantFindConstructor | back to summary |
---|---|
public static JCDiagnostic. launcher.err.cant.find.constructor=\ can''t find no argument constructor in class: {0} |
CantFindMainMethod | back to summary |
---|---|
public static JCDiagnostic. launcher.err.cant.find.main.method=\ can''t find main(String[]) method in class: {0} |
CantReadFile | back to summary |
---|---|
public static JCDiagnostic. launcher.err.cant.read.file=\ error reading source file {0}: {1} |
FileNotFound | back to summary |
---|---|
public static JCDiagnostic. launcher.err.file.not.found=\ source file not found: {0} |
InvalidFilename | back to summary |
---|---|
public static JCDiagnostic. launcher.err.invalid.filename=\ invalid path for source file: {0} |
InvalidValueForSource | back to summary |
---|---|
public static JCDiagnostic. launcher.err.invalid.value.for.source=\ invalid value for --source option: {0} |
MismatchEndOfPathAndPackageName | back to summary |
---|---|
public static JCDiagnostic. launcher.err.mismatch.end.of.path.and.package.name=\ end of path to source file does not match its package name {0}: {1} |
NoValueForOption | back to summary |
---|---|
public static JCDiagnostic. launcher.err.no.value.for.option=\ no value given for option: {0} |