Package dev.nokee.companion
Class ObjectFiles
java.lang.Object
dev.nokee.companion.ObjectFiles
Represents object files of a target.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ObjectFiles
public ObjectFiles()
-
-
Method Details
-
of
Returns the object files of the specified object. Supported object are:objectFilesextensionAbstractNativeCompileTask.getObjectFileDir()matching .o and .obj files
- Parameters:
self- the object to retrieve the object files- Returns:
- the object files
-