public interface VcsAdd extends FileOperation
| Modifier and Type | Method and Description |
|---|---|
void |
setMakedir(boolean makedir)
Sets whether directories should be created.
|
void |
setRecursive(boolean recursive)
Sets whether subdirectories should be processed.
|
processvoid setMakedir(boolean makedir)
makedir - true if directories should be created, false otherwise.void setRecursive(boolean recursive)
recursive - true if subdirectories should be processed.Copyright © 2002–2025 The Apache Software Foundation. All rights reserved.