public class ConfigurationExtensionFactory extends Object
| Constructor and Description |
|---|
ConfigurationExtensionFactory() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
commandLineContainsArgument(String arg)
Checks if the the argument is is one of those required by this configuration extension.
|
static ConfigurationExtension |
createConfigurationExtension(Path... files)
Create the instance of ConfigurationExtension built from the supplemental configuration files.
|
static String |
getCommandLineInstructions()
Returns the command line instructions.
|
static String[] |
getCommandLineUsageArguments()
The command line usage arguments.
|
static boolean |
isConfigurationExtensionSupported()
Returns true if a configuration extension is loaded - false otherwise.
|
public static boolean isConfigurationExtensionSupported()
public static String getCommandLineInstructions()
public static String[] getCommandLineUsageArguments()
public static boolean commandLineContainsArgument(String arg)
arg: - the current command line argument.public static ConfigurationExtension createConfigurationExtension(Path... files)
files: - the supplemental configuration files.Copyright © 2022 JBoss by Red Hat. All rights reserved.