Interface ScanArguments

All Known Implementing Classes:
Arguments

public interface ScanArguments
  • Method Details

    • getExecutionProfiles

      Set<String> getExecutionProfiles()
      Returns:
      the executionProfiles
    • getUserEnabledAddOns

      Set<String> getUserEnabledAddOns()
      Returns:
      the userEnabledAddOns
    • getBinaries

      List<Path> getBinaries()
      Returns:
      the binaries
    • getProvisioningXML

      Path getProvisioningXML()
      Returns:
      the provisioningXML
    • getOutput

      OutputFormat getOutput()
      Returns:
      the output
    • getExecutionContext

      String getExecutionContext()
      Returns:
      the executionContext
    • isDisableForkEmbedded

      boolean isDisableForkEmbedded()
    • isSuggest

      boolean isSuggest()
      Returns:
      the suggest
    • isCloud

      boolean isCloud()
    • getVersion

      String getVersion()
    • isCompact

      Boolean isCompact()
    • isTechPreview

      boolean isTechPreview()
    • isVerbose

      boolean isVerbose()
    • getExcludeArchivesFromScan

      Set<Pattern> getExcludeArchivesFromScan()
    • getConfigStability

      String getConfigStability()
    • getPackageStability

      String getPackageStability()
    • getDefaultConfigStability

      String getDefaultConfigStability()
    • isCli

      boolean isCli()
    • getChannels

      List<org.wildfly.channel.Channel> getChannels()
    • getSpaces

      Set<String> getSpaces()
    • getMetadataProvider

      MetadataProvider getMetadataProvider()
    • createScanArgumentsBuilder

      default ScanArguments.Builder createScanArgumentsBuilder()