Class Capturer

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

public class Capturer
extends Object
implements org.burningwave.core.Component
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  Capturer.Result  

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

    org.burningwave.ManagedLogger.Repository
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected static String ADDITIONAL_RESOURCES_PATH  
  • Method Summary

    Modifier and Type Method Description
    Capturer.Result capture​(Class<?> mainClass, Collection<String> _baseClassPaths, org.burningwave.core.function.TriConsumer<String,​String,​ByteBuffer> resourceConsumer, boolean includeMainClass, Long continueToCaptureAfterSimulatorClassEndExecutionFor)  
    Capturer.Result captureAndStore​(Class<?> mainClass, String destinationPath, boolean includeMainClass, Long continueToCaptureAfterSimulatorClassEndExecutionFor)  
    Capturer.Result captureAndStore​(Class<?> mainClass, Collection<String> baseClassPaths, String destinationPath, boolean includeMainClass, Long continueToCaptureAfterSimulatorClassEndExecutionFor)  
    static Capturer create​(org.burningwave.core.assembler.ComponentSupplier componentSupplier)  
    static Capturer getInstance()  

    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.ManagedLogger

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

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

    listenTo, receiveNotification