NetBeans Architecture Answers for VCS Core API module

WARNING: answering questions version 1.15 rather than the current 1.25.

Interfaces table

Group of java interfaces
Interface NameIn/OutStabilitySpecified in What Document?
OpenAPIsImportedOfficialhttp://openide.netbeans.org/

OpenAPIsExtensionsImportedUnder Developmenthttp://openidex.netbeans.org/

VCSAPIExportedOfficialhttp://www.netbeans.org/download/dev/javadoc/VCSAPI/index.html

VcsCoreImplementationAPIExportedFriend

Group of property interfaces
Interface NameIn/OutStabilitySpecified in What Document?
user.homeImportedPrivate

To get the default initial directory in file choosers and the default mount point of VcsFileSystem.

netbeans.userImportedPrivate

To determine the location of status cache persistent storage and storage of output of VCS commands to prevent OutOfMemoryErrors when commands produce a huge amount of output.

user.nameImportedPrivate

To be able to compare the user name with a file locker name to determine whether the file was locked by the current user or not.

Env-HOMEImportedFriend

This property is provided by core from the set of properties of the underlying operation system. It's used to determine the user's home directory for the purpose of location of .cvspass file and other CVS configuartion files.

Env-HOMEPATHImportedFriend

This property is provided by core from the set of properties of the underlying operation system. It's used to determine the user's home directory for the purpose of location of .cvspass file and other CVS configuartion files on Windows operating system. It's used in conjunction with Env-HOMEDRIVE property.

Env-HOMEDRIVEImportedFriend

This property is provided by core from the set of properties of the underlying operation system. It's used to determine the user's home directory for the purpose of location of .cvspass file and other CVS configuartion files on Windows operating system. It's used in conjunction with Env-HOMEPATH property.

env-cvs_rshImportedFriend

This property is provided by core from the set of properties of the underlying operation system. It's used to determine the default value of CVS_RSH environment variable for :ext: cvs connection method.

env-cvsrootImportedFriend

This property is provided by core from the set of properties of the underlying operation system. It's used to determine the default value of CVSROOT environment variable to be able to preset the CVS configuration.

netbeans.vcsdebugExportedPrivate

If this is true, some internal debug messages are printed. For testing purposes only.


General Information


Project and platform dependencies


Deployment


Compatibility with environment


Access to resources


Lookup of components


Execution Environment


Format of files and protocols


Performance and Scalability


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