Package io.fathom.cloud.compute.actions

Examples of io.fathom.cloud.compute.actions.ApplydContext


        private final Sftp sftp;
        private final ApplydContext applydContext;

        public GawkerConfigurationOperation() throws CloudException {
            this.sftp = buildSftp();
            this.applydContext = new ApplydContext(sftp);
        }
View Full Code Here

TOP

Related Classes of io.fathom.cloud.compute.actions.ApplydContext

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.