public class JavaPropExtractor
extends java.lang.Object
| Constructor and Description |
|---|
JavaPropExtractor() |
| Modifier and Type | Method and Description |
|---|---|
static @Nullable java.util.Map<java.lang.String,java.lang.String> |
extractProperties(java.nio.file.Path executable,
java.util.List<java.lang.String> propsToExtract)
Attempt to extract the given properties from the given java executable.
|
@Nullable
public static @Nullable java.util.Map<java.lang.String,java.lang.String> extractProperties(java.nio.file.Path executable,
java.util.List<java.lang.String> propsToExtract)
executable - The executable to run.propsToExtract - The properties to extract.