Uses of Class
org.dspace.discovery.IndexClientOptions
-
Packages that use IndexClientOptions Package Description org.dspace.discovery -
-
Uses of IndexClientOptions in org.dspace.discovery
Methods in org.dspace.discovery that return IndexClientOptions Modifier and Type Method Description protected static IndexClientOptionsIndexClientOptions. getIndexClientOption(org.apache.commons.cli.CommandLine commandLine)This method resolves the CommandLine parameters to figure out which action the index-discovery script should performstatic IndexClientOptionsIndexClientOptions. valueOf(String name)Returns the enum constant of this type with the specified name.static IndexClientOptions[]IndexClientOptions. values()Returns an array containing the constants of this enum type, in the order they are declared.
-