file - field in class net.sourceforge.cobertura.instrument.
Archive Default file name used to write instrumentation information.
Maps source file names to existing files.
This class controls access to any file so that multiple JVMs will
not be able to write to the file at the same time.
Utility class for file operations.
Simple but most commonly used methods of this class are:
-
readFile
-
concatPath
Other less frequently used but still handy methods are:
-
normalizeFileName
to take the current user directory into account via the 'user.dir' system property
Utility class which should never instanciate itself.
This method returns the CoverageRate object that
applies to the given class.
format - field in class net.sourceforge.cobertura.reporting.
Main