Package net.sourceforge.processdash.tool.export.impl

Examples of net.sourceforge.processdash.tool.export.impl.ExternalResourceArchiverXMLv1


        this.dashboardContext = dashboardContext;
    }

    public void addExternalResourcesToBackup(ZipOutputStream out)
            throws IOException {
        ExternalResourceArchiver archiver = new ExternalResourceArchiverXMLv1();
        archiver.setDashboardContext(dashboardContext);
        dispatchAllImportInstructions(archiver);
        archiver.export(out);
    }
View Full Code Here

TOP

Related Classes of net.sourceforge.processdash.tool.export.impl.ExternalResourceArchiverXMLv1

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.