Uses of Record Class
org.opendaylight.yangtools.yang.parser.spi.source.BuildSpecification.SourceSpec.Module
Packages that use BuildSpecification.SourceSpec.Module
Package
Description
Provides API necessary for the processing of statement sources.
-
Uses of BuildSpecification.SourceSpec.Module in org.opendaylight.yangtools.yang.parser.spi.source
Methods in org.opendaylight.yangtools.yang.parser.spi.source that return types with arguments of type BuildSpecification.SourceSpec.ModuleModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableMap<QNameModule,BuildSpecification.SourceSpec.Module> BuildSpecification.modules()Returns the value of themodulesrecord component.Constructor parameters in org.opendaylight.yangtools.yang.parser.spi.source with type arguments of type BuildSpecification.SourceSpec.ModuleModifierConstructorDescriptionBuildSpecification(String symbolicName, com.google.common.collect.ImmutableMap<QNameModule, BuildSpecification.SourceSpec.Module> modules, @Nullable org.opendaylight.yangtools.yang.model.api.stmt.FeatureSet featureSet) Creates an instance of aBuildSpecificationrecord class.