| Package | Description |
|---|---|
| org.osgi.service.repository |
Repository Service Package Version 1.1.
|
| org.osgi.util.promise |
Promise Package Version 1.0.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AndExpression
A
RequirementExpression representing the and of a number of
requirement expressions. |
interface |
ExpressionCombiner
An
ExpressionCombiner can be used to combine requirement expressions
into a single complex requirement expression using the and,
or and not operators. |
interface |
IdentityExpression
A
RequirementExpression representing a requirement. |
interface |
NotExpression
A
RequirementExpression representing the not (negation) of a
requirement expression. |
interface |
OrExpression
A
RequirementExpression representing the or of a number of
requirement expressions. |
interface |
Repository
A repository service that contains
resources. |
interface |
RepositoryContent
An accessor for the default content of a resource.
|
interface |
RequirementBuilder
A builder for requirements.
|
interface |
RequirementExpression
The super interface for all requirement expressions.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Promise<T>
A Promise of a value.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.