| Package | Description |
|---|---|
| org.sonar.api.ce.measure | |
| org.sonar.api.ce.measure.test |
| Modifier and Type | Method and Description |
|---|---|
Component.Type |
Component.getType() |
static Component.Type |
Component.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Component.Type[] |
Component.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Component.Type |
TestComponent.getType() |
| Constructor and Description |
|---|
TestComponent(String key,
Component.Type type,
Component.FileAttributes fileAttributes) |
Copyright © 2009–2016 SonarSource. All rights reserved.