Uses of Interface
org.eclipse.jdt.core.IJarEntryResource

Packages that use IJarEntryResource
org.eclipse.jdt.core The Java model is the set of classes that model the objects associated with creating, editing, and building a Java program. 
org.eclipse.jdt.internal.core   
 

Uses of IJarEntryResource in org.eclipse.jdt.core
 

Methods in org.eclipse.jdt.core that return IJarEntryResource
 IJarEntryResource[] IJarEntryResource.getChildren()
          Returns the list of children of this jar entry resource.
 

Uses of IJarEntryResource in org.eclipse.jdt.internal.core
 

Classes in org.eclipse.jdt.internal.core that implement IJarEntryResource
 class JarEntryDirectory
           
 class JarEntryFile
          A jar entry that represents a non-java file found in a JAR.
 class JarEntryResource
           
 class NonJavaResource
           
 

Methods in org.eclipse.jdt.internal.core that return IJarEntryResource
 IJarEntryResource[] JarEntryDirectory.getChildren()
           
 IJarEntryResource[] JarEntryFile.getChildren()
           
 IJarEntryResource[] NonJavaResource.getChildren()
           
 

Methods in org.eclipse.jdt.internal.core with parameters of type IJarEntryResource
 void JarEntryDirectory.setChildren(IJarEntryResource[] children)