Uses of Class
org.burningwave.tools.dependencies.Capturer.Result
Packages that use Capturer.Result
-
Uses of Capturer.Result in org.burningwave.tools.dependencies
Methods in org.burningwave.tools.dependencies that return Capturer.ResultModifier and TypeMethodDescriptionCapturer.capture(String mainClassName, String[] mainMethodAruments, Collection<String> baseClassPaths, org.burningwave.core.function.TriConsumer<String, String, ByteBuffer> resourceConsumer, boolean includeMainClass, Long continueToCaptureAfterSimulatorClassEndExecutionFor) Capturer.capture(String mainClassName, Collection<String> baseClassPaths, org.burningwave.core.function.TriConsumer<String, String, ByteBuffer> resourceConsumer, boolean includeMainClass, Long continueToCaptureAfterSimulatorClassEndExecutionFor) Capturer.captureAndStore(String mainClassName, String[] mainMethodAruments, Collection<String> baseClassPaths, String destinationPath, boolean includeMainClass, Long continueToCaptureAfterSimulatorClassEndExecutionFor) Capturer.captureAndStore(String mainClassName, Collection<String> baseClassPaths, String destinationPath, boolean includeMainClass, Long continueToCaptureAfterSimulatorClassEndExecutionFor)