Package org.apache.accumulo.core.cli
Class ConfigOpts
- java.lang.Object
-
- org.apache.accumulo.core.cli.Help
-
- org.apache.accumulo.core.cli.ConfigOpts
-
public class ConfigOpts extends Help
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConfigOpts.NullSplitter
-
Constructor Summary
Constructors Constructor Description ConfigOpts()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>
getOverrides()
static Map<String,String>
getOverrides(List<String> args)
String
getPropertiesPath()
SiteConfiguration
getSiteConfiguration()
void
parseArgs(String programName, String[] args, Object... others)
-
Methods inherited from class org.apache.accumulo.core.cli.Help
exit, exitWithError
-
-
-
-
Method Detail
-
getPropertiesPath
public String getPropertiesPath()
-
getSiteConfiguration
public SiteConfiguration getSiteConfiguration()
-
-