public class EntrypointBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.collect.ImmutableList<String> |
makeEntrypoint(SourceFilesConfiguration sourceFilesConfiguration,
List<String> jvmFlags,
String mainClass)
Builds the container entrypoint.
|
public static com.google.common.collect.ImmutableList<String> makeEntrypoint(SourceFilesConfiguration sourceFilesConfiguration, List<String> jvmFlags, String mainClass)
The entrypoint is java [jvm flags] -cp [classpaths] [main class].
Copyright © 2018. All rights reserved.