org.wso2.carbon.bootstrap
Class CheckinClientBootstrap

java.lang.Object
  extended by org.wso2.carbon.bootstrap.Bootstrap
      extended by org.wso2.carbon.bootstrap.CheckinClientBootstrap

public class CheckinClientBootstrap
extends Bootstrap

The bootstrap class used for bootstrapping a checkin cleint.

See http://frank.zinepal.com/embedded-tomcat-class-loading-trickery See http://tomcat.apache.org/tomcat-7.0-doc/class-loader-howto.html


Field Summary
 
Fields inherited from class org.wso2.carbon.bootstrap.Bootstrap
ROOT
 
Constructor Summary
CheckinClientBootstrap()
           
 
Method Summary
protected  void addClassPathEntries()
           
protected  String getClassToLoad()
           
protected  String getMethodToInvoke()
           
static void main(String[] args)
           
 
Methods inherited from class org.wso2.carbon.bootstrap.Bootstrap
addFileUrl, addJarFileUrls, loadClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckinClientBootstrap

public CheckinClientBootstrap()
Method Detail

main

public static void main(String[] args)

addClassPathEntries

protected void addClassPathEntries()
                            throws MalformedURLException
Overrides:
addClassPathEntries in class Bootstrap
Throws:
MalformedURLException

getClassToLoad

protected String getClassToLoad()
Overrides:
getClassToLoad in class Bootstrap

getMethodToInvoke

protected String getMethodToInvoke()
Overrides:
getMethodToInvoke in class Bootstrap


Copyright © 2014 WSO2 Inc. All rights reserved.