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, size
java.util.Collection<Clazz> testsuite
java.util.Collection<Clazz> service
public long lastModified()
lastModified
in interface Resource
lastModified
in class WriteResource
public void write(java.io.OutputStream out) throws java.io.IOException
write
in interface Resource
write
in class WriteResource
java.io.IOException
public static Tag toTag(java.util.Map<Clazz.MethodDef,java.util.List<Clazz.MethodDef>> catalog)
private static Tag doMethod(Tag tag, Clazz.MethodDef method)