站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 4.1.0

RecursionAwareCommand (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 

org.netbeans.modules.vcscore.commands
Interface RecursionAwareCommand

All Superinterfaces:
Command

public interface RecursionAwareCommand
extends Command

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

setRecursionBanned

public void setRecursionBanned(boolean recursionBanned)
Disable the recursion.

Parameters:
recursionBanned - When true, the command will not process subfolders.

isRecursionBanned

public boolean isRecursionBanned()
Whether the processing of subfolders is banned.

Returns:
true when the command must not process subfolders.

 

Built on May 4 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.