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 classConfigOpts.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)StringgetPropertiesPath()SiteConfigurationgetSiteConfiguration()voidparseArgs(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()
-
-