Package org.dspace.eperson
Class EPersonCLITool
java.lang.Object
org.dspace.eperson.EPersonCLITool
-
Method Summary
-
Method Details
-
main
public static void main(String[] argv) throws org.apache.commons.cli.ParseException, SQLException, AuthorizeException Tool for manipulating user accounts.- Parameters:
argv- the command line arguments given- Throws:
org.apache.commons.cli.ParseException- Base for Exceptions thrown during parsing of a command-line.SQLException- An exception that provides information on a database access error or other errors.AuthorizeException- Exception indicating the current user of the context does not have permission to perform a particular action.
-