Package org.dspace.eperson
Class EPersonCLITool
- java.lang.Object
-
- org.dspace.eperson.EPersonCLITool
-
public class EPersonCLITool extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] argv)Tool for manipulating user accounts.
-
-
-
Method Detail
-
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.
-
-