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

P-Index (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 
A B C D E F G H I J K L M N O P Q R S T U V W

P

PATH - Static variable in class org.netbeans.modules.vcscore.Variables
 
PATHS - Static variable in class org.netbeans.modules.vcscore.Variables
 
POPUP_DEFINITION_FOLDER - Static variable in class org.netbeans.modules.vcscore.actions.ClusteringAction
 
PREPROCESS_CANCELLED - Static variable in class org.netbeans.modules.vcscore.commands.CommandProcessor
The preprocessing of the command was cancelled.
PREPROCESS_CANCELLED - Static variable in class org.netbeans.modules.vcscore.commands.CommandsPool
Deprecated. The preprocessing of the command was cancelled.
PREPROCESS_DONE - Static variable in class org.netbeans.modules.vcscore.commands.CommandProcessor
The preprocessing is done.
PREPROCESS_DONE - Static variable in class org.netbeans.modules.vcscore.commands.CommandsPool
Deprecated. The preprocessing is done.
PREPROCESS_NEXT_FILE - Static variable in class org.netbeans.modules.vcscore.commands.CommandProcessor
When there are more files selected, the preprocessing needs to be done for next files again.
PREPROCESS_NEXT_FILE - Static variable in class org.netbeans.modules.vcscore.commands.CommandsPool
Deprecated. When there are more files selected, the preprocessing needs to be done for next files again.
PROMPT_DEFAULT_VALUE_SEPARATOR - Static variable in class org.netbeans.modules.vcscore.util.VariableInputDescriptorCompat
 
PROPERTY_ADVANCED_NAME - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
Command may set this property which will be visible on the VariableInputDialog.
PROPERTY_ASSOCIATED_COMMAND_INTERFACE_NAME - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
The String property, that contain the name of an interface, that represents this command.
PROPERTY_CHANGED_REVISION_VAR_NAME - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
The name of the variable that specifies the changed revision.
PROPERTY_CHANGING_NUM_REVISIONS - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
Whether the command changes the number of revisions.
PROPERTY_CHANGING_REVISION - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
Whether the command changes one specific revision.
PROPERTY_CHECK_FOR_MODIFICATIONS - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
When true, automatically check the file modification and reload the editor content if necessary without asking the user.
PROPERTY_CLEAN_UNIMPORTANT_FILES_ON_SUCCESS - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
When this property is true, all unimportant files, that are associated with processed files are deleted after the command finish successfully.
PROPERTY_COMMANDS_AFTER_FAIL - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
List of comma separated quoted commands, that will be executed after this command fails.
PROPERTY_COMMANDS_AFTER_SUCCESS - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
List of comma separated quoted commands, that will be executed after this command succeeds.
PROPERTY_CONCURRENT_EXECUTION - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
This Integer property can contain values of EXEC_* constants.
PROPERTY_CONCURRENT_EXECUTION_WITH - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
This property has similar meaning as PROPERTY_CONCURRENT_EXECUTION, but contains pairs of command name and integer property enclosed in quotes and delimited by commas.
PROPERTY_CONFIRMATION_MSG - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
If non empty, the user will be asked to confirm this message prior to command execution.
PROPERTY_DATA_REGEX - Static variable in class org.netbeans.modules.vcscore.cmdline.UserCommand
 
PROPERTY_DATA_REGEX_GLOBAL - Static variable in class org.netbeans.modules.vcscore.cmdline.UserCommand
 
PROPERTY_DISABLED_ON_STATUS - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
A string property, that can contain a list of file status attributes.
PROPERTY_DISABLED_WHEN_NOT_LOCKED - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
A boolean property, that when true, the command menu item will be disabled on files that are not locked by the user defined in VcsFileSystem.VAR_LOCKER_USER_NAME variable, or locked by the current user if the variable does not exist.
PROPERTY_DISPLAY_INTERACTIVE_OUTPUT - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
A boolean property, if true a window which shows the output of the command with a possibility to enter an input will pop-up.
PROPERTY_DISPLAY_PLAIN_OUTPUT - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
A boolean property, if true a window which shows the output of the command will pop-up.
PROPERTY_DISPLAY_VISUALIZER - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
A String property that contains the name of the class which represents the GUI visualizer of this command.
PROPERTY_DISTINGUISH_BINARY_FILES - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
This is a boolean property, which should be set to true on commands, that behaves differently on textual and binary files.
PROPERTY_ERROR_REGEX - Static variable in class org.netbeans.modules.vcscore.cmdline.UserCommand
 
PROPERTY_ERROR_REGEX_GLOBAL - Static variable in class org.netbeans.modules.vcscore.cmdline.UserCommand
 
PROPERTY_EXEC - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
This property denotes the executable string.
PROPERTY_EXEC_PRIORITY - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
An Integer property, that defines the execution priority of this command.
PROPERTY_EXEC_SCHEDULED_COMMAND - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
This property contains the name of command, that is executed on scheduled files.
PROPERTY_EXEC_STRUCTURED - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
This property denotes the structured execution property.
PROPERTY_GENERAL_COMMAND_ACTION_CLASS_NAME - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
This String property contains the name of class of an action, that will run this command.
PROPERTY_GENERAL_COMMAND_ACTION_DISPLAY_NAME - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
This String property contains the display name of an action, that will run this command.
PROPERTY_HIDDEN - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
Whether the command will appear on the actions popup menu.
PROPERTY_HIDDEN_TEST_EXPRESSION - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
An expression, which if expands to an empty string, the command will appear on the actions popup menu.
PROPERTY_IGNORE_FAIL - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
When true, the command is supposed to return fail status even when it finish normally.
PROPERTY_INPUT - Static variable in class org.netbeans.modules.vcscore.cmdline.UserCommand
A String property, that defines the input sequence that is sent to the command input.
PROPERTY_INPUT_DESCRIPTOR - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
Describe the components, that will appear in the variable input dialog prior the command is executed.
PROPERTY_INPUT_REPEAT - Static variable in class org.netbeans.modules.vcscore.cmdline.UserCommand
A Boolean property.
PROPERTY_LABEL_MNEMONIC - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
If the command label is not null, this property is used as a mnemonic for the command lanel.
PROPERTY_LIST_INDEX_ATTR - Static variable in class org.netbeans.modules.vcscore.cmdline.UserCommand
 
PROPERTY_LIST_INDEX_DATE - Static variable in class org.netbeans.modules.vcscore.cmdline.UserCommand
 
PROPERTY_LIST_INDEX_FILE_NAME - Static variable in class org.netbeans.modules.vcscore.cmdline.UserCommand
 
PROPERTY_LIST_INDEX_LOCKER - Static variable in class org.netbeans.modules.vcscore.cmdline.UserCommand
 
PROPERTY_LIST_INDEX_REMOVED_FILE_NAME - Static variable in class org.netbeans.modules.vcscore.cmdline.UserCommand
 
PROPERTY_LIST_INDEX_REVISION - Static variable in class org.netbeans.modules.vcscore.cmdline.UserCommand
 
PROPERTY_LIST_INDEX_SIZE - Static variable in class org.netbeans.modules.vcscore.cmdline.UserCommand
 
PROPERTY_LIST_INDEX_STATUS - Static variable in class org.netbeans.modules.vcscore.cmdline.UserCommand
 
PROPERTY_LIST_INDEX_STICKY - Static variable in class org.netbeans.modules.vcscore.cmdline.UserCommand
 
PROPERTY_LIST_INDEX_TIME - Static variable in class org.netbeans.modules.vcscore.cmdline.UserCommand
 
PROPERTY_LOAD_ATTRS_TO_VARS - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
This property can contain the array of attribute names and variable names.
PROPERTY_MERGE_ERROR_TO_STANDARD_OUTPUT - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
A Boolean property indicating whether the error stream should be merged with the standard stream of the command.
PROPERTY_NEEDS_HIERARCHICAL_ORDER - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
A boolean property, if true the files that are to be processed are sorted by the hierarchical order prior calling the command (the child file never goes before its parent).
PROPERTY_NOTIFICATION_FAIL_MSG - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
If non empty, the user will be notified, that the command has failed.
PROPERTY_NOTIFICATION_SUCCESS_MSG - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
If non empty, the user will be notified, that the command has finished successfully.
PROPERTY_NUM_REVISIONS - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
An integer property that means the number of revisions the command can be applied.
PROPERTY_ON_DIR - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
A boolean property, if true, the command can act on folders.
PROPERTY_ON_FILE - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
A boolean property, if true, the command can act on files.
PROPERTY_ON_NON_RECURSIVE_DIR - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
A boolean property, if true, the command can act on non recursive folders.
PROPERTY_ON_ROOT - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
A boolean property, if true, the command can act on the root of the filesystem, if false, the command can act everywhere but on the root.
PROPERTY_PRE_COMMANDS - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
List of comma separated quoted commands, that will be executed before this command is executed.
PROPERTY_PROCESS_ALL_FILES - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
Whether to run this command on all files or ignore unimportant.
PROPERTY_REFRESH_CURRENT_FOLDER - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
When this property is true, refresh of the current folder is performed after successfull execution of this command.
PROPERTY_REFRESH_FILE_RELATIVE_PATH - Static variable in class org.netbeans.modules.vcscore.cmdline.UserCommand
The relative path of files that are returned at index PROPERTY_LIST_INDEX_FILE_NAME.
PROPERTY_REFRESH_FILE_STATUS_SUBSTITUTIONS - Static variable in class org.netbeans.modules.vcscore.cmdline.UserCommand
The list of pairs of quoted regular expressions and the status strings separated by commas.
PROPERTY_REFRESH_INFO_FROM_BOTH_DATA_OUTS - Static variable in class org.netbeans.modules.vcscore.cmdline.UserCommand
The file refresh data information is normally read from the standard data output.
PROPERTY_REFRESH_ON_FAIL - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
An integer property.
PROPERTY_REFRESH_PARENT_FOLDER - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
When this property is true, refresh of the parent folder is performed after successfull execution of this command.
PROPERTY_REFRESH_PARENT_OF_CURRENT_FOLDER - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
When this property is true, refresh of the parent folder of the current folder is performed after successfull execution of this command.
PROPERTY_REFRESH_PROCESSED_FILES - Static variable in class org.netbeans.modules.vcscore.cmdline.UserCommand
When this property is true, refresh of the current folder is performed after successfull execution of this command.
PROPERTY_REFRESH_RECURSIVELY_PATTERN_MATCHED - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
Pattern that when matched from the exec string, the refresh is performed recursively.
PROPERTY_REFRESH_RECURSIVELY_PATTERN_UNMATCHED - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
Pattern that when not matched from the exec string, the refresh is performed recursively.
PROPERTY_RUN_ON_MULTIPLE_FILES - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
A boolean property, if true the command can run on multiple files.
PROPERTY_RUN_ON_MULTIPLE_FILES_IN_FOLDER - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
A boolean property, if true the command can run on multiple files inside a single folder.
PROPERTY_SUPPORTS_ADVANCED_MODE - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
A boolean property that describes if the command supports advanced mode in filesystem.
PROPERTY_USER_PARAMS - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
Value of this property should be an array of Strings.
PROPFILE_EXT - Static variable in class org.netbeans.modules.vcscore.grouping.VcsGroupNode
 
PROP_ADDITIONAL_PROPERTIES - Static variable in class org.netbeans.modules.vcscore.versioning.RevisionItem
 
PROP_ANNOTATION_PATTERN - Static variable in class org.netbeans.modules.vcscore.VcsFileSystem
 
PROP_ANNOTATION_TYPES - Static variable in class org.netbeans.modules.vcscore.VcsFileSystem
 
PROP_AUTHOR - Static variable in class org.netbeans.modules.vcscore.versioning.RevisionItem
 
PROP_AUTO_ADDITION - Static variable in class org.netbeans.modules.vcscore.grouping.VcsGroupSettings
 
PROP_CALL_EDIT - Static variable in class org.netbeans.modules.vcscore.VcsFileSystem
 
PROP_CALL_EDIT_PROMPT - Static variable in class org.netbeans.modules.vcscore.VcsFileSystem
 
PROP_CALL_LOCK - Static variable in class org.netbeans.modules.vcscore.VcsFileSystem
 
PROP_CALL_LOCK_PROMPT - Static variable in class org.netbeans.modules.vcscore.VcsFileSystem
 
PROP_COMMANDS - Static variable in class org.netbeans.modules.vcscore.VcsFileSystem
 
PROP_COMMANDS - Static variable in interface org.netbeans.modules.vcscore.commands.CommandsTree.Provider
The name of the property, that is fired to the listeners when the provided commands change.
PROP_COMMAND_NOTIFICATION - Static variable in class org.netbeans.modules.vcscore.VcsFileSystem
 
PROP_CONTROL - Static variable in interface org.netbeans.modules.vcscore.registry.FSInfo
 
PROP_CREATE_BACKUP_FILES - Static variable in class org.netbeans.modules.vcscore.VcsFileSystem
 
PROP_CREATE_RUNTIME_COMMANDS - Static variable in class org.netbeans.modules.vcscore.VcsFileSystem
 
PROP_CREATE_VERSIONING_EXPLORER - Static variable in class org.netbeans.modules.vcscore.VcsFileSystem
 
PROP_CURRENT_REVISION - Static variable in class org.netbeans.modules.vcscore.versioning.RevisionItem
 
PROP_DATE - Static variable in class org.netbeans.modules.vcscore.versioning.RevisionItem
 
PROP_DEBUG - Static variable in class org.netbeans.modules.vcscore.VcsFileSystem
 
PROP_DISABLE_GROUPS - Static variable in class org.netbeans.modules.vcscore.grouping.VcsGroupSettings
 
PROP_DISPLAY_NAME - Static variable in class org.netbeans.modules.vcscore.versioning.RevisionItem
 
PROP_EXPERT_MODE - Static variable in class org.netbeans.modules.vcscore.VcsFileSystem
 
PROP_FILE_FILTER - Static variable in class org.netbeans.modules.vcscore.VcsFileSystem
 
PROP_ICON - Static variable in interface org.netbeans.modules.vcscore.registry.FSInfo
 
PROP_LOCKER - Static variable in class org.netbeans.modules.vcscore.versioning.RevisionItem
 
PROP_MESSAGE - Static variable in class org.netbeans.modules.vcscore.versioning.RevisionItem
 
PROP_NAME_FOR_INTERNAL_USE_ONLY - Static variable in interface org.netbeans.modules.vcscore.commands.VcsCommand
Properties wich contains this string in their names can be added to the command by the vcscore or any other module.
PROP_NOT_MODIFIABLE_STATUSES - Static variable in class org.netbeans.modules.vcscore.VcsFileSystem
 
PROP_PASSWORD - Static variable in class org.netbeans.modules.vcscore.VcsFileSystem
 
PROP_PROCESS_UNIMPORTANT_FILES - Static variable in class org.netbeans.modules.vcscore.VcsFileSystem
 
PROP_PROMPT_FOR_VARS_FOR_EACH_FILE - Static variable in class org.netbeans.modules.vcscore.VcsFileSystem
 
PROP_REMEMBER_PASSWORD - Static variable in class org.netbeans.modules.vcscore.VcsFileSystem
 
PROP_REVISION - Static variable in class org.netbeans.modules.vcscore.versioning.RevisionItem
 
PROP_ROOT - Static variable in interface org.netbeans.modules.vcscore.registry.FSInfo
 
PROP_SHOW_LINKS - Static variable in class org.netbeans.modules.vcscore.grouping.VcsGroupSettings
 
PROP_TAGS - Static variable in class org.netbeans.modules.vcscore.versioning.RevisionItem
 
PROP_TYPE - Static variable in interface org.netbeans.modules.vcscore.registry.FSInfo
 
PROP_USE_UNIX_SHELL - Static variable in class org.netbeans.modules.vcscore.VcsFileSystem
 
PROP_VARIABLES - Static variable in class org.netbeans.modules.vcscore.VcsFileSystem
 
PROP_VARIABLES_CHANGED - Static variable in class org.netbeans.modules.vcscore.util.VariableInputDialog
This property (which name has the variable name appended) is fired when a variable value has changed.
PROP_VAR_CHANGED - Static variable in class org.netbeans.modules.vcscore.util.VariableInputDialog
This property (which name has the variable name appended) is fired when a variable value has changed.
PROP_VCS_REFRESH_TIME - Static variable in class org.netbeans.modules.vcscore.VcsFileSystem
 
PackageComparator - class org.netbeans.modules.vcscore.ui.PackageComparator.
a comparator for use in TableInfoModel instances.
PackageComparator() - Constructor for class org.netbeans.modules.vcscore.ui.PackageComparator
Creates new Package Comparator
PathComparator - class org.netbeans.modules.vcscore.util.table.PathComparator.
 
PathComparator(String) - Constructor for class org.netbeans.modules.vcscore.util.table.PathComparator
Creates new FileComparator
PreCommandPerformer - class org.netbeans.modules.vcscore.commands.PreCommandPerformer.
This class checks if there are any commands to be run during preprocessing the command.
PreCommandPerformer(CommandExecutionContext, Hashtable) - Constructor for class org.netbeans.modules.vcscore.commands.PreCommandPerformer
Creates new CommandPerformer
PropertiesCommand - interface org.netbeans.api.vcs.commands.PropertiesCommand.
This interface represents the VCS properties command.
ProvidedCommand - interface org.netbeans.modules.vcscore.commands.ProvidedCommand.
This class represents a command which knows about it's VcsCommandsProvider.
parseItems(String, String[]) - Static method in class org.netbeans.modules.vcscore.util.VariableInputDescriptor
Parse the string representation of components into the descriptor object.
parseParameters(StructuredExec) - Static method in class org.netbeans.modules.vcscore.cmdline.exec.ExternalCommand
 
performAction(GeneralCommandAction, FileObject[]) - Method in class org.netbeans.modules.vcscore.VcsActionSupporter
 
performAction(Node[]) - Method in class org.netbeans.modules.vcscore.VcsFSCommandsAction
This action does not have a generic performer, since it's composed from all VCS commands.
performAction(Node[]) - Method in class org.netbeans.modules.vcscore.VcsRevisionAction
 
performAction(Node[]) - Method in class org.netbeans.modules.vcscore.actions.AbstractCommandAction
Deprecated.  
performAction(Node[]) - Method in class org.netbeans.modules.vcscore.actions.AddToGroupAction
 
performAction(Node[], ClusteringAction) - Method in interface org.netbeans.modules.vcscore.actions.ClusterItemVisualizer
 
performAction(GeneralCommandAction, FileObject[]) - Method in class org.netbeans.modules.vcscore.actions.CommandActionSupporter
GeneralCommandAction tells the supporter during the performsAction(Node[] nodes) method to perform the action on the specified FileObjects.
performAction(Node[]) - Method in class org.netbeans.modules.vcscore.actions.GeneralCommandAction
This method doesn't extract the fileobjects from the activated nodes itself, but rather consults delegates to a list of supporters.
performAction() - Method in class org.netbeans.modules.vcscore.actions.GeneralCommandAction
The action performs it's job on the activated nodes..
performAction() - Method in class org.netbeans.modules.vcscore.actions.OpenVersioningAction
 
performAction(Node[]) - Method in class org.netbeans.modules.vcscore.actions.RefreshLocalFolderAction
 
performAction() - Method in class org.netbeans.modules.vcscore.actions.VcsGlobalCommandsAction
 
performAction() - Method in class org.netbeans.modules.vcscore.actions.VcsManagerAction
This method is called by one of the "invokers" as a result of some user's action that should lead to actual "performing" of the action.
performAction(Node[]) - Method in class org.netbeans.modules.vcscore.actions.VcsMountFromTemplateAction
 
performAction() - Method in class org.netbeans.modules.vcscore.actions.VcsOutputAction
Open VCS global options
performAction(Node[]) - Method in class org.netbeans.modules.vcscore.actions.VersioningExplorerAction
 
performAction(Node[]) - Method in class org.netbeans.modules.vcscore.grouping.AddVcsGroupAction
 
performAction(Node[]) - Method in class org.netbeans.modules.vcscore.grouping.RemoveVcsGroupAction
 
performAction() - Method in class org.netbeans.modules.vcscore.grouping.VcsGroupMenuAction
Opens packaging view.
performAction(Node[]) - Method in class org.netbeans.modules.vcscore.versioning.RefreshRevisionsAction
 
performVcsCommand(VcsCommand, VcsFileSystem, Collection, boolean) - Static method in class org.netbeans.modules.vcscore.VcsAction
Deprecated. Perform the specified VCS command on a collection of FileObjects.
performVcsCommand(VcsCommand, VcsFileSystem, Collection, boolean, Hashtable) - Static method in class org.netbeans.modules.vcscore.VcsAction
Deprecated. Perform the specified VCS command on a collection of FileObjects.
postprocessCommand(CommandExecutionContext, VcsCommandExecutor) - Static method in class org.netbeans.modules.vcscore.commands.CommandExecutorSupport
Postprocess the command after it's execution.
preCustomize(CommandExecutionContext, VcsCommand, Hashtable) - Static method in class org.netbeans.modules.vcscore.commands.CommandCustomizationSupport
Perform the pre-customization of a command.
preCustomizeExec(CommandExecutionContext, VcsCommand, Hashtable) - Static method in class org.netbeans.modules.vcscore.commands.CommandCustomizationSupport
Perform the pre-customization of a command's execution string.
preCustomizeStructuredExec(CommandExecutionContext, VcsCommand, Hashtable) - Static method in class org.netbeans.modules.vcscore.commands.CommandCustomizationSupport
Perform the pre-customization of a command's structured execution string.
preferredID() - Method in class org.netbeans.modules.vcscore.commands.CommandOutputTopComponent
 
preferredID() - Method in class org.netbeans.modules.vcscore.grouping.VcsGroupMenuAction.GroupExplorerPanel
 
preferredID() - Method in class org.netbeans.modules.vcscore.versioning.impl.VersioningExplorer.Panel
 
prepareAttribute(FileObject, String) - Method in class org.netbeans.modules.vcscore.turbo.local.FileAttributeQuery
Checks attribute instant availability and schedules its loading.
prepareMeta(FileObject) - Static method in class org.netbeans.modules.vcscore.turbo.Turbo
Instruct system to load data from slow layers.
prependElement(Object) - Method in class org.netbeans.modules.vcscore.util.table.TableInfoModel
 
preprocess(Command) - Method in class org.netbeans.modules.vcscore.commands.CommandProcessor
Pre-process the task.
preprocessCommand(VcsCommand, Hashtable, String, StructuredExec) - Method in class org.netbeans.modules.vcscore.cmdline.ExecuteCommand
This method can be used to do some preprocessing of the command which is to be run.
preprocessCommand(VcsCommandExecutor, Hashtable, VcsFileSystem) - Method in class org.netbeans.modules.vcscore.commands.CommandsPool
Deprecated. Perform preprocessing of a new command.
preprocessCommand(VcsCommand, Hashtable, String, StructuredExec) - Method in interface org.netbeans.modules.vcscore.commands.VcsCommandExecutor
This method can be used to do some preprocessing of the command which is to be run.
preprocessSynchronous(Command) - Method in class org.netbeans.modules.vcscore.commands.CommandProcessor
Pre-process the task.
printDataErrorOutput(String[]) - Method in class org.netbeans.modules.vcscore.cmdline.ExecuteCommand
 
printDataErrorOutputReal(String[]) - Method in class org.netbeans.modules.vcscore.cmdline.ExecuteCommand
 
printDataOutput(String[]) - Method in class org.netbeans.modules.vcscore.cmdline.CommandLineVcsDirReader
 
printDataOutput(String[]) - Method in class org.netbeans.modules.vcscore.cmdline.ExecuteCommand
 
printErrorOutput(String) - Method in class org.netbeans.modules.vcscore.cmdline.ExecuteCommand
 
printOutput(String) - Method in class org.netbeans.modules.vcscore.cmdline.ExecuteCommand
 
process(CommandTaskInfo) - Method in class org.netbeans.modules.vcscore.commands.CommandProcessor
Process the task.
process(String) - Method in class org.netbeans.modules.vcscore.commands.PreCommandPerformer
Execute all commands and insert their output to the exec string.
process(String, Collection) - Method in class org.netbeans.modules.vcscore.commands.PreCommandPerformer
Execute all commands and insert their output to the exec string.
process(String[]) - Method in class org.netbeans.modules.vcscore.commands.PreCommandPerformer
Execute all commands and insert their output to the provided strings.
process(String[], Collection) - Method in class org.netbeans.modules.vcscore.commands.PreCommandPerformer
Execute all commands and insert their output to the provided strings.
processActions() - Method in class org.netbeans.modules.vcscore.util.VariableInputDialog
 
propertyChange(PropertyChangeEvent) - Method in class org.netbeans.modules.vcscore.VcsVisibilityQueryImpl
 
propertyChange(PropertyChangeEvent) - Method in class org.netbeans.modules.vcscore.actions.VcsGlobalCommandsAction
This method gets called when a provider's property is changed.
propertyChange(PropertyChangeEvent) - Method in class org.netbeans.modules.vcscore.grouping.VcsGroupChildren
 
propertyChange(PropertyChangeEvent) - Method in class org.netbeans.modules.vcscore.registry.RecognizedFS
 
propertyChange(PropertyChangeEvent) - Method in class org.netbeans.modules.vcscore.registry.VcsFSProvider
 
propertyChange(PropertyChangeEvent) - Method in class org.netbeans.modules.vcscore.versioning.RevisionNode
 
put(Object, Object) - Method in class org.netbeans.modules.vcscore.util.Table
 
putAll(Map) - Method in class org.netbeans.modules.vcscore.util.Table
 
putValue(String, Object) - Method in class org.netbeans.modules.vcscore.actions.ContextAwareDelegateAction
 

 
A B C D E F G H I J K L M N O P Q R S T U V W
Built on May 4 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.