RSE
Release 1.0

Uses of Class
org.eclipse.rse.services.clientserver.archiveutils.VirtualChild

Packages that use VirtualChild
org.eclipse.rse.dstore.universal.miners.filesystem   
org.eclipse.rse.services.clientserver   
org.eclipse.rse.services.clientserver.archiveutils   
org.eclipse.rse.services.local.files   
org.eclipse.rse.subsystems.files.local.model   
 

Uses of VirtualChild in org.eclipse.rse.dstore.universal.miners.filesystem
 

Methods in org.eclipse.rse.dstore.universal.miners.filesystem with parameters of type VirtualChild
protected  void UniversalFileSystemMiner.createDataElement(org.eclipse.dstore.core.model.DataStore ds, org.eclipse.dstore.core.model.DataElement subject, VirtualChild[] list, String filter, String rootPath, String virtualPath)
          Method to create the DataElement object in the datastore out of a list of VirtualChildren
 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[] SystemZipHandler.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[] 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.getVirtualChildren(String fullVirtualName)
           
 VirtualChild[] SystemZipHandler.getVirtualChildFolders(String fullVirtualName)
           
 VirtualChild SystemZipHandler.getVirtualFile(String fullVirtualName)
           
 VirtualChild[] SystemTarHandler.getVirtualChildrenList()
           
 VirtualChild[] SystemTarHandler.getVirtualChildrenList(String parent)
           
 VirtualChild[] SystemTarHandler.getVirtualChildren(String fullVirtualName)
           
 VirtualChild[] SystemTarHandler.getVirtualChildFolders(String fullVirtualName)
           
 VirtualChild SystemTarHandler.getVirtualFile(String fullVirtualName)
           
protected  VirtualChild SystemTarHandler.getVirtualChild(TarEntry entry)
          Returns a virtual child given a tar entry.
 VirtualChild[] ISystemArchiveHandler.getVirtualChildrenList()
           
 VirtualChild[] ISystemArchiveHandler.getVirtualChildrenList(String parent)
           
 VirtualChild[] ISystemArchiveHandler.getVirtualChildren(String fullVirtualName)
           
 VirtualChild[] ISystemArchiveHandler.getVirtualChildFolders(String fullVirtualName)
           
 VirtualChild ISystemArchiveHandler.getVirtualFile(String fullVirtualName)
           
 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.
 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 SystemZipHandler.recursivePopulate(String key, VirtualChild value)
          Actually does the work for the fillBranch method.
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.delTree(VirtualChild vc)
          Deletes all the children of the directory VirtualChild vc recursively down to the leaves.
 String SystemZipHandler.getStandardName(VirtualChild vc)
           
protected  void SystemTarHandler.createTar(VirtualChild[] children, 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 SystemTarHandler.createTar(VirtualChild[] children, 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.
 String SystemTarHandler.getStandardName(VirtualChild vc)
           
 String ISystemArchiveHandler.getStandardName(VirtualChild vc)
          Gets the archive-type specific standard name for the VirtualChild vc.
 

Uses of VirtualChild in org.eclipse.rse.services.local.files
 

Fields in org.eclipse.rse.services.local.files declared as VirtualChild
protected  VirtualChild LocalVirtualHostFile._child
           
 

Methods in org.eclipse.rse.services.local.files that return VirtualChild
 VirtualChild LocalVirtualHostFile.getChild()
           
 

Constructors in org.eclipse.rse.services.local.files with parameters of type VirtualChild
LocalVirtualHostFile(VirtualChild child)
           
 

Uses of VirtualChild in org.eclipse.rse.subsystems.files.local.model
 

Methods in org.eclipse.rse.subsystems.files.local.model that return VirtualChild
 VirtualChild LocalVirtualFile.getVirtualChild()
           
 


RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.