org.codehaus.mojo.webstart.generator
Interface GeneratorExtraConfig


public interface GeneratorExtraConfig

Interface for configuration elements used by the generator.

Since:
1.0-alpha-2
Author:
jerome@coffeebreaks.org

Method Summary
 String getAllPermissions()
           
 String getJ2seVersion()
           
 String getJnlpCodeBase()
           
 String getJnlpSpec()
           
 String getOfflineAllowed()
           
 

Method Detail

getJnlpCodeBase

String getJnlpCodeBase()

getJnlpSpec

String getJnlpSpec()

getOfflineAllowed

String getOfflineAllowed()

getAllPermissions

String getAllPermissions()

getJ2seVersion

String getJ2seVersion()


Copyright © 2005-2009 Codehaus. All Rights Reserved.