public class StatisticsDocumentCreatorAdapter extends Object implements StatisticsDocumentCreator
Constructor and Description |
---|
StatisticsDocumentCreatorAdapter()
Constructs a StatisticsDocumentCreator.
|
Modifier and Type | Method and Description |
---|---|
void |
createStatisticsDocument(LibrarySession session,
String statsString,
String nodeName,
String folderPath)
Creates an HTML document containing the statistics information,
and stored it in the repository.
|
public StatisticsDocumentCreatorAdapter()
public void createStatisticsDocument(LibrarySession session, String statsString, String nodeName, String folderPath) throws IfsException
createStatisticsDocument
in interface StatisticsDocumentCreator
session
- the session contextstatsString
- the collected statistics informationnodeName
- the Node name where the statistics were gatheredfolderPath
- the IFS path to the parent folder for the documentIfsException
- if the operation failsCopyright © 2023. All rights reserved.