Klasse JarEntryFile

java.lang.Object
org.eclipse.core.runtime.PlatformObject
org.aspectj.org.eclipse.jdt.internal.core.JarEntryResource
org.aspectj.org.eclipse.jdt.internal.core.JarEntryFile
Alle implementierten Schnittstellen:
IJarEntryResource, org.eclipse.core.resources.IStorage, org.eclipse.core.runtime.IAdaptable

public class JarEntryFile extends JarEntryResource
A jar entry that represents a non-java file found in a JAR.
Siehe auch:
  • IStorage
  • Konstruktordetails

    • JarEntryFile

      public JarEntryFile(String simpleName)
  • Methodendetails

    • clone

      public JarEntryResource clone(Object newParent)
      Angegeben von:
      clone in Klasse JarEntryResource
    • getContents

      public InputStream getContents() throws org.eclipse.core.runtime.CoreException
      Löst aus:
      org.eclipse.core.runtime.CoreException
    • getChildren

      public IJarEntryResource[] getChildren()
      Beschreibung aus Schnittstelle kopiert: IJarEntryResource
      Returns the list of children of this jar entry resource. Returns an empty array if this jar entry is a file, or if this jar entry is a directory and it has no children.
      Gibt zurück:
      the children of this jar entry resource
    • isFile

      public boolean isFile()
      Beschreibung aus Schnittstelle kopiert: IJarEntryResource
      Returns true if this jar entry represents a file. Returns false if it is a directory.
      Gibt zurück:
      whether this jar entry is a file
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object