Package org.apache.jackrabbit.oak.run
Class NamespaceRegistryOptions
java.lang.Object
org.apache.jackrabbit.oak.run.NamespaceRegistryOptions
- All Implemented Interfaces:
OptionsBean
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleananalyse()booleanvoidconfigure(joptsimple.OptionSet options) Description string for this set of optionsbooleanfix()mappings()Option names which are actually performing operationintorder()Used to sort the help output.title()Title string for this set of options
-
Field Details
-
FACTORY
-
-
Constructor Details
-
NamespaceRegistryOptions
public NamespaceRegistryOptions(joptsimple.OptionParser parser)
-
-
Method Details
-
configure
public void configure(joptsimple.OptionSet options) - Specified by:
configurein interfaceOptionsBean
-
title
Description copied from interface:OptionsBeanTitle string for this set of options- Specified by:
titlein interfaceOptionsBean
-
description
Description copied from interface:OptionsBeanDescription string for this set of options- Specified by:
descriptionin interfaceOptionsBean
-
order
public int order()Description copied from interface:OptionsBeanUsed to sort the help output. Help for OptionsBean in descending order i.e. bean having highest order would be rendered first- Specified by:
orderin interfaceOptionsBean
-
operationNames
Description copied from interface:OptionsBeanOption names which are actually performing operation- Specified by:
operationNamesin interfaceOptionsBean
-
anyActionSelected
public boolean anyActionSelected() -
analyse
public boolean analyse() -
fix
public boolean fix() -
mappings
-