Class TwoPassCapturer

java.lang.Object
org.burningwave.tools.dependencies.Capturer
org.burningwave.tools.dependencies.TwoPassCapturer
All Implemented Interfaces:
AutoCloseable, org.burningwave.core.Component, org.burningwave.core.iterable.Properties.Listener, org.burningwave.core.ManagedLogger

public class TwoPassCapturer
extends Capturer
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.burningwave.core.ManagedLogger

    org.burningwave.core.ManagedLogger.Repository
  • Field Summary

    Fields inherited from class org.burningwave.tools.dependencies.Capturer

    ADDITIONAL_RESOURCES_PATH, BURNINGWAVE_CLASSES_RELATIVE_DESTINATION_PATH
  • Method Summary

    Modifier and Type Method Description
    org.burningwave.tools.dependencies.TwoPassCapturer.Result capture​(String mainClassName, Collection<String> baseClassPaths, org.burningwave.core.function.TriConsumer<String,​String,​ByteBuffer> resourceConsumer, boolean includeMainClass, Long continueToCaptureAfterSimulatorClassEndExecutionFor)  
    org.burningwave.tools.dependencies.TwoPassCapturer.Result capture​(String mainClassName, Collection<String> baseClassPaths, org.burningwave.core.function.TriConsumer<String,​String,​ByteBuffer> resourceConsumer, boolean includeMainClass, Long continueToCaptureAfterSimulatorClassEndExecutionFor, boolean recursive)  
    static TwoPassCapturer create​(org.burningwave.core.assembler.ComponentSupplier componentSupplier)  
    static TwoPassCapturer getInstance()  
    static void main​(String[] args)  

    Methods inherited from class org.burningwave.tools.dependencies.Capturer

    captureAndStore

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.burningwave.core.Component

    close, getTemporaryFolderPrefix

    Methods inherited from interface org.burningwave.core.ManagedLogger

    disableLogging, enableLogging, logDebug, logDebug, logError, logError, logInfo, logInfo, logWarn, logWarn

    Methods inherited from interface org.burningwave.core.iterable.Properties.Listener

    listenTo, receiveNotification