Package water.api.CloudHandler

Examples of water.api.CloudHandler.Cloud


  //==========================
  // Custom adapters go here

  // Version&Schema-specific filling into the impl
  @Override public Cloud createImpl( ) {
    return new Cloud();                // No inputs
  }
View Full Code Here

TOP

Related Classes of water.api.CloudHandler.Cloud

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.