public class SupportUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isEventAdminAvailable()
Check if
EventAdmin is available |
static boolean |
isJSPAvailable()
Verify if jsp support is available.
|
static boolean |
isLogServiceAvailable()
Check if
LogService is available |
static boolean |
isManagedServiceAvailable()
Check if
ManagedServices could be used |
public static boolean isManagedServiceAvailable()
ManagedServices could be usedtrue when ManagedService class could be loaded
false otherwhisepublic static boolean isJSPAvailable()
public static boolean isEventAdminAvailable()
EventAdmin is availabletrue if EventAdmin class can be loaded,
false otherwhisepublic static boolean isLogServiceAvailable()
LogService is availabletrue if LogService class can be loaded,
false otherwhiseCopyright © 2006–2015 OPS4J - Open Participation Software for Java. All rights reserved.