Class MetalSources
java.lang.Object
br.dev.pedrolamarao.gradle.metal.base.MetalSources
- All Implemented Interfaces:
org.gradle.api.Named
- Direct Known Subclasses:
MetalAsmSources,MetalCppSources,MetalCSources,MetalCxxSources,MetalIxxSources
Gradle Metal sources.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.Named
org.gradle.api.Named.Namer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract org.gradle.api.file.ConfigurableFileCollectionSource file collection.abstract org.gradle.api.provider.SetProperty<String>Target set.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gradle.api.Named
getName
-
Constructor Details
-
MetalSources
public MetalSources()
-
-
Method Details
-
getSources
public abstract org.gradle.api.file.ConfigurableFileCollection getSources()Source file collection.- Returns:
- collection
-
getTargets
Target set.- Returns:
- property
-