org.codehaus.mojo.webstart.sign
Class KeystoreConfig

java.lang.Object
  extended by org.codehaus.mojo.webstart.sign.KeystoreConfig

public class KeystoreConfig
extends Object

Keystore configuration

Since:
1.0-beta-3
Author:
tchemit

Constructor Summary
KeystoreConfig()
           
 
Method Summary
 boolean isDelete()
           
 boolean isGen()
           
 void setDelete(boolean delete)
           
 void setGen(boolean gen)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeystoreConfig

public KeystoreConfig()
Method Detail

isDelete

public boolean isDelete()

setDelete

public void setDelete(boolean delete)

isGen

public boolean isGen()

setGen

public void setGen(boolean gen)


Copyright © 2005-2012 Codehaus. All Rights Reserved.