Java Doc for ImportCommand.java in  » IDE-Netbeans » cvsclient » org » netbeans » lib » cvsclient » command » importcmd » 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 » IDE Netbeans » cvsclient » org.netbeans.lib.cvsclient.command.importcmd 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.netbeans.lib.cvsclient.command.Command
      org.netbeans.lib.cvsclient.command.BuildableCommand
         org.netbeans.lib.cvsclient.command.importcmd.ImportCommand

ImportCommand
public class ImportCommand extends BuildableCommand (Code)
The import command imports local directory structures into the repository.
author:
   Thomas Singer



Constructor Summary
public  ImportCommand()
    

Method Summary
public  voidaddIgnoredFile(String ignoredFileName)
     Add a file name that is to be ignored by the import.
public  voidaddWrapper(String filenamePattern, KeywordSubstitutionOptions keywordSubstitutionOptions)
    
public  voidaddWrapper(StringPattern filenamePattern, KeywordSubstitutionOptions keywordSubstitutionOptions)
    
public  BuildercreateBuilder(EventManager eventManager)
     Creates the ImportBuilder.
public  voidexecute(ClientServices client, EventManager eventManager)
     Executes thiz command using the set options.
public  StringgetCVSArguments()
    
public  StringgetCVSCommand()
    
public  ListgetIgnoreFiles()
     Get a list of files that are ignored by import.
public  StringgetImportDirectory()
    
public  KeywordSubstitutionOptionsgetKeywordSubstitutionOptions()
     Returns the keyword substitution option.
public  StringgetLogMessage()
     Returns the log message.
