Package org.springframework.ide.eclipse.core.io

Examples of org.springframework.ide.eclipse.core.io.StorageResource


          if (isArchived) {
            if (file instanceof Resource) {
              resource = (Resource) file;
            }
            else {
              resource = new StorageResource(new ZipEntryStorage(file.getProject(), getElementName()),
                  file.getProject());
            }
          }
          else {
            resource = new FileResource(file);
View Full Code Here

TOP

Related Classes of org.springframework.ide.eclipse.core.io.StorageResource

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.