Java Doc for OtterProject.java in  » J2EE » enhydra-IDE-plugin » org » enhydra » kelp » common » node » 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 » J2EE » enhydra IDE plugin » org.enhydra.kelp.common.node 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.enhydra.kelp.common.node.OtterProject

All known Subclasses:   org.enhydra.kelp.ant.node.AntProject,
OtterProject
abstract public class OtterProject implements OtterNode(Code)


Field Summary
final public static  intMAP_SCOPE_ALL
    
final public static  intMAP_SCOPE_NONE
    
final public static  intMAP_SCOPE_SELECTED
    
final public static  intTYPE_EN3APP
    
final public static  intTYPE_UNKNOWN
    
final public static  intTYPE_WEBAPP
    


Method Summary
abstract public  voidconfigureRunClass()
    
abstract public  OtterFileNode[]findFileNodesByType(String[] extensions)
     Return all nodes that ends with an extension in the provided extension list.
abstract public  OtterTextFileNode[]getAllDeploymentDescs()
     Return all web.xml nodes.
abstract public  OtterDocumentNode[]getAllDocuments()
     Get all document nodes in the project.
abstract public  OtterFileNode[]getAllInput()
     Get all templates contained in the input directory.
public  OtterXMLCNode[]getAllXMLCNodes()
    
public  JarPlan[]getArchivePlans(boolean validate)
    
public  StringgetAutoDeployFilePath()
    
abstract public  StringgetClassOutputPath()
    
abstract public  StringgetClassPath()
    
abstract public  StringgetCodeGenDefaultDestination()
    
public  String[]getContentTypes()
    
public  StringgetDeployBootstrapPath()
    
public  StringgetDeployInputPath()
    
public  StringgetDeployResourcePath()
    
public  StringgetDeployRootPath()
    
public  intgetDeployType()
    
public  String[]getDocTypes()
    
public  StringgetDodsParameters()
    
public  StringgetDodsRootPath()
    
public  intgetDodsType()
    
public  StringgetDomlFilePath()
    
public  StringgetEnhydraPath()
    
public  ThrowablegetException()
    
public  StringgetExstensionParameter()
    
abstract public  OtterTextFileNodegetFirstPolicy()
     Find and return first .policy node found in project.
public  StringgetGenerateToDirectory()
    
public  intgetMapScope()
    
abstract public  ObjectgetNativeProject()
     Return the IDE implementation of the project node.
abstract public  OtterNodeFactorygetNodeFactory()
    
public  String[]getNonDocumentContentTypes()
    
public  StringgetOutputFilename()
    
public  String[][]getPackageMap()
    
public  StringgetProjectJavaPath()
    
public  StringgetProjectRootName()
    
abstract public  StringgetProperty(String property)
    
public  String[][]getReplacementTable()
    
abstract public  StringgetRootPath()
    
abstract public  StringgetSourcePath()
    
abstract public  String[]getSourcePathArray()
    
public  StringgetSourcePathOf(OtterFileNode node)
    
public  intgetVerifiedMapScope()
    
abstract public  StringgetWorkingPath()
     Get working directory for project run.
public  StringgetXMLCOptionFilePath()
    
public  StringgetXMLCParameters()
    
abstract public  booleanisDefaultProject()
    
public  booleanisDeployBuild()
     Is deployment desired during project build.
public  booleanisDeployContent()
    
public  booleanisDeployEcho()
     Is processing shown during deployment.
public  booleanisDeployInput()
    
public  booleanisDeployInputFilter()
    
public  booleanisDeployOverwrite()
    
public  booleanisDeployRun()
    
public  booleanisDeployStartupJava()
    
public  booleanisDeployStartupJavaReadOnly()
    
public  booleanisDeployStartupRun()
    
public  booleanisDodsBuild()
    
public  booleanisDodsEcho()
     Is processing shown during generating.
public  booleanisDodsOverwrite()
    
abstract public  booleanisOpenBuild()
     Does IDE allow for integrated build.
public  booleanisPrintAccessorInfo()
    
public  booleanisPrintDOM()
    
public  booleanisPrintDocumentInfo()
    
public  booleanisPrintParseInfo()
    
public  booleanisSelected()
    
public  booleanisVerbose()
    
public  booleanisXMLCBuild()
    
protected  booleanreadBooleanProperty(String property, boolean def)
    
public  voidsetArchivePlans(JarPlan[] plans)
    
public  voidsetAutoDeployFile(String path)
    
abstract public  voidsetClassOutputPath(String p)
    
public  voidsetContentTypes(String[] exts)
    
