Java Doc for OctopusGeneratorData.java in  » Database-JDBC-Connection-Pool » octopus » org » webdocwf » util » loader » wizard » 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 » Database JDBC Connection Pool » octopus » org.webdocwf.util.loader.wizard 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.webdocwf.util.loader.wizard.OctopusGeneratorData

OctopusGeneratorData
public class OctopusGeneratorData (Code)
LoaderGeneratorEntry class sets the input parameters
author:
   Radoslav Dutina
version:
   1.0



Constructor Summary
public  OctopusGeneratorData(String confJarStructure)
    

Method Summary
public  StringgetAdditionalPaths()
    
public  StringgetConfJarStructure()
    
public  StringgetDomlGenerate()
    
public  StringgetDomlPath()
    
public  StringgetFullMode()
    
public  StringgetGeneratorOutput()
    
public  StringgetIncludeTableList()
    
public  StringgetLogFileDir()
    
public  StringgetLogFileName()
    
public  StringgetLogMode()
    
public static  String[]getLogModes()
    
public  StringgetPackageName()
    
public  StringgetSourceDatabase()
    
public static  String[]getSourceDatabaseTypes()
    
public  StringgetSourceDriverName()
    
public static  String[]getSourceDriverNames()
    
public  StringgetSourcePassword()
    
public  StringgetSourceType()
    
public  StringgetSourceUser()
    
public  StringgetSqlGenerate()
    
public  StringgetSqlStmtCreateFK()
    
public  StringgetSqlStmtCreateIndex()
    
public  StringgetSqlStmtCreatePK()
    
public  StringgetSqlStmtCreateTable()
    
public  StringgetSqlStmtDropIntegrity()
    
public  StringgetSqlStmtDropTable()
    
public  StringgetSqlStmtForAllVendors()
    
public  StringgetTargetDatabase()
    
public static  String[]getTargetDatabaseTypes()
    
public  StringgetTargetDriverName()
    
public static  String[]getTargetDriverNames()
    
public  StringgetTargetPassword()
    
public  StringgetTargetType()
    
public  StringgetTargetUser()
    
public  StringgetValueMode()
    
public static  String[]getValueModes()
    
public  StringgetXmlGenerate()
    
public  voidsetAdditionalPaths(String additonal_Paths)
    
public  voidsetAllVendorsAndDrivers(Vector all_Vendors, Vector all_VendorsPath)
    
public  voidsetConfJarStructure(String conf_jar_structure)
    
public  voidsetDomlGenerate(String doml_Generate)
    
public  voidsetDomlPath(String doml_Path)
    
public  voidsetFullMode(String full_mode)
    
public  voidsetGeneratorOutput(String generator_Output)
    
public  voidsetIncludeTableList(String incude_table_list)
    
public  voidsetLogFileDir(String log_FileDirectory)
    
public  voidsetLogFileName(String log_FileName)
    
public  voidsetLogMode(String log_Mode)
    
public  voidsetPackageName(String package_Name)
    
public  voidsetSourceDatabase(String source_Database)
    
public  voidsetSourceDriverName(String source_DriverName)
    
public  voidsetSourcePassword(String source_Password)
    
public  voidsetSourceType(String source_Type)
    
public  voidsetSourceUser(String source_User)
    
public  voidsetSqlGenerate(String sql_Generate)
    
public  voidsetSqlStmtCreateFK(String sqlStmt_CreateFK)
    
public  voidsetSqlStmtCreateIndex(String sqlStmt_CreateIndex)
    
public  voidsetSqlStmtCreatePK(String sqlStmt_CreatePK)
    
public  voidsetSqlStmtCreateTable(String sqlStmt_CreateTable)
    
public  voidsetSqlStmtDropIntegrity(String sqlStmt_DropIntegrity)
    
public  voidsetSqlStmtDropTable(String sqlStmt_DropTable)
    
public  voidsetSqlStmtForAllVendors(String sqlStmt_ForAllVendors)
    
public  voidsetTargetDatabase(String target_Database)
    
public  voidsetTargetDriverName(String target_DriverName)
    
public  voidsetTargetPassword(String target_Password)
    
public  voidsetTargetType(String target_Type)
    
public  voidsetTargetUser(String target_User)
    
public  voidsetValueMode(String value_Mode)
    
public  voidsetXmlGenerate(String xml_Generate)
    
public  StringtoConfString()
    


Constructor Detail
OctopusGeneratorData
public OctopusGeneratorData(String confJarStructure) throws LoaderException(Code)
Constuctor of LoaderGeneratorEntry class
throws:
  LoaderException -




Method Detail
getAdditionalPaths
public String getAdditionalPaths()(Code)
This method read the value of additonalPaths parameter value of parameter



getConfJarStructure
public String getConfJarStructure()(Code)
This methos read value of confJarStructure parameter value of parameter



getDomlGenerate
public String getDomlGenerate()(Code)
This method read value of domlGenerate parameter value of parameter



getDomlPath
public String getDomlPath()(Code)
This method read value of domlPath parameter value of parameter



