|
Class Summary |
| CopyListing |
The CopyListing abstraction is responsible for how the list of
sources and targets is constructed, for DistCp's copy function. |
| DistCp |
|
| DistCpConstants |
Utility class to hold commonly used constants. |
| DistCpOptions |
The Options class encapsulates all DistCp options. |
| FileBasedCopyListing |
FileBasedCopyListing implements the CopyListing interface,
to create the copy-listing for DistCp,
by iterating over all source paths mentioned in a specified input-file. |
| GlobbedCopyListing |
GlobbedCopyListing implements the CopyListing interface, to create the copy
listing-file by "globbing" all specified source paths (wild-cards and all.) |
| OptionsParser |
The OptionsParser parses out the command-line options passed to DistCp,
and interprets those specific to DistCp, to create an Options object. |
| SimpleCopyListing |
|
| SimpleFileBasedCopyListing |
This class does not do any check |