Class XmlUserAuditExport
java.lang.Object
edu.internet2.middleware.grouper.xml.userAudit.XmlUserAuditExport
export user audits
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidlogInfoAndPrintToScreen(String auditEntryProgress) static voidstatic voidwriteUserAudits(File xmlExportFile) static voidwriteUserAudits(File xmlExportFile, File xmlTempFileAudits) static com.thoughtworks.xstream.XStreamxstream()
-
Constructor Details
-
XmlUserAuditExport
public XmlUserAuditExport()
-
-
Method Details
-
main
- Parameters:
args-- Throws:
Exception
-
writeUserAudits
- Parameters:
xmlExportFile- the ending result file to put the results in
-
writeUserAudits
- Parameters:
xmlExportFile- the ending result file to put the results inxmlTempFileAudits- temporary file for audit information
-
xstream
public static com.thoughtworks.xstream.XStream xstream()- Returns:
- xstream
-
logInfoAndPrintToScreen
- Parameters:
auditEntryProgress-
-