Example usage for org.eclipse.jdt.core IJarEntryResource interface-usage

List of usage examples for org.eclipse.jdt.core IJarEntryResource interface-usage

Introduction

In this page you can find the example usage for org.eclipse.jdt.core IJarEntryResource interface-usage.

Usage

From source file com.cisco.yangide.core.YangJarFileEntryResource.java

/**
 * Custom implementation of {@link IJarEntryResource} to open correct jar file from JDT perspective.
 *
 * @author Konstantin Zaitsev
 * @date Jul 7, 2014
 */

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

public abstract class JarEntryResource implements IJarEntryResource {

    protected Object parent;
    protected String simpleName;

    public JarEntryResource(String simpleName) {

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

public abstract class JarEntryResource implements IJarEntryResource {

    protected Object parent;
    protected String simpleName;

    public JarEntryResource(String simpleName) {

From source file org.opendaylight.yangide.core.YangJarFileEntryResource.java

/**
 * Custom implementation of {@link IJarEntryResource} to open correct jar file from JDT perspective.
 *
 * @author Konstantin Zaitsev
 * date: Jul 7, 2014
 */