ComponentSelectorpublic interface ModuleComponentSelector extends ComponentSelector
| Modifier and Type | Method | Description | 
|---|---|---|
| java.lang.String | getGroup() | The group of the module to select the component from. | 
| java.lang.String | getModule() | The name of the module to select the component from. | 
| ModuleIdentifier | getModuleIdentifier() | The module identifier of the component. | 
| java.lang.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, matchesStrictlyjava.lang.String getGroup()
java.lang.String getModule()
java.lang.String getVersion()
@Incubating VersionConstraint getVersionConstraint()
@Incubating ModuleIdentifier getModuleIdentifier()
getGroup() and getModule().