Class CompilationStorage

  • All Implemented Interfaces:
    Storage

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

      • CompilationStorage

        public CompilationStorage​(Path xmirs,
                                  Path output)
        Constructor.
        Parameters:
        xmirs - Path to the generated XMIRs by opeo-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