getFullMode
public String getFullMode()(Code)
This methos read value of fullMode parameter value of parameter



getGeneratorOutput
public String getGeneratorOutput()(Code)
This method read value of generatorOutput parameter value of parameter



getIncludeTableList
public String getIncludeTableList()(Code)
This methos read value of includeTableList parameter value of parameter



getLogFileDir
public String getLogFileDir()(Code)
This method read value of logFileDirectory parameter value of parameter



getLogFileName
public String getLogFileName()(Code)
This method read value of logFileName parameter value of parameter



getLogMode
public String getLogMode()(Code)
This method read value of logMods parameter value of parameter



getLogModes
public static String[] getLogModes()(Code)
This method read value of logMod parameter value of parameter



getPackageName
public String getPackageName()(Code)
This method read value of packageName parameter value of parameter



getSourceDatabase
public String getSourceDatabase()(Code)
This method read value of sourceDatabase parameter value of parameter



getSourceDatabaseTypes
public static String[] getSourceDatabaseTypes()(Code)
This method read the value of sourceDatabaseTypes parameter value of parameter



getSourceDriverName
public String getSourceDriverName()(Code)
This method read value of sourceDriverName parameter value of parameter



getSourceDriverNames
public static String[] getSourceDriverNames()(Code)
This method read the value of sourceDriverNames parameter value of parameter



getSourcePassword
public String getSourcePassword()(Code)
This method read value of sourcePassword parameter value of parameter



getSourceType
public String getSourceType()(Code)
This method read value of sourceType parameter value of parameter



getSourceUser
public String getSourceUser()(Code)
This method read value of sourceUser parameter value of parameter



getSqlGenerate
public String getSqlGenerate()(Code)
This method read value of sqlGenerate parameter value of parameter



getSqlStmtCreateFK
public String getSqlStmtCreateFK()(Code)
This method read value of sqlStmtCreateFK parameter value of parameter



getSqlStmtCreateIndex
public String getSqlStmtCreateIndex()(Code)
This method read value of sqlStmtCreateIndex parameter value of parameter



getSqlStmtCreatePK
public String getSqlStmtCreatePK()(Code)
This method read value of sqlStmtCreatePK parameter value of parameter



getSqlStmtCreateTable
public String getSqlStmtCreateTable()(Code)
This method read value of sqlStmtCreateTable parameter value of parameter



getSqlStmtDropIntegrity
public String getSqlStmtDropIntegrity()(Code)
This method read value of sqlStmtDropIntegrity parameter value of parameter



getSqlStmtDropTable
public String getSqlStmtDropTable()(Code)
This method read value of sqlStmtDropTable parameter value of parameter



getSqlStmtForAllVendors
public String getSqlStmtForAllVendors()(Code)
This method read value of sqlStmtForAllVendors parameter value of parameter



getTargetDatabase
public String getTargetDatabase()(Code)
This method read value of targetDatabase parameter value of parameter



getTargetDatabaseTypes
public static String[] getTargetDatabaseTypes()(Code)
This method read the value of targetDatabaseTypes parameter value of parameter



getTargetDriverName
public String getTargetDriverName()(Code)
This method read value of targetDriverName parameter value of parameter



getTargetDriverNames
public static String[] getTargetDriverNames()(Code)
This method read the value of sourceDriverNames parameter value of parameter



getTargetPassword
public String getTargetPassword()(Code)
This method read value of targetPassword parameter value of parameter



getTargetType
public String getTargetType()(Code)
This method read value of targetType parameter value of parameter



getTargetUser
public String getTargetUser()(Code)
This method read value of targetUser parameter value of parameter



getValueMode
public String getValueMode()(Code)
This method read value of valueMode parameter value of parameter



getValueModes
public static String[] getValueModes()(Code)
This method read the value of valueModes parameter value of parameter



getXmlGenerate
public String getXmlGenerate()(Code)
This method read value of xmlGenerate parameter value of parameter



setAdditionalPaths
public void setAdditionalPaths(String additonal_Paths)(Code)
This method sets the additionalPaths parameter
Parameters:
  additonal_Paths - is the value of paramter



setAllVendorsAndDrivers
public void setAllVendorsAndDrivers(Vector all_Vendors, Vector all_VendorsPath) throws LoaderException(Code)
This method set value of targetDrivers and sourceDrivers parameters
Parameters:
  all_Vendors - is vector which represents all named vendors
Parameters:
  all_VendorsPath - is vector which represents all vendors path
throws:
  LoaderException -



setConfJarStructure
public void setConfJarStructure(String conf_jar_structure)(Code)
This method set value of confJarStructure parameter
Parameters:
  conf_jar_structure - is value of parameter



setDomlGenerate
public void setDomlGenerate(String doml_Generate)(Code)
This method sets value of domlGenerate parameter
Parameters:
  doml_Generate - is value of parameter



setDomlPath
public void setDomlPath(String doml_Path)(Code)
This method sets value of domlPath parameter
Parameters:
  doml_Path - is value of parameter



