![]() |
OpenMake Meister |
This function returns the list of all Class files and Java Packages generated by Java Compile and RMIC Tasks. These files are determined by reading .javac and .rmic files created by those Tasks. Those Tasks must be listed as Task dependencies in order for the .javac and .rmic files to appear in $TargetDeps.
USAGE:
@Classes = GetClasses ( $TargetDeps );
$TargetDeps is an object of type Openmake::FileList.
RETURNS:
List of .class files. May also return globs of the form:
'com/company/pkg/*.class'.