Interface LauncherArguments
- All Known Implementing Classes:
ServiceLauncher
public interface LauncherArguments
Standard launcher arguments. These are all from
the
GenericOptionsParser, simply extracted to constants.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringName of the configuration argument on the CLI.static final Stringprefixed version ofARG_CONF.static final Stringstatic final StringName of a configuration class which is loaded before any attempt is made to load the class.static final StringPrefixed version ofARG_CONFCLASS.static final Stringstatic final StringError string on a parse failure.
-
Field Details
-
ARG_CONF
Name of the configuration argument on the CLI. Value: "conf"- See Also:
-
ARG_CONF_SHORT
- See Also:
-
ARG_CONF_PREFIXED
prefixed version ofARG_CONF. Value: "--conf"- See Also:
-
ARG_CONFCLASS
Name of a configuration class which is loaded before any attempt is made to load the class.Value: "hadoopconf"
- See Also:
-
ARG_CONFCLASS_SHORT
- See Also:
-
ARG_CONFCLASS_PREFIXED
Prefixed version ofARG_CONFCLASS. Value: "--hadoopconf"- See Also:
-
E_PARSE_FAILED
Error string on a parse failure. Value: "Failed to parse: "- See Also:
-