org.tap4j.consumer
Class TapConsumerFactory

Package class diagram package TapConsumerFactory
java.lang.Object
  extended by org.tap4j.consumer.TapConsumerFactory

public final class TapConsumerFactory
extends Object

Factory class to produce TAP Consumers.

Since:
1.0

Method Summary
static TapConsumer makeTap13Consumer()
          Produces a new TAP version 13 Consumer.
static TapConsumer makeTap13YamlConsumer()
          Produces a new TAP version 13 Consumer with YAML diagnostics.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

makeTap13Consumer

public static TapConsumer makeTap13Consumer()
Produces a new TAP version 13 Consumer.

Returns:
TAP Consumer.

makeTap13YamlConsumer

public static TapConsumer makeTap13YamlConsumer()
Produces a new TAP version 13 Consumer with YAML diagnostics.

Returns:
TAP Consumer with YAML support.


Copyright © 2010-2012 TupiLabs. All Rights Reserved.