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