public class DaemonForkOptions extends Object
| Constructor and Description |
|---|
DaemonForkOptions(String minHeapSize,
String maxHeapSize,
Iterable<String> jvmArgs) |
DaemonForkOptions(String minHeapSize,
String maxHeapSize,
Iterable<String> jvmArgs,
Iterable<File> classpath,
Iterable<String> sharedPackages) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<File> |
getClasspath() |
Iterable<String> |
getJvmArgs() |
String |
getMaxHeapSize() |
String |
getMinHeapSize() |
Iterable<String> |
getSharedPackages() |
boolean |
isCompatibleWith(DaemonForkOptions other) |
DaemonForkOptions |
mergeWith(DaemonForkOptions other) |
String |
toString() |
public DaemonForkOptions(@Nullable String minHeapSize, @Nullable String maxHeapSize, Iterable<String> jvmArgs)
public String getMinHeapSize()
public String getMaxHeapSize()
public boolean isCompatibleWith(DaemonForkOptions other)
public DaemonForkOptions mergeWith(DaemonForkOptions other)
Copyright © 2013. All rights reserved