|
RSE Release 2.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VirtualChild | |
|---|---|
| org.eclipse.rse.dstore.universal.miners | |
| org.eclipse.rse.services.clientserver | |
| org.eclipse.rse.services.clientserver.archiveutils | |
| Uses of VirtualChild in org.eclipse.rse.dstore.universal.miners |
|---|
| Methods in org.eclipse.rse.dstore.universal.miners with parameters of type VirtualChild | |
|---|---|
String |
UniversalFileSystemMiner.setProperties(VirtualChild fileObj)
|
| Uses of VirtualChild in org.eclipse.rse.services.clientserver |
|---|
| Methods in org.eclipse.rse.services.clientserver that return VirtualChild | |
|---|---|
VirtualChild |
VirtualSearchResult.getVirtualChild()
|
| Constructors in org.eclipse.rse.services.clientserver with parameters of type VirtualChild | |
|---|---|
VirtualSearchResult(VirtualChild vc,
long lineNumber,
String matchingLine)
|
|
| Uses of VirtualChild in org.eclipse.rse.services.clientserver.archiveutils |
|---|
| Methods in org.eclipse.rse.services.clientserver.archiveutils that return VirtualChild | |
|---|---|
VirtualChild[] |
ArchiveHandlerManager.getContents(File file,
String virtualpath)
Returns the children of an object in the virtual file system. |
VirtualChild[] |
ArchiveHandlerManager.getFolderContents(File file,
String virtualpath)
Returns the children of an object in the virtual file system that are folders. |
protected VirtualChild |
SystemTarHandler.getVirtualChild(org.eclipse.rse.internal.services.clientserver.archiveutils.TarEntry entry)
Returns a virtual child given a tar entry. |
VirtualChild[] |
SystemZipHandler.getVirtualChildFolders(String fullVirtualName)
|
VirtualChild[] |
SystemTarHandler.getVirtualChildFolders(String fullVirtualName)
|
VirtualChild[] |
ISystemArchiveHandler.getVirtualChildFolders(String fullVirtualName)
|
VirtualChild[] |
SystemZipHandler.getVirtualChildren(String fullVirtualName)
|
VirtualChild[] |
SystemTarHandler.getVirtualChildren(String fullVirtualName)
|
VirtualChild[] |
ISystemArchiveHandler.getVirtualChildren(String fullVirtualName)
|
VirtualChild[] |
SystemZipHandler.getVirtualChildrenList()
|
VirtualChild[] |
SystemTarHandler.getVirtualChildrenList()
|
VirtualChild[] |
ISystemArchiveHandler.getVirtualChildrenList()
|
VirtualChild[] |
SystemZipHandler.getVirtualChildrenList(boolean closeZipFile)
Same as getVirtualChildrenList(), but you can choose whether to leave the zip file open or closed upon return. |
VirtualChild[] |
SystemZipHandler.getVirtualChildrenList(String parent)
|
VirtualChild[] |
SystemTarHandler.getVirtualChildrenList(String parent)
|
VirtualChild[] |
ISystemArchiveHandler.getVirtualChildrenList(String parent)
|
VirtualChild[] |
SystemZipHandler.getVirtualChildrenList(String parent,
boolean closeZipFile)
Same as getVirtualChildrenList(String parent) but you can choose whether or not you want to leave the zipfile open after return. |
VirtualChild |
SystemZipHandler.getVirtualFile(String fullVirtualName)
|
VirtualChild |
SystemTarHandler.getVirtualFile(String fullVirtualName)
|
VirtualChild |
ISystemArchiveHandler.getVirtualFile(String fullVirtualName)
|
VirtualChild |
ArchiveHandlerManager.getVirtualObject(String fullyQualifiedName)
Given the absolute path to a virtual object, returns that object as a VirtualChild. |
| Methods in org.eclipse.rse.services.clientserver.archiveutils with parameters of type VirtualChild | |
|---|---|
protected void |
SystemTarHandler.createTar(VirtualChild[] children,
org.eclipse.rse.internal.services.clientserver.archiveutils.TarOutputStream outStream,
HashMap renameMap)
Creates a tar file from the given virtual child objects, using the given output stream and renaming entries according to hash map entries. |
protected void |
SystemTarHandler.createTar(VirtualChild[] children,
org.eclipse.rse.internal.services.clientserver.archiveutils.TarOutputStream outStream,
HashSet omitChildren)
Create a tar file from the given virtual child objects, using the given output stream and omitting the children in the given set. |
protected void |
SystemZipHandler.delTree(VirtualChild vc)
Deletes all the children of the directory VirtualChild vc
recursively down to the leaves. |
String |
SystemZipHandler.getStandardName(VirtualChild vc)
|
String |
SystemTarHandler.getStandardName(VirtualChild vc)
|
String |
ISystemArchiveHandler.getStandardName(VirtualChild vc)
Gets the archive-type specific standard name for the VirtualChild vc. |
protected void |
SystemZipHandler.recreateZipDeleteEntries(VirtualChild[] vcList,
ZipOutputStream dest,
HashSet omitChildren)
Recreates a zip file from a list of virtual children, optionally omitting a group of children whose names are in the Set omitChildren |
protected void |
SystemZipHandler.recreateZipRenameEntries(VirtualChild[] vcList,
ZipOutputStream dest,
HashMap names)
Recreates a zip file from a list of virtual children, but renaming the one of the VirtualChildren. |
protected void |
SystemZipHandler.recursivePopulate(String key,
VirtualChild value)
Actually does the work for the fillBranch method. |
|
RSE Release 2.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||