Class Run

All Implemented Interfaces:
Constants, Registry, aQute.service.reporter.Report, aQute.service.reporter.Reporter, Closeable, AutoCloseable, Iterable<String>

public class Run extends Project
  • Constructor Details

  • Method Details

    • createRun

      public static Run createRun(Workspace workspace, File file) throws Exception
      Create a Run that will be stand alone if it contains -standalone. In that case the given workspace is ignored. Otherwise, the workspace must be a valid workspace.
      Throws:
      Exception
    • isStandAlone

      public boolean isStandAlone()
      Answer true if this file defines a -standalone. This is only the main header, no check for merged properties.
    • report

      public void report(Map<String,Object> table) throws Exception
      Description copied from class: Project
      Report detailed info from this project
      Overrides:
      report in class Project
      Parameters:
      table -
      Throws:
      Exception
    • getName

      public String getName()
      Overrides:
      getName in class Project