Java Doc for CVSProject.java in  » Source-Control » jcvsweb » com » ice » cvsc » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Source Control » jcvsweb » com.ice.cvsc 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.ice.cvsc.CVSProject

CVSProject
public class CVSProject extends Object implements CVSResponseHandler(Code)
The CVSProject class implements the concept of a local CVS project directory. A local project directory can be thought of as a local source code working directory that contains a CVS directory containing CVS administration files. Combined with CVSClient, this class provides everything you need to communicate with a CVS Server and maintain local working directories for CVS repositories.
version:
   $Revision: 2.26 $
author:
   Timothy Gerard Endres, .
See Also:   CVSClient


Field Summary
final public static  StringRCS_ID
    
final public static  StringRCS_REV
    
public static  booleandebugEntryIO
    
public static  booleandeepDebug
    
public static  booleanoverTraceProcessing
    
public static  booleanoverTraceRequest
    
public static  booleanoverTraceResponse
    
public static  booleanoverTraceTCP
    

Constructor Summary
public  CVSProject()
     Constructs a new CVSProject object.
public  CVSProject(CVSClient client)
     Constructs a new CVSProject object, setting the project's client to the one provided.

Method Summary
public  voidaddEntryNotify(CVSEntryVector entries, String type, String options)
    
public  voidaddNewEntry(CVSEntry entry)
    
public static  StringadminPathToRootPath(String dirName)
     Parses a valid CVS Administration Directory path and returns the pathname of the working directory that the administration directory belongs to.
public  booleanallowsGzipFileMode()
    
public  booleancheckOverwrite(CVSEntry entry, File file)
    
public  booleancheckReleaseStatus(CVSIgnore ignore, Vector mods, Vector adds, Vector rems, Vector unks)
     This is used for the 'release' command to determine if the project has any modifications the user might not want to lose.
public  booleancopyFile(File from, File to, int translation, boolean isGZIPed)
    
public  booleancopyFileAscii(File from, File to, boolean isGZIPed)
    
public  booleancopyFileRaw(File from, File to, boolean isGZIPed)
    
public  CVSEntrycreateItemEntry(CVSResponseItem item)
    
public  StringBufferdumpCVSProject(StringBuffer buf, String description)
    
public  StringBufferdumpEntry(StringBuffer buf, String prefix, CVSEntry dirEntry)
    
public  booleanensureEntryHierarchy(String localDirectory, String repository)
    
public  booleanensureLocalTree(File localFile, boolean ensureAdmin)
    
public  booleanensureProperWorkingDirectory(String localRoot, String subPath, boolean ensureAdmin)
    
public  CVSResponseensureRepositoryPath(CVSUserInterface ui, String localDirectory, CVSResponse resultResp)
     Guarentees that the repository contains the path specified. This will in turn invoke server commands to create the directories needed to make the path exist, so this can and will change the repository on the server.
public static  StringentriesPathToAdminPath(String entriesPath)
     Parses a valid CVS Entries File pathname and returns the pathname of the admin directory that the entries files belongs to.
public  CVSEntryentryLineToEntry(String entryLine)
    
public  voidestablishNewDirSticky(CVSRequest request, CVSEntry entry)
     This methods deal with adding a new directory which is not yet in the repository, and yet, whose parent directory has a sticky tag set.
public  voidestablishRootEntry(String repository)
    
public  voidestablishStatics(CVSRequest request)
    
public  voidestablishStickys(CVSRequest request)
    
public static  StringgetAdminEntriesPath(String adminDirPath)
     Given the administrative directory pathname, return the full pathname of the 'Entries' file.
public static  StringgetAdminNotifyPath(String adminDirPath)
     Given the administrative directory pathname, return the full pathname of the 'Notify' file.
public static  StringgetAdminPrefsPath(String adminDirPath)
     Given the administrative directory pathname, return the full pathname of the project preferences file.
public static  StringgetAdminRepositoryPath(String adminDirPath)
     Given the administrative directory pathname, return the full pathname of the 'Repository' file.
public static  StringgetAdminRootPath(String adminDirPath)
     Given the administrative directory pathname, return the full pathname of the 'Root' file.
public  CVSClientgetClient()
     Returns the client this project is set to use.
public  intgetConnectionMethod()
    
public  intgetConnectionPort()
    
public  CVSEntrygetDirEntryForLocalDir(String localDir)
     Given a 'local directory' (in the protocol sense), get the corresponding directory CVSEntry.
public  FilegetEntryFile(CVSEntry entry)
    
public  intgetGzipStreamLevel()
    
public  FilegetLocalEntryFile(CVSEntry entry)
    
