Class FeatureSet.Builder
java.lang.Object
org.opendaylight.yangtools.yang.model.api.stmt.FeatureSet.Builder
- Enclosing class:
- FeatureSet
A builder for a sparse FeatureSet. The semantics is such that for features which belong to a namespace which
has been explicitly mention, only the specified features are supported. For namespaces not mentioned, all
features are reported as present.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NonNull FeatureSet.Builder
addModuleFeatures
(QNameModule module, Collection<String> names) @NonNull FeatureSet
build()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
addModuleFeatures
-
build
-