Class Run

All Implemented Interfaces:
Constants, Registry, Report, Reporter, Closeable, AutoCloseable, Iterable<String>

public class Run extends Project
  • Field Details

    • createBndrun

      private static final MethodHandle createBndrun
      So far we have not included the resolver code inside bndlib. This means that anybody inside bndlib cannot rely on the resolver code present. However, we get more functions that take advantage of this tool. The following code looks if the resolving counterpart of Run is present in the classloader. Since this is a 1:1 replacement for this class, we try to load the resolving Bndrun.
  • Constructor Details

  • Method Details