Package org.springframework.osgi.test.internal.util.jar.storage

Examples of org.springframework.osgi.test.internal.util.jar.storage.FileSystemStorage


  /*
   * (non-Javadoc)
   * @see org.springframework.osgi.test.util.StorageGenericTest#createStorage()
   */
  protected Storage createStorage() {
    return new FileSystemStorage();
  }
View Full Code Here

TOP

Related Classes of org.springframework.osgi.test.internal.util.jar.storage.FileSystemStorage

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.