Class ObjectFiles

java.lang.Object
dev.nokee.companion.ObjectFiles

public final class ObjectFiles extends Object
Represents object files of a target.
  • Constructor Details

    • ObjectFiles

      public ObjectFiles()
  • Method Details

    • of

      public static Object of(Object self)
      Returns the object files of the specified object. Supported object are:
      • objectFiles extension
      • AbstractNativeCompileTask.getObjectFileDir() matching .o and .obj files
      Parameters:
      self - the object to retrieve the object files
      Returns:
      the object files