Class MetalComponent

java.lang.Object
br.dev.pedrolamarao.gradle.metal.base.MetalComponent
All Implemented Interfaces:
org.gradle.api.Named
Direct Known Subclasses:
MetalApplication, MetalArchive

public abstract class MetalComponent extends Object implements org.gradle.api.Named
Gradle Metal component.
  • 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
    protected abstract org.gradle.api.file.ConfigurableFileCollection
    Internal source file collection.
    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

    • MetalComponent

      public MetalComponent()
  • Method Details

    • getInternalSources

      protected abstract org.gradle.api.file.ConfigurableFileCollection getInternalSources()
      Internal source file collection.
      Returns:
      collection
    • 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