Holds dependency information, including the main compiled file, secondary input files (usually headers), and output files.
Type | Name and description |
---|---|
void |
addSecondaryOutputFile(String path) |
String |
getMainFile() |
List<String> |
getOutputFiles() |
List<String> |
getSecondaryFiles() |
List<String> |
getSecondaryOutputFiles() |
static DependencyData |
parseDependencyFile(File dependencyFile) Parses the given dependency file and returns the parsed data |
String |
toString() |
Parses the given dependency file and returns the parsed data
dependencyFile
- the dependency file