Class AbstractForkedFFExecutor

java.lang.Object
net.fabricmc.loom.decompilers.fernflower.AbstractForkedFFExecutor
Direct Known Subclasses:
FabricForkedFFExecutor

public abstract class AbstractForkedFFExecutor extends Object
Entry point for Forked FernFlower task. Takes one parameter, a single file, each line is treated as command line input. Forces one input file. Forces one output file using '-o=/path/to/output' Created by covers1624 on 11/02/19.

Extending classes MUST have a standard "public static void main(args)". They may then call AbstractForkedFFExecutor#decompile for it to use the overridden AbstractForkedFFExecutor#runFF

  • Constructor Details

    • AbstractForkedFFExecutor

      public AbstractForkedFFExecutor()
  • Method Details