Package org.gradle.api.attributes.java
Interface TargetJvmEnvironment
- All Superinterfaces:
- Named
Represents the target JVM environment. Typically, a standard JVM or Android.
 This attribute can be used by libraries to indicate that a certain variant is better suited for
 a certain JVM environment. It does however NOT strictly require environments to match, as the
 general assumption is that Java libraries can also run on environments they are not optimized for.
- Since:
- 7.0
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.gradle.api.NamedNamed.Namer
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringAn Android environment.static final StringA standard JVM environment (e.g.static final Attribute<TargetJvmEnvironment> 
- 
Method Summary
- 
Field Details- 
TARGET_JVM_ENVIRONMENT_ATTRIBUTE
- 
STANDARD_JVMA standard JVM environment (e.g. running on desktop or server machines).- See Also:
 
- 
ANDROIDAn Android environment.- See Also:
 
 
-