Uses of Class
org.dspace.curate.CurationClientOptions
-
Packages that use CurationClientOptions Package Description org.dspace.curate In DSpace, "curation" refers to the application of one or more "tasks" to one or more model objects. -
-
Uses of CurationClientOptions in org.dspace.curate
Methods in org.dspace.curate that return CurationClientOptions Modifier and Type Method Description protected static CurationClientOptionsCurationClientOptions. getClientOption(org.apache.commons.cli.CommandLine commandLine)This method resolves the CommandLine parameters to figure out which action the curation script should performstatic CurationClientOptionsCurationClientOptions. valueOf(String name)Returns the enum constant of this type with the specified name.static CurationClientOptions[]CurationClientOptions. values()Returns an array containing the constants of this enum type, in the order they are declared.
-