Class HexagonalArchitectureExtension

java.lang.Object
com.arc_e_tect.gradle.architecture.HexagonalArchitectureExtension

public class HexagonalArchitectureExtension extends Object
  • Constructor Details

    • HexagonalArchitectureExtension

      @Inject public HexagonalArchitectureExtension(org.gradle.api.model.ObjectFactory objects)
  • Method Details

    • getInPorts

      public org.gradle.api.provider.ListProperty<String> getInPorts()
    • getOutPorts

      public org.gradle.api.provider.ListProperty<String> getOutPorts()
    • getDomainModel

      public org.gradle.api.provider.ListProperty<String> getDomainModel()
    • getAdapters

      public org.gradle.api.provider.ListProperty<String> getAdapters()
    • getInboundAdapters

      public org.gradle.api.provider.ListProperty<String> getInboundAdapters()
    • getOutboundAdapters

      public org.gradle.api.provider.ListProperty<String> getOutboundAdapters()
    • getApplicationServices

      public org.gradle.api.provider.ListProperty<String> getApplicationServices()
    • getCommonPackages

      public org.gradle.api.provider.ListProperty<String> getCommonPackages()