Uses of Interface
org.apache.commons.transaction.resource.StreamableResource

Packages that use StreamableResource
org.apache.commons.transaction.file Transactional file access . 
org.apache.commons.transaction.resource   
 

Uses of StreamableResource in org.apache.commons.transaction.file
 

Classes in org.apache.commons.transaction.file that implement StreamableResource
protected static class FileResourceManager.FileResource
           
protected  class TxFileResourceManager.FileTxContext.TxFileResource
           
 

Methods in org.apache.commons.transaction.file with parameters of type StreamableResource
 void FileResourceManager.FileResource.copy(StreamableResource destination)
           
protected static File FileResourceManager.FileResource.getFileForResource(StreamableResource resource)
           
 void FileResourceManager.FileResource.move(StreamableResource destination)
           
protected  void FileResourceManager.FileResource.moveOrCopySaneCheck(StreamableResource destination)
           
protected  boolean FileResourceManager.FileResource.prepareMoveorCopy(StreamableResource destination)
           
 

Uses of StreamableResource in org.apache.commons.transaction.resource
 

Methods in org.apache.commons.transaction.resource that return StreamableResource
 StreamableResource StreamableResource.getChild(String name)
          Gets a specific child of this resource.
 StreamableResource StreamableResource.getParent()
          Gets the parent of this resource, i.e. the directory this resource resides in or null if this is the root folder.
 

Methods in org.apache.commons.transaction.resource that return types with arguments of type StreamableResource
 List<? extends StreamableResource> StreamableResource.getChildren()
          Gets the children of the resource.
 

Methods in org.apache.commons.transaction.resource with parameters of type StreamableResource
 void StreamableResource.copy(StreamableResource destination)
          Copies this resource to a new one.
 void StreamableResource.move(StreamableResource destination)
          Moves (or renames) this resource to a new one.
 



Copyright © 2004-2007 The Apache Software Foundation. All Rights Reserved.