public  StringgetLocalRootDirectory()
    
public  StringgetLocalRootPath()
     Returns the full local pathname for the root directory of this project.
public  StringgetPassword()
    
 CVSEntrygetPathIgnoringCase(String subPath)
     Given a repository path, which was not found in the pathTable, determine if the path is in the table if case is ignored.
public  CVSProjectDefgetProjectDef()
    
public  StringgetRepository()
    
public  StringgetRootDirectory()
    
public  CVSEntrygetRootEntry()
    
public  StringgetRshProcess()
    
public  StringgetServerCommand()
    
public  String[]getSetVariables()
     Returns the project's user set variables.
public  StringgetTempDirectory()
    
public  StringgetUserName()
    
public  booleanhandleResponseItem(CVSRequest request, CVSResponse response, CVSResponseItem item)
    
public  booleanhasValidLogin(String userName)
    
public  voidincludeNotifies(CVSRequest request)
    
public  booleanisLocalFileModified(CVSEntry entry)
    
public  booleanisPServer()
    
public  booleanisSSHServer()
    
public static  booleanisValidAdminPath(String dirName)
     Determines if a pathname, provided by the dirName parameter, is a valid CVS administration directory (i.e., is a directory named 'CVS').
public  CVSEntrylocateEntry(String fullPath)
    
public  voidmoveLocalFile(File localFile, String versionStr)
    
public  StringnormalizeLocalDirectory(String pathName, String repository)
     Given a local-directory returned from the server, make sure the local-directory is in a format that jCVS can make use of (i.e., via the pathTable). Currently, the only case handled is when local-directory is './', which forces us to locate from pathTable.
Parameters:
  pathName - The local-directory from the server.
Parameters:
  repository - The repository the server sent with this local-directory.
public  voidopenProject(File localRootFile)
    
public  CVSNotifyItemparseNotifyLine(String notifyLine)
    
public  booleanperformCVSRequest(CVSRequest request)
    
public  booleanperformCVSRequest(CVSRequest request, CVSResponse response)
    
public  booleanperformCopyFile(CVSResponseItem item)
    
public  booleanprocessCVSResponse(CVSRequest request, CVSResponse response)
    
protected  booleanprocessNotified(CVSResponseItem item)
    
public  voidpruneEmptySubDirs(boolean saveAdminFiles)
    
public  voidpruneEmptySubDirs(CVSEntry parent)
    
public  booleanreadEntries()
    
public  CVSEntryVectorreadEntriesFile(CVSEntry dirEntry, File workingDirectory)
    
public  StringreadRepository(File reposFile)
    
public  StringreadRootDirectory(File rootFile)
    
public  voidreleaseProject()
    
public  voidremoveAllEntries()
    
public  booleanremoveEntriesItem(CVSResponseItem item)
    
public  StringreposNameToFileName(String fullRepos)
    
public  StringreposNameToRepository(String fullRepos)
    
public static  StringrootPathToAdminPath(String dirName)
     Given a root path, returns the administration directory path corresponding to root's project.
public  voidsetAllowsGzipFileMode(boolean allow)
    
public  voidsetClient(CVSClient client)
    
public  voidsetConnectionMethod(int method)
    
public  voidsetConnectionPort(int port)
    
public  voidsetGzipStreamLevel(int level)
    
public  voidsetLocalRootDirectory(String dirName)
    
public  voidsetPServer(boolean isPServer)
    
public  voidsetPassword(String password)
    
public  voidsetProjectDef(CVSProjectDef projectDef)
    
public  voidsetRepository(String repository)
    
public  voidsetRootDirectory(String rootDirectory)
    
public  voidsetRshProcess(String rshProcess)
    
public  voidsetServerCommand(String command)
    
public  voidsetSetVariables(String[] vars)
     Sets the project's user set variables.
public  booleansetStaticDirectory(CVSResponseItem item, boolean isSet, boolean writeFile)
    
public  booleansetSticky(CVSResponseItem item, boolean isSet, boolean writeFile)
    
public  voidsetTempDirectory(String dirName)
    
public  voidsetUserName(String name)
    
public  StringtoString()
    
public  voiduiDisplayProgramError(String error)
    
public  voiduiDisplayProgressMsg(String message)
    
public  voiduiDisplayResponse(CVSResponse response)
    
public  voidupdateEntriesItem(CVSEntry newEntry)
     Given an entry, update the entry in our project.
public  booleanupdateLocalFile(CVSResponseItem item, CVSEntry entry, File localFile)
    
public static  booleanverifyAdminDirectory(String dirName)
     Verifies that a directory path is a valid CVS administration directory.
