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

getJnlpSpec

String getJnlpSpec()

getOfflineAllowed

String getOfflineAllowed()

getAllPermissions

String getAllPermissions()

getJ2seVersion

String getJ2seVersion()

getJnlpCodeBase

String getJnlpCodeBase()


Copyright © 2005-2011 Codehaus. All Rights Reserved.