public  voidsetDeployBootstrapPath(String path)
    
public  voidsetDeployBuild(boolean b)
     Set if deployment is desired during project build.
public  voidsetDeployContent(boolean b)
    
public  voidsetDeployEcho(boolean b)
     Set if processing should be shown during deployment.
public  voidsetDeployInput(boolean b)
    
public  voidsetDeployInputFilter(boolean b)
    
public  voidsetDeployInputPath(String path)
    
public  voidsetDeployOverwrite(boolean b)
    
public  voidsetDeployResourcePath(String path)
    
public  voidsetDeployRootPath(String path)
    
public  voidsetDeployRun(boolean b)
    
public  voidsetDeployStartupJava(boolean b)
    
public  voidsetDeployStartupRun(boolean b)
    
public  voidsetDeployType(int type)
    
public  voidsetDocTypes(String[] exts)
    
public  voidsetDodsBootstrapPath(String path)
    
public  voidsetDodsBuild(boolean b)
     Set if deployment is desired during project build.
public  voidsetDodsEcho(boolean b)
     Set if processing should be shown during deployment.
public  voidsetDodsOverwrite(boolean b)
    
public  voidsetDodsParameters(String p)
    
public  voidsetDodsRootPath(String path)
    
public  voidsetDodsType(int type)
    
public  voidsetDomlFilePath(String path)
    
public  voidsetException(Throwable e)
    
public  voidsetExstensionParameter(String ext)
    
public  voidsetMapScope(int i)
    
public  voidsetOutputFilename(String n)
    
public  voidsetPackageMap(String[][] map)
    
public  voidsetPrintAccessorInfo(boolean b)
    
public  voidsetPrintDOM(boolean b)
    
public  voidsetPrintDocumentInfo(boolean b)
    
public  voidsetPrintParseInfo(boolean b)
    
abstract public  voidsetProperty(String property, String value)
    
abstract public  voidsetProperty(String property, int value)
    
public  voidsetReplacementTable(String[][] table)
    
public  voidsetSelected(boolean b)
    
abstract public  voidsetSourcePathArray(String[] pathAsArray)
    
public  voidsetVerbose(boolean b)
    
abstract public  voidsetWorkingPath(String path)
     Set working directory for project run.
public  voidsetXMLCBuild(boolean b)
    
public  voidsetXMLCOptionFilePath(String filename)
    
public  voidsetXMLCParameters(String p)
    
protected  voidwriteBooleanProperty(String property, boolean b)
    

Field Detail
MAP_SCOPE_ALL
final public static int MAP_SCOPE_ALL(Code)



MAP_SCOPE_NONE
final public static int MAP_SCOPE_NONE(Code)



MAP_SCOPE_SELECTED
final public static int MAP_SCOPE_SELECTED(Code)



TYPE_EN3APP
final public static int TYPE_EN3APP(Code)



TYPE_UNKNOWN
final public static int TYPE_UNKNOWN(Code)



TYPE_WEBAPP
final public static int TYPE_WEBAPP(Code)





Method Detail
configureRunClass
abstract public void configureRunClass()(Code)
Method declaration



findFileNodesByType
abstract public OtterFileNode[] findFileNodesByType(String[] extensions)(Code)
Return all nodes that ends with an extension in the provided extension list.
Parameters:
  extensions -



getAllDeploymentDescs
abstract public OtterTextFileNode[] getAllDeploymentDescs()(Code)
Return all web.xml nodes.



getAllDocuments
abstract public OtterDocumentNode[] getAllDocuments()(Code)
Get all document nodes in the project.



getAllInput
abstract public OtterFileNode[] getAllInput()(Code)
Get all templates contained in the input directory.



getAllXMLCNodes
public OtterXMLCNode[] getAllXMLCNodes()(Code)
Method declaration



getArchivePlans
public JarPlan[] getArchivePlans(boolean validate)(Code)



getAutoDeployFilePath
public String getAutoDeployFilePath()(Code)



getClassOutputPath
abstract public String getClassOutputPath()(Code)
Method declaration



getClassPath
abstract public String getClassPath()(Code)
Method declaration



getCodeGenDefaultDestination
abstract public String getCodeGenDefaultDestination()(Code)



getContentTypes
public String[] getContentTypes()(Code)



getDeployBootstrapPath
public String getDeployBootstrapPath()(Code)
Method declaration



getDeployInputPath
public String getDeployInputPath()(Code)



getDeployResourcePath
public String getDeployResourcePath()(Code)



getDeployRootPath
public String getDeployRootPath()(Code)



