Java Doc for MakeNBM.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.MakeNBM

MakeNBM
public class MakeNBM extends Task (Code)
Makes a .nbm (NetBeans Module) file.
author:
   Jesse Glick

Inner Class :public class Blurb
Inner Class :public class ExternalPackage
Inner Class :public class Signature



Method Summary
public  BlurbcreateDescription()
    
public  ExternalPackagecreateExternalPackage()
    
public  BlurbcreateLicense()
    
public  ZipFileSetcreateMain()
    
public  BlurbcreateNotification()
    
public  SignaturecreateSignature()
    
public  voidexecute()
    
protected  StringgetLicenseOverride()
     Get the license to use if the license should be overridden, otherwise return null.
protected  StringgetURLOverride()
     Get the homepage URL to use if it should be overridden, otherwise return null.
protected  booleanoverrideLicense()
     This returns true if the license should be overridden.
protected  voidoverrideLicenseIfNeeded()
     If required, this will create a new license using the override license file.
protected  booleanoverrideURL()
     This returns true if the homepage URL should be overridden.
protected  voidoverrideURLIfNeeded()
     If required, this will set the homepage URL using the override value.
public  voidsetDistribution(String distribution)
     URL where this NBM file is expected to be downloadable from.
public  voidsetFile(File file)
     Name of resulting NBM file.
public  voidsetGlobal(String isGlobal)
    
public  voidsetHomepage(String homepage)
     URL to a home page describing the module.
public  voidsetIsStandardInclude(boolean isStandardInclude)
    
public  voidsetJarSignerMaxMemory(String jsmm)
     Maximum memory allowed to be used by jarsigner task.
public  voidsetLocales(String s)
    
public  voidsetManifest(File manifest)
     Module manifest needed for versioning.
public  voidsetModule(String module)
     Module JAR needed for generating the info file.
public  voidsetModuleauthor(String author)
    
public  voidsetNeedsrestart(String needsrestart)
    
public  voidsetProductDir(File dir)
    
public  voidsetReleasedate(String date)
     Release date of NBM.
public  voidsetTargetcluster(String targetCluster)
    



Method Detail
createDescription
public Blurb createDescription()(Code)



createExternalPackage
public ExternalPackage createExternalPackage()(Code)



createLicense
public Blurb createLicense()(Code)



createMain
public ZipFileSet createMain()(Code)



createNotification
public Blurb createNotification()(Code)



createSignature
public Signature createSignature()(Code)



execute
public void execute() throws BuildException(Code)



getLicenseOverride
protected String getLicenseOverride()(Code)
Get the license to use if the license should be overridden, otherwise return null.



getURLOverride
protected String getURLOverride()(Code)
Get the homepage URL to use if it should be overridden, otherwise return null.



overrideLicense
protected boolean overrideLicense()(Code)
This returns true if the license should be overridden.



overrideLicenseIfNeeded
protected void overrideLicenseIfNeeded()(Code)
If required, this will create a new license using the override license file.



overrideURL
protected boolean overrideURL()(Code)
This returns true if the homepage URL should be overridden.



overrideURLIfNeeded
protected void overrideURLIfNeeded()(Code)
If required, this will set the homepage URL using the override value.



setDistribution
public void setDistribution(String distribution) throws BuildException(Code)
URL where this NBM file is expected to be downloadable from.



setFile
public void setFile(File file)(Code)
Name of resulting NBM file.



setGlobal
public void setGlobal(String isGlobal)(Code)
Install globally?



setHomepage
public void setHomepage(String homepage)(Code)
URL to a home page describing the module.



setIsStandardInclude
public void setIsStandardInclude(boolean isStandardInclude)(Code)
Include netbeans directory - default is true



setJarSignerMaxMemory
public void setJarSignerMaxMemory(String jsmm)(Code)
Maximum memory allowed to be used by jarsigner task. Default is 96 MB.



setLocales
public void setLocales(String s)(Code)
Try to find and create localized info.xml files



setManifest
public void setManifest(File manifest)(Code)
Module manifest needed for versioning. MakeNBM.setModule



setModule
public void setModule(String module)(Code)
Module JAR needed for generating the info file. Information may be gotten either from its manifest, or if it declares OpenIDE-Module-Localizing-Bundle in its manifest, from that bundle. The base locale variant, if any, is also checked if necessary for the named bundle. Currently no other locale variants of the module are examined; the information is available but there is no published specification of what the resulting variant NBMs (or variant information within the NBM) should look like.



setModuleauthor
public void setModuleauthor(String author)(Code)
Sets name of module author



setNeedsrestart
public void setNeedsrestart(String needsrestart)(Code)
Does module need IDE restart to be installed?



setProductDir
public void setProductDir(File dir)(Code)
Directory of the product's files



setReleasedate
public void setReleasedate(String date)(Code)
Release date of NBM.



setTargetcluster
public void setTargetcluster(String targetCluster)(Code)
Sets pattern for target cluster



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