Nuxeo Enterprise Platform 5.3

org.nuxeo.ecm.core.client
Class Launcher

java.lang.Object
  extended by org.nuxeo.ecm.core.client.Launcher
All Implemented Interfaces:
Runnable

public class Launcher
extends Object
implements Runnable

Author:
Gaelle Bamberger

Constructor Summary
Launcher()
           
 
Method Summary
 void addProperties(Hashtable<String,String> props)
           
static Collection<File> getBundles()
           
protected static File getLibDir()
           
static void main(String[] args)
          Launch application.
 void run()
           
protected static File setProperties()
           
protected static NuxeoApp setup()
          Creates a nuxeo application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Launcher

public Launcher()
Method Detail

addProperties

public void addProperties(Hashtable<String,String> props)

getLibDir

protected static File getLibDir()
                         throws Exception
Throws:
Exception

getBundles

public static Collection<File> getBundles()
                                   throws Exception
Throws:
Exception

setProperties

protected static File setProperties()
                             throws IOException
Throws:
IOException

setup

protected static NuxeoApp setup()
                         throws Exception
Creates a nuxeo application.

Throws:
Exception

main

public static void main(String[] args)
                 throws Exception
Launch application.

Throws:
Exception

run

public void run()
Specified by:
run in interface Runnable

Nuxeo Enterprise Platform 5.3

Copyright © 2010 Nuxeo SAS. All Rights Reserved.