getDeployType
public int getDeployType()(Code)
Method declaration



getDocTypes
public String[] getDocTypes()(Code)



getDodsParameters
public String getDodsParameters()(Code)
Method declaration



getDodsRootPath
public String getDodsRootPath()(Code)
Method declaration



getDodsType
public int getDodsType()(Code)
Method declaration



getDomlFilePath
public String getDomlFilePath()(Code)
Method declaration



getEnhydraPath
public String getEnhydraPath()(Code)
Method declaration



getException
public Throwable getException()(Code)



getExstensionParameter
public String getExstensionParameter()(Code)
Method declaration



getFirstPolicy
abstract public OtterTextFileNode getFirstPolicy()(Code)
Find and return first .policy node found in project.



getGenerateToDirectory
public String getGenerateToDirectory()(Code)
Method declaration



getMapScope
public int getMapScope()(Code)



getNativeProject
abstract public Object getNativeProject()(Code)
Return the IDE implementation of the project node.



getNodeFactory
abstract public OtterNodeFactory getNodeFactory()(Code)
Method declaration



getNonDocumentContentTypes
public String[] getNonDocumentContentTypes()(Code)



getOutputFilename
public String getOutputFilename()(Code)
Method declaration



getPackageMap
public String[][] getPackageMap()(Code)
Method declaration



getProjectJavaPath
public String getProjectJavaPath()(Code)
Method declaration



getProjectRootName
public String getProjectRootName()(Code)



getProperty
abstract public String getProperty(String property)(Code)
Method declaration
Parameters:
  property -



getReplacementTable
public String[][] getReplacementTable()(Code)
Method declaration



getRootPath
abstract public String getRootPath()(Code)



getSourcePath
abstract public String getSourcePath()(Code)
Method declaration



getSourcePathArray
abstract public String[] getSourcePathArray()(Code)
Method declaration



getSourcePathOf
public String getSourcePathOf(OtterFileNode node)(Code)
Method declaration
Parameters:
  node -



getVerifiedMapScope
public int getVerifiedMapScope()(Code)
Method declaration



getWorkingPath
abstract public String getWorkingPath()(Code)
Get working directory for project run.



getXMLCOptionFilePath
public String getXMLCOptionFilePath()(Code)
Method declaration



getXMLCParameters
public String getXMLCParameters()(Code)
Method declaration



isDefaultProject
abstract public boolean isDefaultProject()(Code)



isDeployBuild
public boolean isDeployBuild()(Code)
Is deployment desired during project build.



isDeployContent
public boolean isDeployContent()(Code)



isDeployEcho
public boolean isDeployEcho()(Code)
Is processing shown during deployment.



isDeployInput
public boolean isDeployInput()(Code)



isDeployInputFilter
public boolean isDeployInputFilter()(Code)
Method declaration



isDeployOverwrite
public boolean isDeployOverwrite()(Code)
Method declaration



isDeployRun
public boolean isDeployRun()(Code)



isDeployStartupJava
public boolean isDeployStartupJava()(Code)
Method declaration



isDeployStartupJavaReadOnly
public boolean isDeployStartupJavaReadOnly()(Code)



isDeployStartupRun
public boolean isDeployStartupRun()(Code)
Method declaration



isDodsBuild
public boolean isDodsBuild()(Code)
Dusan Method declaration



isDodsEcho
public boolean isDodsEcho()(Code)
Is processing shown during generating.



isDodsOverwrite
public boolean isDodsOverwrite()(Code)
Method declaration



isOpenBuild
abstract public boolean isOpenBuild()(Code)
Does IDE allow for integrated build.



isPrintAccessorInfo
public boolean isPrintAccessorInfo()(Code)
Method declaration



isPrintDOM
public boolean isPrintDOM()(Code)
Method declaration



isPrintDocumentInfo
public boolean isPrintDocumentInfo()(Code)
Method declaration



isPrintParseInfo
public boolean isPrintParseInfo()(Code)
Method declaration



isSelected
public boolean isSelected()(Code)



isVerbose
public boolean isVerbose()(Code)
Method declaration



isXMLCBuild
public boolean isXMLCBuild()(Code)
Method declaration



readBooleanProperty
protected boolean readBooleanProperty(String property, boolean def)(Code)
Method declaration
Parameters:
  property -
Parameters:
  def -



setArchivePlans
public void setArchivePlans(JarPlan[] plans)(Code)



setAutoDeployFile
public void setAutoDeployFile(String path)(Code)



setClassOutputPath
abstract public void setClassOutputPath(String p)(Code)



