public class TargetPlatformIDEExtension
extends java.lang.Object
| Constructor and Description |
|---|
TargetPlatformIDEExtension(org.gradle.api.Project project) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<?> |
getIncludeGroups() |
TargetPlatformIDEExtension |
includeGroups(java.lang.Iterable<?> includeGroups) |
TargetPlatformIDEExtension |
includeGroups(java.lang.Object... includeGroups) |
void |
setIncludeGroups(java.lang.Iterable<?> includeGroups) |
void |
setIncludeGroups(java.lang.Object... includeGroups) |
public TargetPlatformIDEExtension(org.gradle.api.Project project)
public java.util.Set<?> getIncludeGroups()
public TargetPlatformIDEExtension includeGroups(java.lang.Iterable<?> includeGroups)
public TargetPlatformIDEExtension includeGroups(java.lang.Object... includeGroups)
public void setIncludeGroups(java.lang.Iterable<?> includeGroups)
public void setIncludeGroups(java.lang.Object... includeGroups)