Package org.jcoredb.fs

Examples of org.jcoredb.fs.IContainer.drop()


   */
  @Override
  public void drop(int containerId) throws ContainerDropErr
  {
    IContainer c = containers.get(containerId);
    c.drop();
    this.containers.remove(c);
  }
 
  /* (non-Javadoc)
   * @see org.jcoredb.fs.IFileSystem#create(int)
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.