Klasse JarEntryResource
java.lang.Object
org.eclipse.core.runtime.PlatformObject
org.aspectj.org.eclipse.jdt.internal.core.JarEntryResource
- Alle implementierten Schnittstellen:
IJarEntryResource,org.eclipse.core.resources.IStorage,org.eclipse.core.runtime.IAdaptable
- Bekannte direkte Unterklassen:
JarEntryDirectory,JarEntryFile
public abstract class JarEntryResource
extends org.eclipse.core.runtime.PlatformObject
implements IJarEntryResource
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungabstract JarEntryResourcebooleanprotected Stringorg.eclipse.core.runtime.IPathReturns the full, absolute path of this jar entry resource relative to the archive this jar entry belongs to.getName()Returns the package fragment root this jar entry resource belongs to.Returns the parent of this jar entry resource.protected ZipFileinthashCode()booleanvoidVon Klasse geerbte Methoden org.eclipse.core.runtime.PlatformObject
getAdapterVon Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden org.eclipse.core.runtime.IAdaptable
getAdapterVon Schnittstelle geerbte Methoden org.aspectj.org.eclipse.jdt.core.IJarEntryResource
getChildren, isFileVon Schnittstelle geerbte Methoden org.eclipse.core.resources.IStorage
getContents
-
Felddetails
-
parent
-
simpleName
-
-
Konstruktordetails
-
JarEntryResource
-
-
Methodendetails
-
clone
-
equals
-
getEntryName
-
getFullPath
public org.eclipse.core.runtime.IPath getFullPath()Beschreibung aus Schnittstelle kopiert:IJarEntryResourceReturns the full, absolute path of this jar entry resource relative to the archive this jar entry belongs to.A jar entry resource's full path indicates the route from the root of the archive to the jar entry resource. Within an archive, there is exactly one such path for any given jar entry resource.
The returned path is absolute (i.e. it starts with a separator) and it never has a trailing separator.
- Angegeben von:
getFullPathin SchnittstelleIJarEntryResource- Angegeben von:
getFullPathin Schnittstelleorg.eclipse.core.resources.IStorage- Gibt zurück:
- the absolute path of this jar entry resource
-
getName
- Angegeben von:
getNamein Schnittstelleorg.eclipse.core.resources.IStorage
-
getParent
Beschreibung aus Schnittstelle kopiert:IJarEntryResourceReturns the parent of this jar entry resource. This is either anIJarEntryResource, anIPackageFragmentor anIPackageFragmentRoot.- Angegeben von:
getParentin SchnittstelleIJarEntryResource- Gibt zurück:
- the parent of this jar entry resource
-
getPackageFragmentRoot
Beschreibung aus Schnittstelle kopiert:IJarEntryResourceReturns the package fragment root this jar entry resource belongs to.- Angegeben von:
getPackageFragmentRootin SchnittstelleIJarEntryResource- Gibt zurück:
- the package fragment root this jar entry resource belongs to.
-
getZipFile
- Löst aus:
org.eclipse.core.runtime.CoreException
-
hashCode
public int hashCode() -
isReadOnly
public boolean isReadOnly()- Angegeben von:
isReadOnlyin Schnittstelleorg.eclipse.core.resources.IStorage
-
setParent
-