public class EnvironmentTypeServiceFinder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERVICE_REFERENCE_FILTER |
| Constructor and Description |
|---|
EnvironmentTypeServiceFinder() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<EnvironmentType> |
findEnvironmentTypeServices()
Will evaluate the OSGI service for
EnvironmentTypeServices and return the result as list of EnvironmentType. |
static java.util.List<EnvironmentType> |
findEnvironmentTypeServices(boolean showSystemOutputIfNoServiceWasFound)
Will evaluate the OSGI service for
EnvironmentTypeServices and return the result as list of EnvironmentType. |
public static final java.lang.String SERVICE_REFERENCE_FILTER
public static java.util.List<EnvironmentType> findEnvironmentTypeServices()
EnvironmentTypeServices and return the result as list of EnvironmentType.EnvironmentTypes foundpublic static java.util.List<EnvironmentType> findEnvironmentTypeServices(boolean showSystemOutputIfNoServiceWasFound)
EnvironmentTypeServices and return the result as list of EnvironmentType.showSystemOutputIfNoServiceWasFound - indicates to show system output if no service was foundEnvironmentTypes found