-
Methods in org.burningwave.tools.dependencies that return Capturer.Result
| Modifier and Type |
Method |
Description |
Capturer.Result |
Capturer.capture(String mainClassName,
String[] mainMethodAruments,
Collection<String> baseClassPaths,
org.burningwave.core.function.TriConsumer<String,String,ByteBuffer> resourceConsumer,
boolean includeMainClass,
Long continueToCaptureAfterSimulatorClassEndExecutionFor) |
|
Capturer.Result |
Capturer.capture(String mainClassName,
Collection<String> baseClassPaths,
org.burningwave.core.function.TriConsumer<String,String,ByteBuffer> resourceConsumer,
boolean includeMainClass,
Long continueToCaptureAfterSimulatorClassEndExecutionFor) |
|
Capturer.Result |
Capturer.captureAndStore(String mainClassName,
String[] mainMethodAruments,
Collection<String> baseClassPaths,
String destinationPath,
boolean includeMainClass,
Long continueToCaptureAfterSimulatorClassEndExecutionFor) |
|
Capturer.Result |
Capturer.captureAndStore(String mainClassName,
Collection<String> baseClassPaths,
String destinationPath,
boolean includeMainClass,
Long continueToCaptureAfterSimulatorClassEndExecutionFor) |
|