org.n0pe.asadmin
Interface IAsAdminConfig


public interface IAsAdminConfig

Configuration provider for AsAdmin.

Author:
Paul Merlin

Method Summary
 String getGlassfishHome()
           
 String getHost()
           
 String getPasswordFile()
           
 String getPort()
           
 String getUser()
           
 boolean isSecure()
           
 

Method Detail

getUser

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

getPasswordFile

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

getGlassfishHome

String getGlassfishHome()
Returns:
The glassfish home path.

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 © 2011. All Rights Reserved.