public class RetriableDirectoryCreateCommand extends RetriableCommand
description| Constructor | Description |
|---|---|
RetriableDirectoryCreateCommand(java.lang.String description) |
Constructor, taking a description of the action.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected java.lang.Object |
doExecute(java.lang.Object... arguments) |
Implementation of RetriableCommand::doExecute().
|
execute, setRetryPolicypublic RetriableDirectoryCreateCommand(java.lang.String description)
description - Verbose description of the copy operation.protected java.lang.Object doExecute(java.lang.Object... arguments)
throws java.lang.Exception
doExecute in class RetriableCommandarguments - Argument-list to the command.java.lang.Exception - IOException, on failure to create the directory.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.