org.netbeans.modules.subversion.config |
|
Java Source File Name | Type | Comment |
CertificateFile.java | Class | Represents a Subversions file holding a X509Certificate for a realmstring. |
KVFile.java | Class | Handles the credential or property files used by Subversion. |
PasswordFile.java | Class | Represents a file holding the username and password credentials for a realmstring. |
Scrambler.java | Class | Scrambles text (the password) using the standard scheme described in the
CVS protocol version 1.10. |
SvnConfigFiles.java | Class | Handles the Subversions servers and config configuration files.
Everytime the singleton instance is created are the values from the commandline clients
configuration directory merged into the Subversion modules configuration files. |
SvnConfigFilesTest.java | Class | author: Peter Pis author: Test of creation and merging "config" and "servers" subversion administrative files. |
SVNCredentialFile.java | Class | Handles the Subversion credential files. |