Uses of Interface
org.ow2.clif.storage.api.StorageRead
-
Packages that use StorageRead Package Description org.ow2.clif.analyze.lib.basic Analyzer component implementation providing a GUI for browsing test runs and proceed with basic statistical analysis.org.ow2.clif.analyze.lib.graph.gui org.ow2.clif.analyze.lib.graph.util org.ow2.clif.analyze.lib.list org.ow2.clif.analyze.lib.quickstat org.ow2.clif.storage.lib.filestorage -
-
Uses of StorageRead in org.ow2.clif.analyze.lib.basic
Classes in org.ow2.clif.analyze.lib.basic that implement StorageRead Modifier and Type Class Description classAnalyzerImpl -
Uses of StorageRead in org.ow2.clif.analyze.lib.graph.gui
Constructors in org.ow2.clif.analyze.lib.graph.gui with parameters of type StorageRead Constructor Description DataAccess(javax.swing.JInternalFrame _intFrame, StorageRead store) -
Uses of StorageRead in org.ow2.clif.analyze.lib.graph.util
Classes in org.ow2.clif.analyze.lib.graph.util that implement StorageRead Modifier and Type Class Description classStorageReadHelperWraps and adds some utility methods to a StorageRead implementation.Constructors in org.ow2.clif.analyze.lib.graph.util with parameters of type StorageRead Constructor Description StorageReadHelper(StorageRead backend)Creates a new front-end on top of the provided StorageRead back-end implementation, providing extra utility methods. -
Uses of StorageRead in org.ow2.clif.analyze.lib.list
Fields in org.ow2.clif.analyze.lib.list declared as StorageRead Modifier and Type Field Description protected StorageReadAnalyzerImpl. store -
Uses of StorageRead in org.ow2.clif.analyze.lib.quickstat
Methods in org.ow2.clif.analyze.lib.quickstat with parameters of type StorageRead Modifier and Type Method Description static TestDescriptorTestStats. getLatestTest(StorageRead sr)Constructors in org.ow2.clif.analyze.lib.quickstat with parameters of type StorageRead Constructor Description TestStats(StorageRead storage)Initiates a simple statistical report generator for the latest test execution in the provided storage object.TestStats(StorageRead storage, java.lang.String testName)Initiates a simple statistical report generator for the given test execution in the provided storage object. -
Uses of StorageRead in org.ow2.clif.storage.lib.filestorage
Classes in org.ow2.clif.storage.lib.filestorage that implement StorageRead Modifier and Type Class Description classConsoleFileStorageImplPart of the storage.classFileStorageReaderImplementation of the StorageRead interface for the filestorage package.Fields in org.ow2.clif.storage.lib.filestorage declared as StorageRead Modifier and Type Field Description protected StorageReadConsoleFileStorageImpl. readerImpl
-