| | |
| | | |
| | | |
| | | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | /** {@inheritDoc} */ |
| | | public FileOperation copyForChild(File child) |
| | | { |
| | | return new CopyOperation(child, destination, overwrite); |
| | |
| | | |
| | | |
| | | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | /** {@inheritDoc} */ |
| | | public void apply() throws IOException |
| | | { |
| | | final File objectFile = getObjectFile(); |
| | |
| | | |
| | | |
| | | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | /** {@inheritDoc} */ |
| | | public FileOperation copyForChild(File child) |
| | | { |
| | | return new DeleteOperation(child, deletionPolicy); |
| | |
| | | |
| | | |
| | | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | /** {@inheritDoc} */ |
| | | public void apply() throws IOException |
| | | { |
| | | File file = getObjectFile(); |