Package org.dspace.health
Class Report
- java.lang.Object
-
- org.dspace.health.Report
-
public class Report extends Object
- Author:
- LINDAT/CLARIN dev team
-
-
Field Summary
Fields Modifier and Type Field Description static StringEMAIL_PATH
-
Constructor Summary
Constructors Constructor Description Report()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LinkedHashMap<String,Check>checks()static voidmain(String[] args)voidrun(List<Integer> to_perform, ReportInfo ri)StringtoString()
-
-
-
Field Detail
-
EMAIL_PATH
public static final String EMAIL_PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
run
public void run(List<Integer> to_perform, ReportInfo ri)
-
checks
public static LinkedHashMap<String,Check> checks()
-
main
public static void main(String[] args)
-
-