public class DefaultClient extends Object implements Client
Client instance.| Constructor and Description |
|---|
DefaultClient() |
| Modifier and Type | Method and Description |
|---|---|
void |
start(Configuration configuration)
Connects to and starts an AndroMDA server with the given
configuration. |
void |
stop(Configuration configuration)
Connects to and stops an AndroMDA server with the given
configuration. |
public DefaultClient()
public void start(Configuration configuration) throws ConnectException
Clientconfiguration.start in interface Clientconfiguration - the AndroMDA configuration instance.ConnectException - if the client can not connect to an
AndroMDA server instance.Client.start(org.andromda.core.configuration.Configuration)public void stop(Configuration configuration) throws ConnectException
Clientconfiguration.stop in interface Clientconfiguration - the AndroMDA configuration instance.ConnectException - if the client can not connect to an
AndroMDA server instance.Client.stop(org.andromda.core.configuration.Configuration)Copyright © 2003–2014 AndroMDA.org. All rights reserved.