net.sourceforge.jarbundler |
|
Java Source File Name | Type | Comment |
AppBundleProperties.java | Class | |
DocumentType.java | Class | Represents an Info.plist DocumentType used for associating a document with
the application
The Document Types allows you to specify which documents your finished
product can handle. |
HelpBook.java | Class | |
JarBundler.java | Class |
An ant task which creates a Mac OS X Application Bundle for a Java
application.
- dir
- The directory into which to put the new application bundle.
- name
- The name of the application bundle.
|
JavaProperty.java | Class | |
PropertyListWriter.java | Class | Write out a Java application bundle property list file. |
Service.java | Class | Represents an Info.plist Service specifying a service provided by the application.
Port Name - The name of the port the application monitors for incoming service requests.
Message - The name of the instance method to invoke for the service. |