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

MakeLNBM
public class MakeLNBM extends MatchingTask (Code)
Makes a localized .nbm (NetBeans Module) file. This version is temporary, intended to be used only until the functionality added to this version since rev 1.29 of MakeNBM.java can be added into MakeNBM.java
author:
   Jerry Huth (email: jerry@solidstep.com)

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



Method Summary
public  BlurbcreateDescription()
    
public  ExternalPackagecreateExternalPackage()
    
public  BlurbcreateLicense()
    
public  BlurbcreateNotification()
    
public  SignaturecreateSignature()
    
public  voidexecute()
    
public  AttributesgetAttributes()
    
protected  StringgetCodenameBase(String openide_module)
    
public  FileSetgetFileSet()
    
protected  StringgetMajorVer(String mod_info)
    
protected  StringgetSpecVer(String mod_info)
    
public  booleanreqManOrMod()
     Returns true if either a manifest or a module must be specified. This is true unless either the global property makenbm.manOrModReq is false, or the manOrModReq attribute of this task is false.
public  voidsetBrandingCode(String s)
     Set the branding code for branded NBM's.
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  voidsetHomepage(String homepage)
     URL to a home page describing the module.
public  voidsetIsStandardInclude(boolean isStandardInclude)
    
public  voidsetLangCode(String s)
     Set the language code for localized NBM's.
public  voidsetLocBundle(File f)
     For l10n NBM's, this is the localizing bundle file that we'll look in to get module name, description, etc.
public  voidsetManOrModReq(boolean b)
    
public  voidsetManifest(File manifest)
     Module manifest needed for versioning.
public  voidsetModInfo(String s)
     If the manifest and module aren't required, use this to set the module codename, major version and spec version.
public  voidsetModule(File module)
     Module JAR needed for generating the info file.
public  voidsetNeedsrestart(String needsrestart)
    
public  voidsetTopdir(File topdir)
     Top directory.
protected  voidwriteLocBundleAttrs(PrintWriter ps)
    
protected  booleanwriteProp(String name, String val, PrintWriter ps)
    



Method Detail
createDescription
public Blurb createDescription()(Code)



createExternalPackage
public ExternalPackage createExternalPackage()(Code)



createLicense
public Blurb createLicense()(Code)



createNotification
public Blurb createNotification()(Code)



createSignature
public Signature createSignature()(Code)



execute
public void execute() throws BuildException(Code)



getAttributes
public Attributes getAttributes() throws IOException(Code)



getCodenameBase
protected String getCodenameBase(String openide_module)(Code)



getFileSet
public FileSet getFileSet()(Code)



getMajorVer
protected String getMajorVer(String mod_info)(Code)



getSpecVer
protected String getSpecVer(String mod_info)(Code)



reqManOrMod
public boolean reqManOrMod()(Code)
Returns true if either a manifest or a module must be specified. This is true unless either the global property makenbm.manOrModReq is false, or the manOrModReq attribute of this task is false. The attribute, if set, has priority over the global property.



setBrandingCode
public void setBrandingCode(String s)(Code)
Set the branding code for branded NBM's.



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.



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



setLangCode
public void setLangCode(String s)(Code)
Set the language code for localized NBM's.



setLocBundle
public void setLocBundle(File f)(Code)
For l10n NBM's, this is the localizing bundle file that we'll look in to get module name, description, etc.



setManOrModReq
public void setManOrModReq(boolean b)(Code)
See reqManOrMod()



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



setModInfo
public void setModInfo(String s)(Code)
If the manifest and module aren't required, use this to set the module codename, major version and spec version.



setModule
public void setModule(File 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.



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



setTopdir
public void setTopdir(File topdir)(Code)
Top directory. Expected to contain a subdirectory netbeans/ with the desired contents of the NBM. Will create Info/info.xml with metadata.



writeLocBundleAttrs
protected void writeLocBundleAttrs(PrintWriter ps)(Code)



writeProp
protected boolean writeProp(String name, String val, PrintWriter ps)(Code)



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