Java org.eclipse.jdt.core IJarEntryResource fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.core IJarEntryResource fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.core IJarEntryResource.

The text is from its open source code.

Implementation

org.eclipse.jdt.core.IJarEntryResource has the following implementations.
Click this link to see all its implementation.

Method

IJarEntryResource[]getChildren()
Returns the list of children of this jar entry resource.
IPathgetFullPath()
Returns the full, absolute path of this jar entry resource relative to the archive this jar entry belongs to.
IPackageFragmentRootgetPackageFragmentRoot()
Returns the package fragment root this jar entry resource belongs to.
ObjectgetParent()
Returns the parent of this jar entry resource.
booleanisFile()
Returns true if this jar entry represents a file.