Package org.gradle.profiler.jprofiler
Class JProfilerProfilerFactory
java.lang.Object
org.gradle.profiler.ProfilerFactory
org.gradle.profiler.jprofiler.JProfilerProfilerFactory
-
Field Summary
Fields inherited from class org.gradle.profiler.ProfilerFactory
NONE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddOptions(joptsimple.OptionParser parser) createFromOptions(joptsimple.OptionSet parsedOptions) Creates a profiler from the given options.getName()Methods inherited from class org.gradle.profiler.ProfilerFactory
configureParser, getAvailableProfilers, of
-
Constructor Details
-
JProfilerProfilerFactory
public JProfilerProfilerFactory()
-
-
Method Details
-
addOptions
public void addOptions(joptsimple.OptionParser parser) - Overrides:
addOptionsin classProfilerFactory
-
createFromOptions
Description copied from class:ProfilerFactoryCreates a profiler from the given options.- Specified by:
createFromOptionsin classProfilerFactory
-
getName
- Specified by:
getNamein classProfilerFactory
-