net.sourceforge.jarbundler
Class PropertyListWriter

java.lang.Object
  extended by net.sourceforge.jarbundler.PropertyListWriter

public class PropertyListWriter
extends java.lang.Object

Write out a Java application bundle property list file. For descriptions of the property list keys, see Apple docs.


Constructor Summary
PropertyListWriter(AppBundleProperties bundleProperties)
          Create a new Property List writer.
 
Method Summary
 void writeFile(java.io.File fileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyListWriter

public PropertyListWriter(AppBundleProperties bundleProperties)
Create a new Property List writer.

Method Detail

writeFile

public void writeFile(java.io.File fileName)
               throws BuildException
Throws:
BuildException