Class Makefile

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

class Makefile extends Processor
Implements a mini make builder that is run just before we build the bundle.
  • Field Details

    • logger

      private static final org.slf4j.Logger logger
    • parameters

      private Parameters parameters
    • commands

      private List<Makefile.Cmd> commands
    • path

      private String path
  • Constructor Details

  • Method Details

    • make

      void make()