Interface | Description |
---|---|
ConstraintResolver |
An interface to access constraints using
BuildTarget . |
MultiPlatform |
A generic platform that encapsulates multiple other platforms.
|
NamedPlatform |
A platform defined in a build file
|
Platform |
A platform is defined as a set of properties (constraints).
|
PlatformResolver |
An interface to access a platform using a build target.
|
TargetPlatformResolver |
An interface to access a platform using
TargetConfiguration . |
Class | Description |
---|---|
ConstraintSetting |
Represents a group of constraints defined using
constraint_setting . |
ConstraintValue |
Represents a constraint defined using
constraint_value . |
ConstraintValueUtil |
Utilities to work with
AbstractConstraintValue |