Example usage for org.eclipse.jdt.internal.core JarEntryResource subclass-usage

List of usage examples for org.eclipse.jdt.internal.core JarEntryResource subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jdt.internal.core JarEntryResource subclass-usage.

Usage

From source file com.codenvy.ide.ext.java.server.internal.core.JarEntryFile.java

/**
 * A jar entry that represents a non-java file found in a JAR.
 *
 * @see org.eclipse.core.resources.IStorage
 */
public class JarEntryFile extends JarEntryResource {

From source file org.eclipse.che.jdt.internal.core.JarEntryFile.java

/**
 * A jar entry that represents a non-java file found in a JAR.
 *
 * @see org.eclipse.core.resources.IStorage
 */
public class JarEntryFile extends JarEntryResource {