setFullMode
public void setFullMode(String full_mode)(Code)
This method set value of fullMode parameter
Parameters:
  full_mode - is value of parameter



setGeneratorOutput
public void setGeneratorOutput(String generator_Output)(Code)
This method sets value of generatorOutput parameter
Parameters:
  generator_Output - is value of parameter



setIncludeTableList
public void setIncludeTableList(String incude_table_list)(Code)
This method set value of includeTableList parameter
Parameters:
  incude_table_list - is value of parameter



setLogFileDir
public void setLogFileDir(String log_FileDirectory)(Code)
This method set value of logFileDirectory parameter
Parameters:
  log_FileDirectory - is value of parameter



setLogFileName
public void setLogFileName(String log_FileName)(Code)
This method set value of logFileName parameter
Parameters:
  log_FileName - is value of parameter



setLogMode
public void setLogMode(String log_Mode)(Code)
This mehod set value of logMode parameter
Parameters:
  log_Mode - is value of parameter



setPackageName
public void setPackageName(String package_Name)(Code)
This method sets value of packageName parameter
Parameters:
  package_Name - is value of parameter



setSourceDatabase
public void setSourceDatabase(String source_Database)(Code)
This method sets value of sourceDatabase parameter
Parameters:
  source_Database - is value of parameter



setSourceDriverName
public void setSourceDriverName(String source_DriverName)(Code)
This method sets value of sourceDriverName parameter
Parameters:
  source_DriverName - is value of parameter



setSourcePassword
public void setSourcePassword(String source_Password)(Code)
This method sets value of sourcePassword parameter
Parameters:
  source_Password - is value of paramter



setSourceType
public void setSourceType(String source_Type)(Code)
This method sets the value of sourceType parameter
Parameters:
  source_Type - is value of parameter



setSourceUser
public void setSourceUser(String source_User)(Code)
This method sets value of sourceUser parameter
Parameters:
  source_User - is value of parameter



setSqlGenerate
public void setSqlGenerate(String sql_Generate)(Code)
This method sets value of sqlGenerate parameter
Parameters:
  sql_Generate - is value of parameter



setSqlStmtCreateFK
public void setSqlStmtCreateFK(String sqlStmt_CreateFK)(Code)
This method sets value of sqlStmtCreateFK parameter
Parameters:
  sqlStmt_CreateFK - is value of parameter



setSqlStmtCreateIndex
public void setSqlStmtCreateIndex(String sqlStmt_CreateIndex)(Code)
This method sets value of sqlStmtCreateIndex parameter
Parameters:
  sqlStmt_CreateIndex - is value of parameter



setSqlStmtCreatePK
public void setSqlStmtCreatePK(String sqlStmt_CreatePK)(Code)
This method sets value of sqlStmtCreatePK parameter
Parameters:
  sqlStmt_CreatePK - is value of parameter



setSqlStmtCreateTable
public void setSqlStmtCreateTable(String sqlStmt_CreateTable)(Code)
This method sets value of sqlStmtCreateTable parameter
Parameters:
  sqlStmt_CreateTable - is value of parameter



setSqlStmtDropIntegrity
public void setSqlStmtDropIntegrity(String sqlStmt_DropIntegrity)(Code)
This method sets value of sqlStmtDropIntegrity parameter
Parameters:
  sqlStmt_DropIntegrity - is value of parameter



setSqlStmtDropTable
public void setSqlStmtDropTable(String sqlStmt_DropTable)(Code)
This method sets value of sqlStmtDropTable parameter
Parameters:
  sqlStmt_DropTable - is value of parameter



setSqlStmtForAllVendors
public void setSqlStmtForAllVendors(String sqlStmt_ForAllVendors)(Code)
This method sets value of sqlStmtForAllVendors parameter
Parameters:
  sqlStmt_ForAllVendors - is value of parameter



setTargetDatabase
public void setTargetDatabase(String target_Database)(Code)
This method sets value of targetDatabase parameter
Parameters:
  target_Database - is value of parameter



setTargetDriverName
public void setTargetDriverName(String target_DriverName)(Code)
This method sets value of targetDriverName parameter
Parameters:
  target_DriverName - is value of parameter



setTargetPassword
public void setTargetPassword(String target_Password)(Code)
This method sets value of targetPassword parameter
Parameters:
  target_Password - is value of parameter



setTargetType
public void setTargetType(String target_Type)(Code)
This method sets value of targetType parameter
Parameters:
  target_Type - is value of parameter



setTargetUser
public void setTargetUser(String target_User)(Code)
This method sets value of targetUser parameter
Parameters:
  target_User - is value of parameter



setValueMode
public void setValueMode(String value_Mode)(Code)
This method sets value of valueMode parameter
Parameters:
  value_Mode - is value of parameter



setXmlGenerate
public void setXmlGenerate(String xml_Generate)(Code)
This method sets value of xmlenerate parameter
Parameters:
  xml_Generate - is value of parameter



toConfString
public String toConfString()(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.