Java Doc for JacIDL.java in  » Collaboration » JacORB » org » jacorb » idl » 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 » Collaboration » JacORB » org.jacorb.idl 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.jacorb.idl.JacIDL

JacIDL
public class JacIDL extends MatchingTask (Code)
This is the idl compile task for using the idl compiler from the ANT build tool.
author:
   Wei-ju Wu
version:
   $Id: JacIDL.java,v 1.28 2006/06/26 14:37:45 alphonse.bendt Exp $

Inner Class :public class I2JPackageTagHandler


Constructor Summary
public  JacIDL()
    

Method Summary
public  voidaddDefine(org.apache.tools.ant.types.Environment.Variable def)
    
public  voidaddUndefine(org.apache.tools.ant.types.Environment.Variable def)
    
public  org.jacorb.idl.JacIDL.I2JPackageTagHandlercreateI2jpackage()
     Will be called whenever an nested PCDATA element is encountered.
public  voidexecute()
     The execute() method of the task.
public  File[]getFileList()
    
protected  voidresetFileLists()
     Clear the list of files to be compiled and copied..
protected  voidscanFiles(String files)
     Scans the directory looking for source files to be compiled.
public  voidsetAll(boolean flag)
     Set the flag to generate all files.
public  voidsetAmi_callback(boolean flag)
     Sets the flag to generate AMI callbacks.
public  voidsetDebuglevel(int level)
     Set the debug level.
public  voidsetDestdir(File dir)
     Set the destination directory.
public  voidsetForceOverwrite(boolean flag)
     Sets the flag to overwrite existing files.
public  voidsetGenerateDIIStubs(boolean flag)
    
public  voidsetGenerateEnhanced(boolean flag)
    
public  voidsetGenerateir(boolean flag)
     Set the flag to generate the interface repository files.
public  voidsetIncludepath(Path path)
     Set the include path for the idl compiler.
public  voidsetNofinal(boolean flag)
     Setter for 'nofinal' property that indicates whether generated code should have a final class definition.
public  voidsetNoskel(boolean flag)
     Set the flag to leave out skeleton generation.
public  voidsetNostub(boolean flag)
     Set the flag to leave out stub generation.
public  voidsetOmgprefix(boolean flag)
    
public  voidsetParseonly(boolean flag)
     Set the flag to parse the idl only.
public  voidsetSloppyforward(boolean flag)
     Set the flag to use sloppy forwards.
public  voidsetSloppynames(boolean flag)
     Set the flag to use sloppy names.
public  voidsetSrcdir(File dir)
     Set the source directory.
public  voidsetUncheckedNarrow(boolean flag)
    


Constructor Detail
JacIDL
public JacIDL()(Code)




Method Detail
addDefine
public void addDefine(org.apache.tools.ant.types.Environment.Variable def)(Code)



addUndefine
public void addUndefine(org.apache.tools.ant.types.Environment.Variable def)(Code)



createI2jpackage
public org.jacorb.idl.JacIDL.I2JPackageTagHandler createI2jpackage()(Code)
Will be called whenever an nested PCDATA element is encountered.



execute
public void execute() throws BuildException(Code)
The execute() method of the task.
throws:
  BuildException -



getFileList
public File[] getFileList()(Code)



resetFileLists
protected void resetFileLists()(Code)
Clear the list of files to be compiled and copied..



scanFiles
protected void scanFiles(String files) throws BuildException(Code)
Scans the directory looking for source files to be compiled. The results are returned in the class variable compileList



setAll
public void setAll(boolean flag)(Code)
Set the flag to generate all files.
Parameters:
  flag - the flag



setAmi_callback
public void setAmi_callback(boolean flag)(Code)
Sets the flag to generate AMI callbacks.



setDebuglevel
public void setDebuglevel(int level)(Code)
Set the debug level.
Parameters:
  level - the debug level



setDestdir
public void setDestdir(File dir)(Code)
Set the destination directory.
Parameters:
  dir - the destination directory



setForceOverwrite
public void setForceOverwrite(boolean flag)(Code)
Sets the flag to overwrite existing files.



setGenerateDIIStubs
public void setGenerateDIIStubs(boolean flag)(Code)



setGenerateEnhanced
public void setGenerateEnhanced(boolean flag)(Code)
Sets the flag to generated enhanced stubs



setGenerateir
public void setGenerateir(boolean flag)(Code)
Set the flag to generate the interface repository files.
Parameters:
  flag - the flag



setIncludepath
public void setIncludepath(Path path)(Code)
Set the include path for the idl compiler.
Parameters:
  path - the include path



setNofinal
public void setNofinal(boolean flag)(Code)
Setter for 'nofinal' property that indicates whether generated code should have a final class definition.
Parameters:
  nofinal - true for definitions that are not final.



setNoskel
public void setNoskel(boolean flag)(Code)
Set the flag to leave out skeleton generation.
Parameters:
  flag - the flag



setNostub
public void setNostub(boolean flag)(Code)
Set the flag to leave out stub generation.
Parameters:
  flag - the flag



setOmgprefix
public void setOmgprefix(boolean flag)(Code)
Set the flag to use the omg package prefix
Parameters:
  flag - the flag



setParseonly
public void setParseonly(boolean flag)(Code)
Set the flag to parse the idl only.
Parameters:
  flag - the flag



setSloppyforward
public void setSloppyforward(boolean flag)(Code)
Set the flag to use sloppy forwards.
Parameters:
  flag - the flag



setSloppynames
public void setSloppynames(boolean flag)(Code)
Set the flag to use sloppy names.
Parameters:
  flag - the flag



setSrcdir
public void setSrcdir(File dir)(Code)
Set the source directory.
Parameters:
  dir - the source directory



setUncheckedNarrow
public void setUncheckedNarrow(boolean flag)(Code)
Sets the flag to generated unchecked narrow() calls in stubs



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