|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This command allows to forbid to process directories recursively. This is necessary for flat views, which do not show subfolders.
| Method Summary | |
boolean |
isRecursionBanned()
Whether the processing of subfolders is banned. |
void |
setRecursionBanned(boolean recursionBanned)
Disable the recursion. |
| Methods inherited from interface org.netbeans.api.vcs.commands.Command |
execute, getApplicableFiles, getDisplayName, getFiles, getName, isExpertMode, isGUIMode, setExpertMode, setFiles, setGUIMode |
| Method Detail |
public void setRecursionBanned(boolean recursionBanned)
recursionBanned - When true, the command will not process subfolders.public boolean isRecursionBanned()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||