Package org.dspace.eperson
Class Groomer
- java.lang.Object
-
- org.dspace.eperson.Groomer
-
public class Groomer extends Object
Tools for manipulating EPersons and Groups.- Author:
- mwood
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] argv)Command line tool for "grooming" the EPerson collection.
-
-
-
Method Detail
-
main
public static void main(String[] argv) throws SQLException
Command line tool for "grooming" the EPerson collection.- Parameters:
argv- the command line arguments given- Throws:
SQLException- An exception that provides information on a database access error or other errors.
-
-