Class 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
- All Implemented Interfaces:
IJarEntryResource,org.eclipse.core.resources.IStorage,org.eclipse.core.runtime.IAdaptable
A jar entry that represents a non-java file found in a JAR.
- See Also:
-
Field Summary
Fields inherited from class org.aspectj.org.eclipse.jdt.internal.core.JarEntryResource
parent, simpleName -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.aspectj.org.eclipse.jdt.internal.core.JarEntryResource
equals, getEntryName, getFullPath, getName, getPackageFragmentRoot, getParent, getZipFile, hashCode, isReadOnly, setParentMethods inherited from class org.eclipse.core.runtime.PlatformObject
getAdapterMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
-
Constructor Details
-
JarEntryFile
-
-
Method Details
-
clone
- Specified by:
clonein classJarEntryResource
-
getContents
- Throws:
org.eclipse.core.runtime.CoreException
-
getChildren
Description copied from interface:IJarEntryResourceReturns 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.- Returns:
- the children of this jar entry resource
-
isFile
public boolean isFile()Description copied from interface:IJarEntryResourceReturnstrueif this jar entry represents a file. Returnsfalseif it is a directory.- Returns:
- whether this jar entry is a file
-
toString
-