org.apache.maven.lifecycle.internal
Class ThreadConfigurationService

java.lang.Object
  extended by org.apache.maven.lifecycle.internal.ThreadConfigurationService

@Component(role=ThreadConfigurationService.class)
public class ThreadConfigurationService
extends Object

Since:
3.0

Constructor Summary
ThreadConfigurationService()
           
ThreadConfigurationService(org.codehaus.plexus.logging.Logger logger, int cpuCores)
           
 
Method Summary
 ExecutorService getExecutorService(String threadCountConfiguration, boolean perCoreThreadCount, int largestBuildListSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadConfigurationService

public ThreadConfigurationService()

ThreadConfigurationService

public ThreadConfigurationService(org.codehaus.plexus.logging.Logger logger,
                                  int cpuCores)
Method Detail

getExecutorService

public ExecutorService getExecutorService(String threadCountConfiguration,
                                          boolean perCoreThreadCount,
                                          int largestBuildListSize)


Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.