org.n0pe.asadmin
Interface IAsAdminConfig


public interface IAsAdminConfig

Configuration provider for AsAdmin.


Method Summary
 Map<String,String> getEnvironmentVariables()
           
 String getGlassfishHome()
           
 String getHost()
           
 String getPasswordFile()
           
 String getPort()
           
 String getUser()
           
 boolean isSecure()
           
 

Method Detail

getEnvironmentVariables

Map<String,String> getEnvironmentVariables()
Returns:
A map of environment to use when forking the asadmin process.

getGlassfishHome

String getGlassfishHome()
Returns:
The glassfish home path.

getUser

String getUser()
Returns:
The username to use with asadmin.

getPasswordFile

String getPasswordFile()
Returns:
The file where credentials are stored.

getHost

String getHost()
Returns:
The glassfish host.

getPort

String getPort()
Returns:
The glassfish port.

isSecure

boolean isSecure()
Returns:
True if gf admin connection is secure.


Copyright © 2013. All Rights Reserved.