org.n0pe.asadmin
Interface IAsAdminConfig
public interface IAsAdminConfig
Configuration provider for AsAdmin.
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 © 2012. All Rights Reserved.