|
RSE Release 3.2 |
|||||||||
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(TarEntry entry)
Returns a virtual child given a tar entry. |
VirtualChild[] |
SystemZipHandler.getVirtualChildFolders(String fullVirtualName,
ISystemOperationMonitor archiveOperationMonitor)
Return those children of a specified node in an archive, which are folders. |
VirtualChild[] |
SystemTarHandler.getVirtualChildFolders(String fullVirtualName,
ISystemOperationMonitor archiveOperationMonitor)
Return those children of a specified node in an archive, which are folders. |
VirtualChild[] |
ISystemArchiveHandler.getVirtualChildFolders(String fullVirtualName,
ISystemOperationMonitor archiveOperationMonitor)
Return those children of a specified node in an archive, which are folders. |
VirtualChild[] |
SystemZipHandler.getVirtualChildren(String fullVirtualName,
ISystemOperationMonitor archiveOperationMonitor)
Return the children of a specified node in an archive. |
VirtualChild[] |
SystemTarHandler.getVirtualChildren(String fullVirtualName,
ISystemOperationMonitor archiveOperationMonitor)
Return the children of a specified node in an archive. |
VirtualChild[] |
ISystemArchiveHandler.getVirtualChildren(String fullVirtualName,
ISystemOperationMonitor archiveOperationMonitor)
Return the children of a specified node in an archive. |
VirtualChild[] |
SystemZipHandler.getVirtualChildrenList(boolean closeZipFile,
ISystemOperationMonitor archiveOperationMonitor)
Same as getVirtualChildrenList(), but you can choose whether to leave the zip file open or closed upon return. |
VirtualChild[] |
SystemZipHandler.getVirtualChildrenList(ISystemOperationMonitor archiveOperationMonitor)
Return a flat list of entries in an archive. |
VirtualChild[] |
SystemTarHandler.getVirtualChildrenList(ISystemOperationMonitor archiveOperationMonitor)
Return a flat list of entries in an archive. |
VirtualChild[] |
ISystemArchiveHandler.getVirtualChildrenList(ISystemOperationMonitor archiveOperationMonitor)
Return a flat list of entries in an archive. |
VirtualChild[] |
SystemZipHandler.getVirtualChildrenList(String parent,
boolean closeZipFile,
ISystemOperationMonitor archiveOperationMonitor)
Same as getVirtualChildrenList(String parent) but you can choose whether or not you want to leave the zipfile open after return. |
VirtualChild[] |
SystemZipHandler.getVirtualChildrenList(String parent,
ISystemOperationMonitor archiveOperationMonitor)
Return a flat list of entries in an archive, whose full paths begin with the given parent prefix. |
VirtualChild[] |
SystemTarHandler.getVirtualChildrenList(String parent,
ISystemOperationMonitor archiveOperationMonitor)
Return a flat list of entries in an archive, whose full paths begin with the given parent prefix. |
VirtualChild[] |
ISystemArchiveHandler.getVirtualChildrenList(String parent,
ISystemOperationMonitor archiveOperationMonitor)
Return a flat list of entries in an archive, whose full paths begin with the given parent prefix. |
VirtualChild |
SystemZipHandler.getVirtualFile(String fullVirtualName,
ISystemOperationMonitor archiveOperationMonitor)
Return an archive node specified by a given virtual path. |
VirtualChild |
SystemTarHandler.getVirtualFile(String fullVirtualName,
ISystemOperationMonitor archiveOperationMonitor)
Return an archive node specified by a given virtual path. |
VirtualChild |
ISystemArchiveHandler.getVirtualFile(String fullVirtualName,
ISystemOperationMonitor archiveOperationMonitor)
Return an archive node specified by a given virtual path. |
VirtualChild |
ArchiveHandlerManager.getVirtualObject(String fullyQualifiedName)
Given the absolute path to a virtual object, returns that object as a VirtualChild. |
protected VirtualChild |
SystemTarHandler.updateVirtualChild(TarEntry entry,
VirtualChild child)
update a virtual child given a tar entry. |
Methods in org.eclipse.rse.services.clientserver.archiveutils with parameters of type VirtualChild | |
---|---|
protected boolean |
SystemTarHandler.createTar(VirtualChild[] children,
TarOutputStream outStream,
HashMap renameMap,
ISystemOperationMonitor archiveOperationMonitor)
Creates a tar file from the given virtual child objects, using the given output stream and renaming entries according to hash map entries. |
protected boolean |
SystemTarHandler.createTar(VirtualChild[] children,
TarOutputStream outStream,
HashSet omitChildren,
ISystemOperationMonitor archiveOperationMonitor)
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)
Get the archive-type specific standard name for the VirtualChild vc . |
protected void |
SystemZipHandler.populate(String key,
VirtualChild value)
|
protected boolean |
SystemZipHandler.recreateZipDeleteEntries(VirtualChild[] vcList,
ZipOutputStream dest,
HashSet omitChildren,
ISystemOperationMonitor archiveOperationMonitor)
Recreates a zip file from a list of virtual children, optionally omitting a group of children whose names are in the Set omitChildren |
protected boolean |
SystemZipHandler.recreateZipRenameEntries(VirtualChild[] vcList,
ZipOutputStream dest,
HashMap names,
ISystemOperationMonitor archiveOperationMonitor)
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. |
protected void |
SystemZipHandler.updateTreeAfterRename(HashMap newOldName,
VirtualChild[] renameList)
Update the virtual file system tree after rename operation. |
protected VirtualChild |
SystemTarHandler.updateVirtualChild(TarEntry entry,
VirtualChild child)
update a virtual child given a tar entry. |
|
RSE Release 3.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |