Class Decompiler


  • public final class Decompiler
    extends Object
    Decompiler. This class is a high level abstraction of the decompilation process. The main purpose of this class it to get the output of the jeo-maven-plugin and decompile it into high-level EO constructs.
    Since:
    0.1
    • Constructor Detail

      • Decompiler

        public Decompiler​(File generated)
        Constructor.
        Parameters:
        generated - The default Maven 'generated-sources' directory.
      • Decompiler

        public Decompiler​(Path generated)
        Constructor.
        Parameters:
        generated - The default Maven 'generated-sources' directory.
      • Decompiler

        public Decompiler​(Path xmirs,
                          Path output)
        Constructor.
        Parameters:
        xmirs - Path to the generated XMIRs by jeo-maven-plugin.
        output - Path to the output directory.