net.sourceforge.jarbundler

Class PropertyListWriter

public class PropertyListWriter extends 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
voidwriteFile(File fileName)

Constructor Detail

PropertyListWriter

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

Method Detail

writeFile

public void writeFile(File fileName)