Package water.api.ImportFilesHandler

Examples of water.api.ImportFilesHandler.ImportFiles


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

  // Version&Schema-specific filling into the impl
  @Override public ImportFiles createImpl() {
    ImportFiles i = new ImportFiles();
    i._path = path;
    return i;
  }
View Full Code Here

TOP

Related Classes of water.api.ImportFilesHandler.ImportFiles

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.