org.ops4j.pax.exam
Class Info

java.lang.Object
  extended by org.ops4j.pax.exam.Info

public class Info
extends Object

A helper class to find versioning and other meta information about this pax exam delivery. Fully static

Since:
Jul 25, 2008
Author:
Toni Menzel (tonit)

Method Summary
static String getPaxExamVersion()
          Discovers the Pax Exam version.
static String getPaxRunnerVersion()
          Discovers the Pax Runner version.
static String getPaxUrlVersion()
          Discovers the Pax Url version.
static boolean isPaxExamSnapshotVersion()
          Getter.
static boolean isPaxUrlSnapshotVersion()
          Getter.
static void showLogo()
          Display ops4j logo to console.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPaxExamVersion

public static String getPaxExamVersion()
Discovers the Pax Exam version. If version cannot be determined returns an empty string.

Returns:
pax exam version

getPaxUrlVersion

public static String getPaxUrlVersion()
Discovers the Pax Url version. If version cannot be determined returns an empty string.

Returns:
pax url version

getPaxRunnerVersion

public static String getPaxRunnerVersion()
Discovers the Pax Runner version. If version cannot be determined returns an empty string.

Returns:
pax runner version

isPaxExamSnapshotVersion

public static boolean isPaxExamSnapshotVersion()
Getter.

Returns:
true if pax exam is a snapshot version, false otherwise

isPaxUrlSnapshotVersion

public static boolean isPaxUrlSnapshotVersion()
Getter.

Returns:
true if pax url is a snapshot version, false otherwise

showLogo

public static void showLogo()
Display ops4j logo to console.



Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.