Java Doc for ParseProjectXml.java in  » IDE-Netbeans » nbbuild » org » netbeans » nbbuild » 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 » nbbuild » org.netbeans.nbbuild 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.netbeans.nbbuild.ParseProjectXml

ParseProjectXml
final public class ParseProjectXml extends Task (Code)
Parse a projectized module's nbproject/project.xml and define various useful Ant properties based on the result.
author:
   Jesse Glick

Inner Class :public static class TestType
Inner Class :final class TestDeps
Inner Class :final class TestDep

Field Summary
final static  StringNBM_NS2
    
final static  StringNBM_NS3
    
final static  StringPROJECT_NS
    
final static  intTYPE_NB_ORG
    
final static  intTYPE_STANDALONE
    
final static  intTYPE_SUITE
    
public static  StringtestDistLocation
    
 List<TestType>testTypes
    


Method Summary
public  voidadd(TestType testType)
    
public  voidaddTestType(TestType testType)
    
public  voidexecute()
    
static  ElementfindNBMElement(Element el, String name)
    
static  StringfindTextOrNull(Element parentElement, String elementName)
    
public  voidsetClassPathExtensionsProperty(String s)
     Set the property to set the declared Class-Path attribute to.
public  voidsetCodeNameBaseDashesProperty(String s)
     Set the property to set the module code name base (separated by dashes not dots) to.
public  voidsetCodeNameBaseSlashesProperty(String s)
     Set the property to set the module code name base (separated by slashes not dots) to.
public  voidsetDomainProperty(String s)
     Set the property to set the module's netbeans.org domain to. Only applicable to modules in netbeans.org (i.e.
public  voidsetFriendsProperty(String s)
     Set the property to set a list of OpenIDE-Module-Friends to.
public  voidsetJavadocPackagesProperty(String s)
     Set the property to set a list of public packages for Javadoc to.
public  voidsetModuleClassPathProperty(String s)
     Set the property to set the computed module class path to, based on the list of stated compile-time dependencies.
public  voidsetModuleDependenciesProperty(String s)
     Set the property to set a list of OpenIDE-Module-Module-Dependencies to, based on the list of stated run-time dependencies.
public  voidsetModuleRunClassPathProperty(String s)
     Set the property to set the computed module runtime class path to.
public  voidsetProject(File f)
     Set the NetBeans module project to work on.
public  voidsetProjectFile(File f)
     Another option is to directly point to project file.
public  voidsetPublicPackageJarDir(File d)
     Set the location of a directory in which to look for and create JARs containing just the public packages of appropriate compile-time dependencies.
public  voidsetPublicPackagesProperty(String s)
     Set the property to set a list of OpenIDE-Module-Public-Packages to.

Field Detail
NBM_NS2
final static String NBM_NS2(Code)



NBM_NS3
final static String NBM_NS3(Code)



PROJECT_NS
final static String PROJECT_NS(Code)



TYPE_NB_ORG
final static int TYPE_NB_ORG(Code)



TYPE_STANDALONE
final static int TYPE_STANDALONE(Code)



TYPE_SUITE
final static int TYPE_SUITE(Code)



testDistLocation
public static String testDistLocation(Code)



testTypes
List<TestType> testTypes(Code)





Method Detail
add
public void add(TestType testType)(Code)



addTestType
public void addTestType(TestType testType)(Code)



execute
public void execute() throws BuildException(Code)



findNBMElement
static Element findNBMElement(Element el, String name)(Code)



findTextOrNull
static String findTextOrNull(Element parentElement, String elementName)(Code)



setClassPathExtensionsProperty
public void setClassPathExtensionsProperty(String s)(Code)
Set the property to set the declared Class-Path attribute to.



setCodeNameBaseDashesProperty
public void setCodeNameBaseDashesProperty(String s)(Code)
Set the property to set the module code name base (separated by dashes not dots) to.



setCodeNameBaseSlashesProperty
public void setCodeNameBaseSlashesProperty(String s)(Code)
Set the property to set the module code name base (separated by slashes not dots) to.



setDomainProperty
public void setDomainProperty(String s)(Code)
Set the property to set the module's netbeans.org domain to. Only applicable to modules in netbeans.org (i.e. no ).



setFriendsProperty
public void setFriendsProperty(String s)(Code)
Set the property to set a list of OpenIDE-Module-Friends to.



setJavadocPackagesProperty
public void setJavadocPackagesProperty(String s)(Code)
Set the property to set a list of public packages for Javadoc to.



setModuleClassPathProperty
public void setModuleClassPathProperty(String s)(Code)
Set the property to set the computed module class path to, based on the list of stated compile-time dependencies.



setModuleDependenciesProperty
public void setModuleDependenciesProperty(String s)(Code)
Set the property to set a list of OpenIDE-Module-Module-Dependencies to, based on the list of stated run-time dependencies.



setModuleRunClassPathProperty
public void setModuleRunClassPathProperty(String s)(Code)
Set the property to set the computed module runtime class path to. Currently identical to the regular class path with the exception that original JARs are used, never public-package-only JARs. XXX In the future should however reflect <run-dependency/> rather than <compile-dependency/>



setProject
public void setProject(File f)(Code)
Set the NetBeans module project to work on.



setProjectFile
public void setProjectFile(File f)(Code)
Another option is to directly point to project file. Used only in unit testing.



setPublicPackageJarDir
public void setPublicPackageJarDir(File d)(Code)
Set the location of a directory in which to look for and create JARs containing just the public packages of appropriate compile-time dependencies.



setPublicPackagesProperty
public void setPublicPackagesProperty(String s)(Code)
Set the property to set a list of OpenIDE-Module-Public-Packages to.



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