public  StringgetModule()
     Returns the module (the in-repository path, where the files should be stored.
public  StringgetOptString()
    
public  StringgetReleaseTag()
     Returns the release tag.
public  StringgetVendorBranch()
     Returns the vendor branch.
public  StringgetVendorTag()
     Returns the vendor tag.
public  MapgetWrappers()
     Returns a map with all wrappers.
public  booleanisUseFileModifTime()
     Tells, whether the file modification time is to be used as the time of the import.
public  voidresetCVSCommand()
    
public  booleansetCVSCommand(char opt, String optArg)
    
public  voidsetImportDirectory(String directory)
     Pints to directoty to import.
public  voidsetKeywordSubstitutionOptions(KeywordSubstitutionOptions keywordSubstitutionOptions)
     Sets the keywords substitution option.
public  voidsetLogMessage(String logMessage)
     Sets the log message.
public  voidsetModule(String module)
     Sets the module (the in-repository path, where the files should be stored).
public  voidsetReleaseTag(String releaseTag)
     Sets the necessary release tag.
public  voidsetUseFileModifTime(boolean useFileModifTime)
     Sets whether the file modification time is to be used as the time of the import.
public  voidsetVendorBranch(String vendorBranch)
     Sets the vendor branch.
public  voidsetVendorTag(String vendorTag)
     Sets the necessary vendor tag.
public  voidsetWrappers(Map wrapperMap)
     Compliant method to addWrapper.


Constructor Detail
ImportCommand
public ImportCommand()(Code)




Method Detail
addIgnoredFile
public void addIgnoredFile(String ignoredFileName)(Code)
Add a file name that is to be ignored by the import.



addWrapper
public void addWrapper(String filenamePattern, KeywordSubstitutionOptions keywordSubstitutionOptions)(Code)



addWrapper
public void addWrapper(StringPattern filenamePattern, KeywordSubstitutionOptions keywordSubstitutionOptions)(Code)



createBuilder
public Builder createBuilder(EventManager eventManager)(Code)
Creates the ImportBuilder.



execute
public void execute(ClientServices client, EventManager eventManager) throws CommandException, AuthenticationException(Code)
Executes thiz command using the set options.



getCVSArguments
public String getCVSArguments()(Code)



getCVSCommand
public String getCVSCommand()(Code)



getIgnoreFiles
public List getIgnoreFiles()(Code)
Get a list of files that are ignored by import.



getImportDirectory
public String getImportDirectory()(Code)



getKeywordSubstitutionOptions
public KeywordSubstitutionOptions getKeywordSubstitutionOptions()(Code)
Returns the keyword substitution option.



getLogMessage
public String getLogMessage()(Code)
Returns the log message.



getModule
public String getModule()(Code)
Returns the module (the in-repository path, where the files should be stored.



getOptString
public String getOptString()(Code)



getReleaseTag
public String getReleaseTag()(Code)
Returns the release tag.



getVendorBranch
public String getVendorBranch()(Code)
Returns the vendor branch.



getVendorTag
public String getVendorTag()(Code)
Returns the vendor tag.



getWrappers
public Map getWrappers()(Code)
Returns a map with all wrappers. For map descriptions see setWrapper()



isUseFileModifTime
public boolean isUseFileModifTime()(Code)
Tells, whether the file modification time is to be used as the time of the import.



resetCVSCommand
public void resetCVSCommand()(Code)



setCVSCommand
public boolean setCVSCommand(char opt, String optArg)(Code)



setImportDirectory
public void setImportDirectory(String directory)(Code)
Pints to directoty to import.



setKeywordSubstitutionOptions
public void setKeywordSubstitutionOptions(KeywordSubstitutionOptions keywordSubstitutionOptions)(Code)
Sets the keywords substitution option.



setLogMessage
public void setLogMessage(String logMessage)(Code)
Sets the log message.



setModule
public void setModule(String module)(Code)
Sets the module (the in-repository path, where the files should be stored).



setReleaseTag
public void setReleaseTag(String releaseTag)(Code)
Sets the necessary release tag.



setUseFileModifTime
public void setUseFileModifTime(boolean useFileModifTime)(Code)
Sets whether the file modification time is to be used as the time of the import.



setVendorBranch
public void setVendorBranch(String vendorBranch)(Code)
Sets the vendor branch. If null is set, the default branch 1.1.1 is used automatically.



setVendorTag
public void setVendorTag(String vendorTag)(Code)
Sets the necessary vendor tag.



setWrappers
public void setWrappers(Map wrapperMap)(Code)
Compliant method to addWrapper. It replaces the whole list of cvswrappers. The Map's structure should be following: Key: instance of StringPattern(fileName wildpattern) Value: instance of KeywordSubstitutionOptions



Fields inherited from org.netbeans.lib.cvsclient.command.BuildableCommand
protected Builder builder(Code)(Java Doc)

Methods inherited from org.netbeans.lib.cvsclient.command.BuildableCommand
public void commandTerminated(TerminationEvent e)(Code)(Java Doc)
public Builder createBuilder(EventManager eventManager)(Code)(Java Doc)
public void execute(ClientServices client, EventManager eventManager) throws CommandException, AuthenticationException(Code)(Java Doc)
protected boolean isBuilderSet()(Code)(Java Doc)
public void messageSent(BinaryMessageEvent e)(Code)(Java Doc)
public void messageSent(MessageEvent e)(Code)(Java Doc)
public void setBuilder(Builder builder)(Code)(Java Doc)

Fields inherited from org.netbeans.lib.cvsclient.command.Command
protected String localDirectory(Code)(Java Doc)

Methods inherited from org.netbeans.lib.cvsclient.command.Command
public Object clone()(Code)(Java Doc)
public void commandTerminated(TerminationEvent e)(Code)(Java Doc)
public void execute(ClientServices client, EventManager eventManager) throws CommandException, CommandAbortedException, AuthenticationException(Code)(Java Doc)
public void fileAdded(FileAddedEvent e)(Code)(Java Doc)
public void fileInfoGenerated(FileInfoEvent e)(Code)(Java Doc)
public void fileRemoved(FileRemovedEvent e)(Code)(Java Doc)
public void fileToRemove(FileToRemoveEvent e)(Code)(Java Doc)
public void fileUpdated(FileUpdatedEvent e)(Code)(Java Doc)
abstract public String getCVSArguments()(Code)(Java Doc)
abstract public String getCVSCommand()(Code)(Java Doc)
public String getDisplayName()(Code)(Java Doc)
final public GlobalOptions getGlobalOptions()(Code)(Java Doc)
final public String getLocalDirectory()(Code)(Java Doc)
final public String getLocalPath()(Code)(Java Doc)
abstract public String getOptString()(Code)(Java Doc)
final public String getRelativeToLocalPathInUnixStyle(File file)(Code)(Java Doc)
final protected static String getTrimmedString(String s)(Code)(Java Doc)
public boolean hasFailed()(Code)(Java Doc)
public void messageSent(MessageEvent e)(Code)(Java Doc)
public void messageSent(BinaryMessageEvent e)(Code)(Java Doc)
public void moduleExpanded(ModuleExpansionEvent e)(Code)(Java Doc)
abstract public void resetCVSCommand()(Code)(Java Doc)
abstract public boolean setCVSCommand(char opt, String optArg)(Code)(Java Doc)
public void setDisplayName(String name)(Code)(Java Doc)
final protected void setLocalDirectory(String localDirectory)(Code)(Java Doc)

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.