Class DecompilationStorage

  • All Implemented Interfaces:
    Storage

    public final class DecompilationStorage
    extends Object
    implements Storage
    Decompilation storage. The same as FileStorage, but with some logging.
    Since:
    0.2
    • Constructor Detail

      • DecompilationStorage

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

      • save

        public void save​(XmirEntry xmir)
        Description copied from interface: Storage
        Save XMIR.
        Specified by:
        save in interface Storage
        Parameters:
        xmir - XMIR to save