Class ECaccessInit
java.lang.Object
ecmwf.common.ecaccess.ECaccessInit
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the ECMWF server.Gets the host address.Gets the host name.Gets the password.
-
Constructor Details
-
ECaccessInit
public ECaccessInit()
-
-
Method Details
-
getHostName
Gets the host name.- Returns:
- the host name
- Throws:
IOException
- Signals that an I/O exception has occurred.
-
getHostAddress
Gets the host address.- Returns:
- the host address
- Throws:
IOException
- Signals that an I/O exception has occurred.
-
getECServer
Gets the ECMWF server.- Returns:
- the ECMWF server
- Throws:
IOException
- Signals that an I/O exception has occurred.
-
getPassword
Gets the password.- Returns:
- the password
- Throws:
IOException
- Signals that an I/O exception has occurred.
-