public class TargetSpec extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TargetSpec.TargetSpecBuilder |
Constructor and Description |
---|
TargetSpec(String name) |
Modifier and Type | Method and Description |
---|---|
static TargetSpec.TargetSpecBuilder |
builder() |
boolean |
equals(Object o) |
String |
getName() |
int |
hashCode() |
void |
setName(String name) |
public TargetSpec(String name)