org.apache.maven.jnlp
Class UpdateManifest

java.lang.Object
  extended byorg.apache.maven.jnlp.UpdateManifest

public class UpdateManifest
extends Object

Updates manifest for correcting java webstart bug

Version:
$Id: UpdateManifest.java 170200 2005-05-15 06:24:19Z brett $
Author:
Emmanuel Venisse

Constructor Summary
UpdateManifest()
           
 
Method Summary
 File getInputJar()
           
 File getManifest()
           
 File getOutputDir()
           
 void process()
           
 void setInputJar(File input)
           
 void setManifest(File manifest)
           
 void setOutputDir(File outputDir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateManifest

public UpdateManifest()
Method Detail

process

public void process()
             throws Exception
Throws:
Exception

setInputJar

public void setInputJar(File input)

getInputJar

public File getInputJar()

setManifest

public void setManifest(File manifest)

getManifest

public File getManifest()

setOutputDir

public void setOutputDir(File outputDir)

getOutputDir

public File getOutputDir()


Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.