@Incubating public interface ModuleComponentSelector extends ComponentSelector
Modifier and Type | Method and Description |
---|---|
String |
getGroup()
The group of the module to select the component from.
|
String |
getModule()
The name of the module to select the component from.
|
ModuleIdentifier |
getModuleIdentifier()
The module identifier of the component.
|
String |
getVersion()
The version of the module to select the component from.
|
VersionConstraint |
getVersionConstraint()
The version constraint of the module to select the component from.
|
getAttributes, getDisplayName, matchesStrictly
String getGroup()
String getModule()
String getVersion()
@Incubating VersionConstraint getVersionConstraint()
ModuleIdentifier getModuleIdentifier()
getGroup()
and getModule()
.