Package de.kopis.glacier.commands

Examples of de.kopis.glacier.commands.DeleteVaultCommand


        log.info("Using end point: " + string_endpoint);

        // Add all commands to the factory
        CommandFactory.add(new CreateVaultCommand(endpoint, credentials));
        CommandFactory.add(new DeleteArchiveCommand(endpoint, credentials));
        CommandFactory.add(new DeleteVaultCommand(endpoint, credentials));
        CommandFactory.add(new DownloadArchiveCommand(endpoint, credentials));
        CommandFactory.add(new ReceiveArchivesListCommand(endpoint, credentials));
        CommandFactory.add(new RequestArchivesListCommand(endpoint, credentials));
        CommandFactory.add(new TreeHashArchiveCommand(endpoint, credentials));
        CommandFactory.add(new UploadArchiveCommand(endpoint, credentials));
View Full Code Here

TOP

Related Classes of de.kopis.glacier.commands.DeleteVaultCommand

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.