org.jboss.jdocbook.profile
Class ProfilerFactory

java.lang.Object
  extended by org.jboss.jdocbook.profile.ProfilerFactory

public class ProfilerFactory
extends java.lang.Object

A factory for Profiler instances.

Author:
Steve Ebersole

Constructor Summary
ProfilerFactory(java.io.File outputDirectory, Options options)
          Constructs a factory capable of producing Profiler instances writing to the given directory.
 
Method Summary
 Profiler buildProfiler()
          Builds a profiler.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfilerFactory

public ProfilerFactory(java.io.File outputDirectory,
                       Options options)
Constructs a factory capable of producing Profiler instances writing to the given directory.

Parameters:
outputDirectory - The directory where profiling output should be written.
options - The options.
Method Detail

buildProfiler

public Profiler buildProfiler()
Builds a profiler.

Returns:
The profiler.


Copyright © 2007-2010 JBoss, a division of Red Hat, Inc. All Rights Reserved.