Class JarEntryDirectory
java.lang.Object
org.eclipse.core.runtime.PlatformObject
org.aspectj.org.eclipse.jdt.internal.core.JarEntryResource
org.aspectj.org.eclipse.jdt.internal.core.JarEntryDirectory
- All Implemented Interfaces:
IJarEntryResource, org.eclipse.core.resources.IStorage, org.eclipse.core.runtime.IAdaptable
-
Field Summary
Fields inherited from class JarEntryResource
parent, simpleName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the list of children of this jar entry resource.booleanisFile()Returnstrueif this jar entry represents a file.voidsetChildren(IJarEntryResource[] children) toString()Methods inherited from class JarEntryResource
equals, getEntryName, getFullPath, getName, getPackageFragmentRoot, getParent, getZipFile, hashCode, isReadOnly, setParentMethods inherited from class org.eclipse.core.runtime.PlatformObject
getAdapterMethods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
-
Constructor Details
-
JarEntryDirectory
-
-
Method Details
-
clone
- Specified by:
clonein classJarEntryResource
-
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
-
getContents
- Throws:
org.eclipse.core.runtime.CoreException
-
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
-
setChildren
-
toString
-