com.googlecode.flyway.core.util
Class FeatureDetector

java.lang.Object
  extended by com.googlecode.flyway.core.util.FeatureDetector

public final class FeatureDetector
extends java.lang.Object

Detects whether certain features are available or not.


Method Summary
static boolean isEquinoxCommonAvailable()
          Checks whether the Equinox Common OSGi Bundle is available.
static boolean isJBossVFSAvailable()
          Checks whether JBoss VFS is available.
static boolean isSpringJdbcAvailable()
          Checks whether Spring Jdbc is available.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isSpringJdbcAvailable

public static boolean isSpringJdbcAvailable()
Checks whether Spring Jdbc is available.

Returns:
true if it is, false if it is not

isJBossVFSAvailable

public static boolean isJBossVFSAvailable()
Checks whether JBoss VFS is available.

Returns:
true if it is, false if it is not

isEquinoxCommonAvailable

public static boolean isEquinoxCommonAvailable()
Checks whether the Equinox Common OSGi Bundle is available.

Returns:
true if it is, false if it is not


Copyright © 2012. All Rights Reserved.