public class DefaultLanguageSourceSet extends DefaultResourcesSourceSet
| Modifiers | Name | Description |
|---|---|---|
org.gradle.platform.base.internal.ComponentSpecIdentifier |
componentIdentifier |
|
org.gradle.api.model.ObjectFactory |
factory |
| Type | Name and description |
|---|---|
org.gradle.api.artifacts.Configuration |
compileClasspath |
org.gradle.api.file.FileCollection |
runtimeClasspath |
| Constructor and description |
|---|
DefaultLanguageSourceSet
(java.lang.String name, java.util.Collection<Language> languages, org.gradle.api.internal.project.ProjectInternal project, org.gradle.internal.reflect.Instantiator instantiator, org.gradle.api.internal.CollectionCallbackActionDecorator collectionCallbackActionDecorator) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
org.gradle.api.file.SourceDirectorySet |
create(Language language) |
|
org.gradle.api.file.SourceDirectorySet |
getAllByLanguage(Language language) |
|
org.gradle.api.file.SourceDirectorySet |
getByLanguage(Language language) |
|
org.gradle.api.artifacts.Configuration |
getCompileClasspath() |
|
java.lang.String |
getConfigName(java.lang.String config) |
|
org.gradle.api.reflect.TypeOf<?> |
getPublicType() |
|
org.gradle.api.file.FileCollection |
getRuntimeClasspath() |
|
void |
setCompileClasspath(org.gradle.api.artifacts.Configuration compileClasspath) |
|
void |
setRuntimeClasspath(org.gradle.api.file.FileCollection fileCollection) |
| Methods inherited from class | Name |
|---|---|
class DefaultResourcesSourceSet |
getResources |
class DefaultBaseSourceSet |
compiledBy, doCreate, getAllSource, getName, getOutput, getProject |
Groovy Documentation