Interface SizeOfEngineFactory

  • All Known Implementing Classes:
    SizeOfEngineLoader

    public interface SizeOfEngineFactory
    Author:
    Alex Snaps
    • Method Detail

      • createSizeOfEngine

        SizeOfEngine createSizeOfEngine​(int maxObjectCount,
                                        boolean abort,
                                        boolean silent)
        Creates a new instance of a SizeOfEngine
        Parameters:
        maxObjectCount - the max object graph that will be traversed.
        abort - true if the object traversal should be aborted when the max depth is exceeded
        silent - true if no info log explaining which agent was chosen should be printed
        Returns:
        the new instance