org.apache.sling.testing.tools.osgi
Class WebconsoleClient

java.lang.Object
  extended by org.apache.sling.testing.tools.osgi.WebconsoleClient

public class WebconsoleClient
extends java.lang.Object

HTTP Client for the Felix webconsole - simplistic for now


Constructor Summary
WebconsoleClient(java.lang.String slingServerUrl, java.lang.String username, java.lang.String password)
           
 
Method Summary
 void installBundle(java.io.File f, boolean startBundle)
          Install a bundle using the Felix webconsole HTTP interface
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebconsoleClient

public WebconsoleClient(java.lang.String slingServerUrl,
                        java.lang.String username,
                        java.lang.String password)
Method Detail

installBundle

public void installBundle(java.io.File f,
                          boolean startBundle)
                   throws java.lang.Exception
Install a bundle using the Felix webconsole HTTP interface

Throws:
java.lang.Exception


Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.