Uses of Class
org.apache.jackrabbit.oak.run.cli.OptionBeans
-
Packages that use OptionBeans Package Description org.apache.jackrabbit.oak.run.cli -
-
Uses of OptionBeans in org.apache.jackrabbit.oak.run.cli
Methods in org.apache.jackrabbit.oak.run.cli that return OptionBeans Modifier and Type Method Description static OptionBeans
OptionBeans. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OptionBeans[]
OptionBeans. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.jackrabbit.oak.run.cli with parameters of type OptionBeans Constructor Description Options(OptionBeans... options)
-