| 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)
|