public class CoverageResource extends WriteResource
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.Collection<Clazz> |
service |
(package private) java.util.Collection<Clazz> |
testsuite |
| Constructor and Description |
|---|
CoverageResource(java.util.Collection<Clazz> testsuite,
java.util.Collection<Clazz> service) |
| Modifier and Type | Method and Description |
|---|---|
private static Tag |
doMethod(Tag tag,
Clazz.MethodDef method) |
long |
lastModified() |
static Tag |
toTag(java.util.Map<Clazz.MethodDef,java.util.List<Clazz.MethodDef>> catalog) |
void |
write(java.io.OutputStream out) |
buffer, close, getExtra, openInputStream, setExtra, sizejava.util.Collection<Clazz> testsuite
java.util.Collection<Clazz> service
public long lastModified()
lastModified in interface ResourcelastModified in class WriteResourcepublic void write(java.io.OutputStream out)
throws java.io.IOException
write in interface Resourcewrite in class WriteResourcejava.io.IOExceptionpublic static Tag toTag(java.util.Map<Clazz.MethodDef,java.util.List<Clazz.MethodDef>> catalog)
private static Tag doMethod(Tag tag, Clazz.MethodDef method)