|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsecurity.JnlpBean
public class JnlpBean
Copyright DocJava, inc. User: lyon
Date: May 20, 2005 Time: 7:13:57 AM
Constructor Summary | |
---|---|
JnlpBean()
|
Method Summary | |
---|---|
void |
addJarFileName(java.lang.String s)
|
java.lang.String[] |
getJarFileNames()
|
boolean |
isDeleteTmplFilesWhenDone()
|
boolean |
isPackRmiStubs()
If true, the packer will search for the rmi stubs on any unicast remote objects. |
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 |
setPackRmiStubs(boolean packRmiStubs)
|
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 |
---|
public JnlpBean()
Method Detail |
---|
public void addJarFileName(java.lang.String s)
public java.lang.String[] getJarFileNames()
public static JnlpBean restore()
public void save()
public boolean isUploadJnlpFile()
public void setUploadJnlpFile(boolean uploadJnlpFile)
public boolean isDeleteTmplFilesWhenDone()
public void setDeleteTmplFilesWhenDone(boolean deleteTmplFilesWhenDone)
public boolean isUploadJarFile()
public void setUploadJarFile(boolean uploadJarFile)
public boolean isPackRmiStubs()
public void setPackRmiStubs(boolean packRmiStubs)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |