public class DeleteTreeConfigurationBuilder extends Object
| Constructor and Description |
|---|
DeleteTreeConfigurationBuilder(Path target) |
| Modifier and Type | Method and Description |
|---|---|
void |
build() |
DeleteTreeConfigurationBuilder |
filter(PathFilter... pathFilters) |
DeleteTreeConfigurationBuilder |
includeTargetDirectory(boolean includeTargetDirectory) |
DeleteTreeConfigurationBuilder |
throwErrorOnDirectoryNotEmpty(boolean throwErrorOnDirectoryNotEmpty) |
public DeleteTreeConfigurationBuilder(Path target)
public DeleteTreeConfigurationBuilder filter(PathFilter... pathFilters)
public DeleteTreeConfigurationBuilder includeTargetDirectory(boolean includeTargetDirectory)
public DeleteTreeConfigurationBuilder throwErrorOnDirectoryNotEmpty(boolean throwErrorOnDirectoryNotEmpty)
public void build()
throws IOException
IOExceptionCopyright © 2019. All rights reserved.