Class DSPresent
- java.lang.Object
- 
- org.eclipse.ecf.remoteservice.rest.util.DSPresent
 
- 
- All Implemented Interfaces:
- IDSPresent
 
 public class DSPresent extends Object implements IDSPresent The Class DSPresent.
- 
- 
Constructor SummaryConstructors Constructor Description DSPresent()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisPresent()Checks whether declarative service is present.
 
- 
- 
- 
Method Detail- 
isPresentpublic boolean isPresent() Description copied from interface:IDSPresentChecks 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:
- isPresentin interface- IDSPresent
- Returns:
- true, if is present
 
 
- 
 
-