Package org.wildfly.glow
Class Arguments
java.lang.Object
org.wildfly.glow.Arguments
- All Implemented Interfaces:
GoOfflineArguments,ScanArguments
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.wildfly.glow.GoOfflineArguments
GoOfflineArguments.BuilderNested classes/interfaces inherited from interface org.wildfly.glow.ScanArguments
ScanArguments.Builder -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedArguments(String executionContext, Set<String> executionProfiles, Set<String> userEnabledAddOns, List<Path> binaries, Path provisioningXML, OutputFormat output, boolean suggest, String version, String configName, Set<String> layersForJndi, boolean verbose, boolean techPreview, Set<Pattern> excludeArchivesFromScan, String configStability, String packageStability, String defaultConfigStability, boolean isCli, List<org.wildfly.channel.Channel> channels, Set<String> spaces, MetadataProvider metadataProvider, boolean disableForkEmbedded) -
Method Summary
Modifier and TypeMethodDescriptionList<org.wildfly.channel.Channel> booleanisCli()booleanisCloud()Internal use onlybooleanbooleanbooleanbooleanstatic ScanArguments.BuilderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.glow.GoOfflineArguments
createGoOfflineArgumentsBuilderMethods inherited from interface org.wildfly.glow.ScanArguments
createScanArgumentsBuilder
-
Field Details
-
COMPACT_PROPERTY
- See Also:
-
CLOUD_EXECUTION_CONTEXT
- See Also:
-
BARE_METAL_EXECUTION_CONTEXT
- See Also:
-
STANDALONE_XML
- See Also:
-
-
Constructor Details
-
Arguments
protected Arguments(String executionContext, Set<String> executionProfiles, Set<String> userEnabledAddOns, List<Path> binaries, Path provisioningXML, OutputFormat output, boolean suggest, String version, String configName, Set<String> layersForJndi, boolean verbose, boolean techPreview, Set<Pattern> excludeArchivesFromScan, String configStability, String packageStability, String defaultConfigStability, boolean isCli, List<org.wildfly.channel.Channel> channels, Set<String> spaces, MetadataProvider metadataProvider, boolean disableForkEmbedded)
-
-
Method Details
-
getConfigName
- Specified by:
getConfigNamein interfaceGoOfflineArguments- Returns:
- the configName
-
getExecutionProfiles
- Specified by:
getExecutionProfilesin interfaceScanArguments- Returns:
- the executionProfiles
-
getUserEnabledAddOns
- Specified by:
getUserEnabledAddOnsin interfaceScanArguments- Returns:
- the userEnabledAddOns
-
getBinaries
- Specified by:
getBinariesin interfaceScanArguments- Returns:
- the binary
-
getProvisioningXML
- Specified by:
getProvisioningXMLin interfaceGoOfflineArguments- Specified by:
getProvisioningXMLin interfaceScanArguments- Returns:
- the provisioningXML
-
getOutput
- Specified by:
getOutputin interfaceScanArguments- Returns:
- the output
-
getExecutionContext
- Specified by:
getExecutionContextin interfaceScanArguments- Returns:
- the executionContext
-
isDisableForkEmbedded
public boolean isDisableForkEmbedded()- Specified by:
isDisableForkEmbeddedin interfaceScanArguments- Returns:
- the suggest
-
isSuggest
public boolean isSuggest()- Specified by:
isSuggestin interfaceScanArguments- Returns:
- the suggest
-
isCloud
public boolean isCloud()- Specified by:
isCloudin interfaceScanArguments
-
getVersion
- Specified by:
getVersionin interfaceGoOfflineArguments- Specified by:
getVersionin interfaceScanArguments
-
getLayersForJndi
-
isCompact
Internal use only- Specified by:
isCompactin interfaceScanArguments
-
isVerbose
public boolean isVerbose()- Specified by:
isVerbosein interfaceScanArguments
-
isTechPreview
public boolean isTechPreview()- Specified by:
isTechPreviewin interfaceScanArguments
-
getExcludeArchivesFromScan
- Specified by:
getExcludeArchivesFromScanin interfaceScanArguments
-
getConfigStability
- Specified by:
getConfigStabilityin interfaceScanArguments
-
getPackageStability
- Specified by:
getPackageStabilityin interfaceScanArguments
-
getDefaultConfigStability
- Specified by:
getDefaultConfigStabilityin interfaceScanArguments
-
isCli
public boolean isCli()- Specified by:
isCliin interfaceScanArguments- Returns:
- the isCli
-
getChannels
- Specified by:
getChannelsin interfaceScanArguments- Returns:
- the channel session
-
getSpaces
- Specified by:
getSpacesin interfaceScanArguments- Returns:
- the set of spaces
-
getMetadataProvider
- Specified by:
getMetadataProviderin interfaceScanArguments- Returns:
- the metadata provider
-
scanBuilder
-