Class IncludeClosures.Config

java.lang.Object
software.amazon.smithy.build.transforms.IncludeClosures.Config
Enclosing class:
IncludeClosures

public static final class IncludeClosures.Config extends Object
includeClosures configuration.
  • Constructor Details

    • Config

      public Config()
  • Method Details

    • getClosures

      public Set<String> getClosures()
      Returns:
      The ids of the closures to include.
    • setClosures

      public void setClosures(Set<String> closures)
      Sets the ids of the closures to include.
      Parameters:
      closures - The closure ids.