Package org.eclipse.jetty.ant.utils
Interface ServerProxy
- All Known Implementing Classes:
ServerProxyImpl
public interface ServerProxy
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds a new web application to this server.void
start()
Starts this server.
-
Method Details
-
addWebApplication
Adds a new web application to this server.- Parameters:
awc
- a AntWebAppContext object.
-
start
void start()Starts this server. -
getProxiedObject
Object getProxiedObject()
-