public class RetriableDirectoryCreateCommand extends RetriableCommand
description| 构造器和说明 |
|---|
RetriableDirectoryCreateCommand(String description)
Constructor, taking a description of the action.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected Object |
doExecute(Object... arguments)
Implementation of RetriableCommand::doExecute().
|
execute, setRetryPolicypublic RetriableDirectoryCreateCommand(String description)
description - Verbose description of the copy operation.protected Object doExecute(Object... arguments) throws Exception
doExecute 在类中 RetriableCommandarguments - Argument-list to the command.Exception - IOException, on failure to create the directory.Copyright © 2009 The Apache Software Foundation