Package org.eclipse.dltk.core

Examples of org.eclipse.dltk.core.IArchiveEntry


        if (pharPath != null) {

          try {
            final PharArchiveFile archiveFile = new PharArchiveFile(
                pharPath.getPharName());
            final IArchiveEntry entry = archiveFile
                .getArchiveEntry((pharPath.getFolder().length() == 0 ? "" //$NON-NLS-1$
                    : pharPath.getFolder() + "/") //$NON-NLS-1$
                    + pharPath.getFile());
            return new Object[] { new ExternalEntryFile(fileName,
                archiveFile, entry) };
View Full Code Here

TOP

Related Classes of org.eclipse.dltk.core.IArchiveEntry

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.