public class FileCopierFactory extends java.lang.Object
| Constructor and Description |
|---|
FileCopierFactory() |
| Modifier and Type | Method and Description |
|---|---|
static FileCopierBase |
getFileCopier(java.lang.String protocol)
Returns the appropriate derived class of FileCopier based on the protocol
passed.
|
public FileCopierFactory()
public static FileCopierBase getFileCopier(java.lang.String protocol)
protocol - - the protocol to be used to copy files