fr.jcgay.maven.profiler
Class Configuration

java.lang.Object
  extended by fr.jcgay.maven.profiler.Configuration

public class Configuration
extends Object


Constructor Summary
Configuration(boolean isProfiling, Reporter reporter, Sorter sorter)
           
 
Method Summary
 boolean isProfiling()
           
static Configuration read()
           
 Reporter reporter()
           
 Sorter sorter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Configuration

public Configuration(boolean isProfiling,
                     Reporter reporter,
                     Sorter sorter)
Method Detail

read

public static Configuration read()

isProfiling

public boolean isProfiling()

reporter

public Reporter reporter()

sorter

public Sorter sorter()


Copyright © 2014–2017. All rights reserved.