setContentTypes
public void setContentTypes(String[] exts)(Code)



setDeployBootstrapPath
public void setDeployBootstrapPath(String path)(Code)
Method declaration
Parameters:
  conf -



setDeployBuild
public void setDeployBuild(boolean b)(Code)
Set if deployment is desired during project build.



setDeployContent
public void setDeployContent(boolean b)(Code)



setDeployEcho
public void setDeployEcho(boolean b)(Code)
Set if processing should be shown during deployment.



setDeployInput
public void setDeployInput(boolean b)(Code)



setDeployInputFilter
public void setDeployInputFilter(boolean b)(Code)
Method declaration
Parameters:
  b -



setDeployInputPath
public void setDeployInputPath(String path)(Code)



setDeployOverwrite
public void setDeployOverwrite(boolean b)(Code)
Method declaration
Parameters:
  b -



setDeployResourcePath
public void setDeployResourcePath(String path)(Code)



setDeployRootPath
public void setDeployRootPath(String path)(Code)



setDeployRun
public void setDeployRun(boolean b)(Code)



setDeployStartupJava
public void setDeployStartupJava(boolean b)(Code)
Method declaration
Parameters:
  b -



setDeployStartupRun
public void setDeployStartupRun(boolean b)(Code)
Method declaration
Parameters:
  b -



setDeployType
public void setDeployType(int type)(Code)
Method declaration
Parameters:
  b -



setDocTypes
public void setDocTypes(String[] exts)(Code)



setDodsBootstrapPath
public void setDodsBootstrapPath(String path)(Code)
Method declaration
Parameters:
  conf -



setDodsBuild
public void setDodsBuild(boolean b)(Code)
Set if deployment is desired during project build.



setDodsEcho
public void setDodsEcho(boolean b)(Code)
Set if processing should be shown during deployment.



setDodsOverwrite
public void setDodsOverwrite(boolean b)(Code)
Method declaration
Parameters:
  b -



setDodsParameters
public void setDodsParameters(String p)(Code)
Method declaration
Parameters:
  p -



setDodsRootPath
public void setDodsRootPath(String path)(Code)
Method declaration



setDodsType
public void setDodsType(int type)(Code)
Method declaration
Parameters:
  b -



setDomlFilePath
public void setDomlFilePath(String path)(Code)
Method declaration



setException
public void setException(Throwable e)(Code)



setExstensionParameter
public void setExstensionParameter(String ext)(Code)
Method declaration



setMapScope
public void setMapScope(int i)(Code)
Method declaration
Parameters:
  b -



setOutputFilename
public void setOutputFilename(String n)(Code)
Method declaration
Parameters:
  n -



setPackageMap
public void setPackageMap(String[][] map)(Code)
Method declaration
Parameters:
  map -



setPrintAccessorInfo
public void setPrintAccessorInfo(boolean b)(Code)
Method declaration
Parameters:
  b -



setPrintDOM
public void setPrintDOM(boolean b)(Code)
Method declaration
Parameters:
  b -



setPrintDocumentInfo
public void setPrintDocumentInfo(boolean b)(Code)
Method declaration
Parameters:
  b -



setPrintParseInfo
public void setPrintParseInfo(boolean b)(Code)
Method declaration
Parameters:
  b -



setProperty
abstract public void setProperty(String property, String value)(Code)
Method declaration
Parameters:
  property -
Parameters:
  value -



setProperty
abstract public void setProperty(String property, int value)(Code)
Method declaration
Parameters:
  property -
Parameters:
  value -



setReplacementTable
public void setReplacementTable(String[][] table)(Code)
Method declaration
Parameters:
  map -



setSelected
public void setSelected(boolean b)(Code)



setSourcePathArray
abstract public void setSourcePathArray(String[] pathAsArray)(Code)
Method declaration
Parameters:
  pathAsArray -



setVerbose
public void setVerbose(boolean b)(Code)
Method declaration
Parameters:
  b -



setWorkingPath
abstract public void setWorkingPath(String path)(Code)
Set working directory for project run.



setXMLCBuild
public void setXMLCBuild(boolean b)(Code)
Method declaration
Parameters:
  b -



setXMLCOptionFilePath
public void setXMLCOptionFilePath(String filename)(Code)
Method declaration
Parameters:
  filename -



setXMLCParameters
public void setXMLCParameters(String p)(Code)
Method declaration
Parameters:
  p -



writeBooleanProperty
protected void writeBooleanProperty(String property, boolean b)(Code)
Method declaration
Parameters:
  property -
Parameters:
  b -



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.