public  booleanverifyPassword(CVSUserInterface ui, String userName, String password, boolean trace)
    
public  booleanwriteAdminEntriesFile(File entriesFile, CVSEntryVector entries)
    
public  booleanwriteAdminFiles()
    
public  booleanwriteAdminRepositoryFile(File repFile, String repository)
    
public  booleanwriteAdminRootFile(File rootFile, String rootDirectoryStr)
    

Field Detail
RCS_ID
final public static String RCS_ID(Code)



RCS_REV
final public static String RCS_REV(Code)



debugEntryIO
public static boolean debugEntryIO(Code)



deepDebug
public static boolean deepDebug(Code)



overTraceProcessing
public static boolean overTraceProcessing(Code)



overTraceRequest
public static boolean overTraceRequest(Code)



overTraceResponse
public static boolean overTraceResponse(Code)



overTraceTCP
public static boolean overTraceTCP(Code)




Constructor Detail
CVSProject
public CVSProject()(Code)
Constructs a new CVSProject object.



CVSProject
public CVSProject(CVSClient client)(Code)
Constructs a new CVSProject object, setting the project's client to the one provided.
Parameters:
  client - A CVSClient object to be used by thisproject for all CVS server requests.




Method Detail
addEntryNotify
public void addEntryNotify(CVSEntryVector entries, String type, String options)(Code)



addNewEntry
public void addNewEntry(CVSEntry entry)(Code)



adminPathToRootPath
public static String adminPathToRootPath(String dirName)(Code)
Parses a valid CVS Administration Directory path and returns the pathname of the working directory that the administration directory belongs to. In other words, it returns the directory's parent.
Parameters:
  dirName - the pathname of the admin directory



allowsGzipFileMode
public boolean allowsGzipFileMode()(Code)



checkOverwrite
public boolean checkOverwrite(CVSEntry entry, File file)(Code)



checkReleaseStatus
public boolean checkReleaseStatus(CVSIgnore ignore, Vector mods, Vector adds, Vector rems, Vector unks)(Code)
This is used for the 'release' command to determine if the project has any modifications the user might not want to lose. True if the project has any changes user might want to save.



copyFile
public boolean copyFile(File from, File to, int translation, boolean isGZIPed)(Code)



copyFileAscii
public boolean copyFileAscii(File from, File to, boolean isGZIPed)(Code)



copyFileRaw
public boolean copyFileRaw(File from, File to, boolean isGZIPed)(Code)



createItemEntry
public CVSEntry createItemEntry(CVSResponseItem item)(Code)



dumpCVSProject
public StringBuffer dumpCVSProject(StringBuffer buf, String description)(Code)



dumpEntry
public StringBuffer dumpEntry(StringBuffer buf, String prefix, CVSEntry dirEntry)(Code)



ensureEntryHierarchy
public boolean ensureEntryHierarchy(String localDirectory, String repository)(Code)



ensureLocalTree
public boolean ensureLocalTree(File localFile, boolean ensureAdmin)(Code)



ensureProperWorkingDirectory
public boolean ensureProperWorkingDirectory(String localRoot, String subPath, boolean ensureAdmin)(Code)



ensureRepositoryPath
public CVSResponse ensureRepositoryPath(CVSUserInterface ui, String localDirectory, CVSResponse resultResp)(Code)
Guarentees that the repository contains the path specified. This will in turn invoke server commands to create the directories needed to make the path exist, so this can and will change the repository on the server. The repositoryPath is relative to the repository's root directory.
Parameters:
  ui - The CVS User Interface to display the progress.
Parameters:
  localDirectory - The relative path to ensure. A CVSResponse with the results of each directory 'add'.



entriesPathToAdminPath
public static String entriesPathToAdminPath(String entriesPath)(Code)
Parses a valid CVS Entries File pathname and returns the pathname of the admin directory that the entries files belongs to. In other words, it returns the directory's parent.
Parameters:
  entriesPath - The pathname of the Entries file.



entryLineToEntry
public CVSEntry entryLineToEntry(String entryLine)(Code)



establishNewDirSticky
public void establishNewDirSticky(CVSRequest request, CVSEntry entry)(Code)
This methods deal with adding a new directory which is not yet in the repository, and yet, whose parent directory has a sticky tag set. We wish to "inherit" that tag...



establishRootEntry
public void establishRootEntry(String repository)(Code)

Parameters:
  repository - The server's repository pathname for the root.



establishStatics
public void establishStatics(CVSRequest request)(Code)



establishStickys
public void establishStickys(CVSRequest request)(Code)



