net.sourceforge.cobertura.instrument
class CoberturaFile extends File
| Field Summary | |
|---|---|
| String | baseDir |
| String | pathname |
| static long | serialVersionUID |
| Constructor Summary | |
|---|---|
| CoberturaFile(String baseDir, String pathname) | |
| Method Summary | |
|---|---|
| String | getBaseDir() |
| String | getPathname() |
| boolean | isArchive() |
| boolean | isClass() |
| String | toString() |
Returns: True if file has an extension that matches one of the standard java archives, false otherwise.
Returns: True if file has "class" as its extension, false otherwise.