Package org.wildfly.glow
Interface ScanArguments
- All Known Implementing Classes:
Arguments
public interface ScanArguments
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondefault ScanArguments.BuilderList<org.wildfly.channel.Channel> booleanisCli()booleanisCloud()booleanbooleanbooleanboolean
-
Method Details
-
getExecutionProfiles
- Returns:
- the executionProfiles
-
getUserEnabledAddOns
- Returns:
- the userEnabledAddOns
-
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
-
getConfigStability
String getConfigStability() -
getPackageStability
String getPackageStability() -
getDefaultConfigStability
String getDefaultConfigStability() -
isCli
boolean isCli() -
getChannels
List<org.wildfly.channel.Channel> getChannels() -
getSpaces
-
getMetadataProvider
MetadataProvider getMetadataProvider() -
createScanArgumentsBuilder
-