Package tigase.tests.dao
Class DirectoryReportsDao
java.lang.Object
tigase.tests.dao.DirectoryReportsDao
- All Implemented Interfaces:
ReportsDao
-
Nested Class Summary
Nested classes/interfaces inherited from interface tigase.tests.dao.ReportsDao
ReportsDao.TestType, ReportsDao.Version -
Field Summary
FieldsFields inherited from interface tigase.tests.dao.ReportsDao
TEST_RESULTS_PATH -
Method Summary
Modifier and TypeMethodDescriptiongetNamesInPath(Path path, FilenameFilter filenameFilter) voidstoreAsset(String assetPath, String mime, InputStream inputStream) voidwriteIndexFile(Consumer<Writer> consumer) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tigase.tests.dao.ReportsDao
getAllDatabases
-
Field Details
-
resultsPath
-
-
Method Details
-
writeIndexFile
-
storeAsset
- Throws:
IOException
-
getNamesInPath
-
getTestTypes
- Specified by:
getTestTypesin interfaceReportsDao
-