org.codehaus.mojo.webstart
Class JarSignMojoConfig.KeystoreConfig

java.lang.Object
  extended by org.codehaus.mojo.webstart.JarSignMojoConfig.KeystoreConfig
Enclosing class:
JarSignMojoConfig

public static class JarSignMojoConfig.KeystoreConfig
extends Object


Constructor Summary
JarSignMojoConfig.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

JarSignMojoConfig.KeystoreConfig

public JarSignMojoConfig.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-2011 Codehaus. All Rights Reserved.