security
Class JnlpBean

java.lang.Object
  extended by security.JnlpBean
All Implemented Interfaces:
java.io.Serializable

public class JnlpBean
extends java.lang.Object
implements java.io.Serializable

Copyright DocJava, inc. User: lyon

Date: May 20, 2005

Time: 7:13:57 AM

See Also:
Serialized Form

Constructor Summary
JnlpBean()
           
 
Method Summary
 void addJarFileName(java.lang.String s)
           
 java.lang.String[] getJarFileNames()
           
 boolean isDeleteTmplFilesWhenDone()
           
 boolean isUploadJarFile()
           
 boolean isUploadJnlpFile()
           
static JnlpBean restore()
          restores the properties from the preference in the user root.
 void save()
          saves the properties to the Preferences of the userRoot
 void setDeleteTmplFilesWhenDone(boolean deleteTmplFilesWhenDone)
           
 void setUploadJarFile(boolean uploadJarFile)
           
 void setUploadJnlpFile(boolean uploadJnlpFile)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JnlpBean

public JnlpBean()
Method Detail

addJarFileName

public void addJarFileName(java.lang.String s)

getJarFileNames

public java.lang.String[] getJarFileNames()

restore

public static JnlpBean restore()
restores the properties from the preference in the user root.


save

public void save()
saves the properties to the Preferences of the userRoot


isUploadJnlpFile

public boolean isUploadJnlpFile()

setUploadJnlpFile

public void setUploadJnlpFile(boolean uploadJnlpFile)

isDeleteTmplFilesWhenDone

public boolean isDeleteTmplFilesWhenDone()

setDeleteTmplFilesWhenDone

public void setDeleteTmplFilesWhenDone(boolean deleteTmplFilesWhenDone)

isUploadJarFile

public boolean isUploadJarFile()

setUploadJarFile

public void setUploadJarFile(boolean uploadJarFile)