Uses of Class
ncsa.tools.trebuchet.core.cache.CopyCache

Packages that use CopyCache
ncsa.tools.ogrescript.trebuchet.tasks.cache   
ncsa.tools.ogrescript.trebuchet.tasks.operation   
ncsa.tools.trebuchet.core.agents.cache   
ncsa.tools.trebuchet.core.converters   
ncsa.tools.trebuchet.core.util   
 

Uses of CopyCache in ncsa.tools.ogrescript.trebuchet.tasks.cache
 

Methods in ncsa.tools.ogrescript.trebuchet.tasks.cache with parameters of type CopyCache
 void Convert.setCopyCache(CopyCache copyCache)
           
 

Uses of CopyCache in ncsa.tools.ogrescript.trebuchet.tasks.operation
 

Methods in ncsa.tools.ogrescript.trebuchet.tasks.operation with parameters of type CopyCache
 void CacheBasedOp.setCopyCache(CopyCache copyCache)
           
 

Uses of CopyCache in ncsa.tools.trebuchet.core.agents.cache
 

Methods in ncsa.tools.trebuchet.core.agents.cache with parameters of type CopyCache
 void ScannedInputAgent.setCopyCache(CopyCache copyCache)
           
 

Uses of CopyCache in ncsa.tools.trebuchet.core.converters
 

Methods in ncsa.tools.trebuchet.core.converters that return CopyCache
 CopyCache UriToCacheEntryConverter.createCache(java.net.URI[] source, java.net.URI target, java.lang.String id)
          Since no relative paths have been specified for the source files, the effect of this operation is to flatten the source files to the target directory.
 CopyCache UriToCacheEntryConverter.createCache(java.net.URI[] source, java.net.URI[] target, java.lang.String id)
          Default does not include target ancestors.
 CopyCache UriToCacheEntryConverter.createCache(java.net.URI[] source, java.net.URI[] target, boolean includeAncestors, java.lang.String id)
          The connection for source and target must be uniform, but the source and target paths need not correspond in structure.
 

Methods in ncsa.tools.trebuchet.core.converters with parameters of type CopyCache
 void UriToCacheEntryConverter.addEntries(java.net.URI[] files, java.net.URI[] to, CopyCache cache, boolean includeAncestors)
          The connection for source and target must be uniform, but the source and target paths need not correspond in structure.
 void UriToCacheEntryConverter.addEntries(java.net.URI[] files, java.net.URI to, CopyCache cache)
          Since no relative paths have been specified for the source files, the effect of this operation is to flatten the source files to the target directory.
 void UriToCacheEntryConverter.addEntry(java.net.URI file, java.net.URI to, CopyCache cache, int[] tmpDup)
          CopyEntries contain normalized absolute paths.
 void ListToCopyConverter.setCopyCache(CopyCache cache)
           
 

Uses of CopyCache in ncsa.tools.trebuchet.core.util
 

Methods in ncsa.tools.trebuchet.core.util with parameters of type CopyCache
 Copy OperationFactory.createUninitializedCopyOperation(CopyCache cache)