Package cascading.lingual.catalog

Examples of cascading.lingual.catalog.SchemaCatalog.removeRepository()


  protected boolean performRemove( PlatformBroker platformBroker )
    {
    SchemaCatalog catalog = platformBroker.getSchemeCatalog();
    String repoName = getOptions().getRepoName();

    catalog.removeRepository( repoName );

    return true;
    }

  @Override
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.