getAdminEntriesPath
public static String getAdminEntriesPath(String adminDirPath)(Code)
Given the administrative directory pathname, return the full pathname of the 'Entries' file.
Parameters:
  adminDirPath - The pathname of the admin ('CVS') directory.



getAdminNotifyPath
public static String getAdminNotifyPath(String adminDirPath)(Code)
Given the administrative directory pathname, return the full pathname of the 'Notify' file.
Parameters:
  adminDirPath - The pathname of the admin ('CVS') directory.



getAdminPrefsPath
public static String getAdminPrefsPath(String adminDirPath)(Code)
Given the administrative directory pathname, return the full pathname of the project preferences file.
Parameters:
  adminDirPath - The pathname of the admin ('CVS') directory.



getAdminRepositoryPath
public static String getAdminRepositoryPath(String adminDirPath)(Code)
Given the administrative directory pathname, return the full pathname of the 'Repository' file.
Parameters:
  adminDirPath - The pathname of the admin ('CVS') directory.



getAdminRootPath
public static String getAdminRootPath(String adminDirPath)(Code)
Given the administrative directory pathname, return the full pathname of the 'Root' file.
Parameters:
  adminDirPath - The pathname of the admin ('CVS') directory.



getClient
public CVSClient getClient()(Code)
Returns the client this project is set to use. the project's client.
See Also:   CVSClient



getConnectionMethod
public int getConnectionMethod()(Code)



getConnectionPort
public int getConnectionPort()(Code)



getDirEntryForLocalDir
public CVSEntry getDirEntryForLocalDir(String localDir)(Code)
Given a 'local directory' (in the protocol sense), get the corresponding directory CVSEntry. This method will return null if the directory hierarchy has not been "ensured" yet.
Parameters:
  localDir - The directory's 'local directory' name.



getEntryFile
public File getEntryFile(CVSEntry entry)(Code)



getGzipStreamLevel
public int getGzipStreamLevel()(Code)



getLocalEntryFile
public File getLocalEntryFile(CVSEntry entry)(Code)



getLocalRootDirectory
public String getLocalRootDirectory()(Code)



getLocalRootPath
public String getLocalRootPath()(Code)
Returns the full local pathname for the root directory of this project. Full pathname of project's local root directory.



getPassword
public String getPassword()(Code)



getPathIgnoringCase
CVSEntry getPathIgnoringCase(String subPath)(Code)
Given a repository path, which was not found in the pathTable, determine if the path is in the table if case is ignored. This is to support platforms which have case insensitive path names.
Parameters:
  subPath - The path to check for in the table. The CVSEntry representing the path's directory.



getProjectDef
public CVSProjectDef getProjectDef()(Code)



getRepository
public String getRepository()(Code)



getRootDirectory
public String getRootDirectory()(Code)



getRootEntry
public CVSEntry getRootEntry()(Code)



getRshProcess
public String getRshProcess()(Code)



getServerCommand
public String getServerCommand()(Code)



getSetVariables
public String[] getSetVariables()(Code)
Returns the project's user set variables. The project's user set variables.



getTempDirectory
public String getTempDirectory()(Code)



getUserName
public String getUserName()(Code)



handleResponseItem
public boolean handleResponseItem(CVSRequest request, CVSResponse response, CVSResponseItem item)(Code)



hasValidLogin
public boolean hasValidLogin(String userName)(Code)



includeNotifies
public void includeNotifies(CVSRequest request)(Code)



isLocalFileModified
public boolean isLocalFileModified(CVSEntry entry)(Code)



isPServer
public boolean isPServer()(Code)



isSSHServer
public boolean isSSHServer()(Code)



isValidAdminPath
public static boolean isValidAdminPath(String dirName)(Code)
Determines if a pathname, provided by the dirName parameter, is a valid CVS administration directory (i.e., is a directory named 'CVS').
Parameters:
  dirName - the pathname of the directory in question



locateEntry
public CVSEntry locateEntry(String fullPath)(Code)



moveLocalFile
public void moveLocalFile(File localFile, String versionStr) throws CVSFileException(Code)



normalizeLocalDirectory
public String normalizeLocalDirectory(String pathName, String repository)(Code)
Given a local-directory returned from the server, make sure the local-directory is in a format that jCVS can make use of (i.e., via the pathTable). Currently, the only case handled is when local-directory is './', which forces us to locate from pathTable.
Parameters:
  pathName - The local-directory from the server.
Parameters:
  repository - The repository the server sent with this local-directory. The normalized local-directory, or null if it does not exist.



openProject
public void openProject(File localRootFile) throws IOException(Code)



parseNotifyLine
public CVSNotifyItem parseNotifyLine(String notifyLine)(Code)



