org.eclipse.ecf.remoteservice.rest.util
Class DSPresent

java.lang.Object
  extended by org.eclipse.ecf.remoteservice.rest.util.DSPresent
All Implemented Interfaces:
IDSPresent

public class DSPresent
extends java.lang.Object
implements IDSPresent

The Class DSPresent.


Constructor Summary
DSPresent()
           
 
Method Summary
 boolean isPresent()
          Checks whether declarative service is present.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DSPresent

public DSPresent()
Method Detail

isPresent

public boolean isPresent()
Description copied from interface: IDSPresent
Checks whether declarative service is present. This service is configured by declarative services, so if it's registered to the OSGI runtime, DS is present

Specified by:
isPresent in interface IDSPresent
Returns:
true, if is present