org.databene.contiperf.util
Class ContiPerfUtil

java.lang.Object
  extended by org.databene.contiperf.util.ContiPerfUtil

public class ContiPerfUtil
extends Object

Provides I/O utility methods.

Created: 18.10.09 07:43:54

Since:
1.0
Author:
Volker Bergmann

Constructor Summary
ContiPerfUtil()
           
 
Method Summary
static void close(Closeable resource)
           
static PerfTestException executionError(Throwable e)
           
static ExecutionConfig mapPerfTestAnnotation(PerfTest annotation)
           
static PerformanceRequirement mapRequired(Required annotation)
           
static PercentileRequirement[] parsePercentiles(String percentilesSpec)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContiPerfUtil

public ContiPerfUtil()
Method Detail

close

public static void close(Closeable resource)

executionError

public static PerfTestException executionError(Throwable e)

mapPerfTestAnnotation

public static ExecutionConfig mapPerfTestAnnotation(PerfTest annotation)

mapRequired

public static PerformanceRequirement mapRequired(Required annotation)

parsePercentiles

public static PercentileRequirement[] parsePercentiles(String percentilesSpec)


Copyright © 2013. All Rights Reserved.