performCVSRequest
public boolean performCVSRequest(CVSRequest request)(Code)



performCVSRequest
public boolean performCVSRequest(CVSRequest request, CVSResponse response)(Code)



performCopyFile
public boolean performCopyFile(CVSResponseItem item)(Code)



processCVSResponse
public boolean processCVSResponse(CVSRequest request, CVSResponse response)(Code)



processNotified
protected boolean processNotified(CVSResponseItem item)(Code)



pruneEmptySubDirs
public void pruneEmptySubDirs(boolean saveAdminFiles)(Code)



pruneEmptySubDirs
public void pruneEmptySubDirs(CVSEntry parent)(Code)



readEntries
public boolean readEntries()(Code)



readEntriesFile
public CVSEntryVector readEntriesFile(CVSEntry dirEntry, File workingDirectory)(Code)

Parameters:
  dirEntry - The entry of the directory being loaded.
Parameters:
  workingDirectory - The local file system directory of dirEntry.



readRepository
public String readRepository(File reposFile)(Code)



readRootDirectory
public String readRootDirectory(File rootFile)(Code)



releaseProject
public void releaseProject()(Code)



removeAllEntries
public void removeAllEntries()(Code)



removeEntriesItem
public boolean removeEntriesItem(CVSResponseItem item)(Code)



reposNameToFileName
public String reposNameToFileName(String fullRepos)(Code)



reposNameToRepository
public String reposNameToRepository(String fullRepos)(Code)



rootPathToAdminPath
public static String rootPathToAdminPath(String dirName)(Code)
Given a root path, returns the administration directory path corresponding to root's project.
Parameters:
  dirName - the pathname of the root directory



setAllowsGzipFileMode
public void setAllowsGzipFileMode(boolean allow)(Code)



setClient
public void setClient(CVSClient client)(Code)



setConnectionMethod
public void setConnectionMethod(int method)(Code)



setConnectionPort
public void setConnectionPort(int port)(Code)



setGzipStreamLevel
public void setGzipStreamLevel(int level)(Code)



setLocalRootDirectory
public void setLocalRootDirectory(String dirName)(Code)



setPServer
public void setPServer(boolean isPServer)(Code)



setPassword
public void setPassword(String password)(Code)



setProjectDef
public void setProjectDef(CVSProjectDef projectDef)(Code)



setRepository
public void setRepository(String repository)(Code)



setRootDirectory
public void setRootDirectory(String rootDirectory)(Code)



setRshProcess
public void setRshProcess(String rshProcess)(Code)



setServerCommand
public void setServerCommand(String command)(Code)



setSetVariables
public void setSetVariables(String[] vars)(Code)
Sets the project's user set variables.
Parameters:
  vars - The new user set variables.



setStaticDirectory
public boolean setStaticDirectory(CVSResponseItem item, boolean isSet, boolean writeFile)(Code)



setSticky
public boolean setSticky(CVSResponseItem item, boolean isSet, boolean writeFile)(Code)



setTempDirectory
public void setTempDirectory(String dirName)(Code)



setUserName
public void setUserName(String name)(Code)



toString
public String toString()(Code)



uiDisplayProgramError
public void uiDisplayProgramError(String error)(Code)



uiDisplayProgressMsg
public void uiDisplayProgressMsg(String message)(Code)



uiDisplayResponse
public void uiDisplayResponse(CVSResponse response)(Code)



updateEntriesItem
public void updateEntriesItem(CVSEntry newEntry)(Code)
Given an entry, update the entry in our project. If the entry is new (not found), then add it to our project.
Parameters:
  newEntry - The entry to update.



updateLocalFile
public boolean updateLocalFile(CVSResponseItem item, CVSEntry entry, File localFile)(Code)



verifyAdminDirectory
public static boolean verifyAdminDirectory(String dirName)(Code)
Verifies that a directory path is a valid CVS administration directory. This checks for the correct name ('CVS'), and that the necessary files ('Entries', 'Root' and 'Repository') are present.
Parameters:
  dirName - the pathname of the admin directory true if directory is valid, otherwise false



verifyPassword
public boolean verifyPassword(CVSUserInterface ui, String userName, String password, boolean trace)(Code)



writeAdminEntriesFile
public boolean writeAdminEntriesFile(File entriesFile, CVSEntryVector entries)(Code)



writeAdminFiles
public boolean writeAdminFiles()(Code)



writeAdminRepositoryFile
public boolean writeAdminRepositoryFile(File repFile, String repository)(Code)



writeAdminRootFile
public boolean writeAdminRootFile(File rootFile, String rootDirectoryStr)(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.