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

public abstract class MetalSources extends Object implements org.gradle.api.Named
Gradle Metal sources.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.gradle.api.Named

    org.gradle.api.Named.Namer
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract org.gradle.api.file.ConfigurableFileCollection
    Source 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, wait

    Methods 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

      public abstract org.gradle.api.provider.SetProperty<String> getTargets()
      Target set.
      Returns:
      property