public class TestResultCache
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
TestResultCache.Observer
Interface which allows an external class to monitor the cache's
activities.
|
Constructor and Description |
---|
TestResultCache(WorkDirectory workDir,
TestResultCache.Observer observer)
Primary constructor for a cache.
|
public TestResultCache(WorkDirectory workDir, TestResultCache.Observer observer) throws java.io.IOException
workDir
- the work directory to attach toobserver
- the observer to notify of cache eventsjava.io.IOException
- if an error occurs reading the cache fileCopyright (c) 1996, 2015, Oracle and/or its affiliates. All rights reserved.