Liferay 6.1.10-ee-ga1

com.liferay.portal.deploy.auto
Class OSGiAutoDeployListener

java.lang.Object
  extended by com.liferay.portal.deploy.auto.OSGiAutoDeployListener
All Implemented Interfaces:
AutoDeployListener

public class OSGiAutoDeployListener
extends Object
implements AutoDeployListener


Constructor Summary
OSGiAutoDeployListener()
           
 
Method Summary
protected  void cleanUp(ZipReader zipReader, InputStream inputStream)
           
 void deploy(File file, String context)
           
protected  void doDeploy(File file, String context)
           
protected  org.osgi.framework.Bundle getBundle(org.osgi.framework.launch.Framework framework, Manifest manifest)
           
protected  void installBundle(org.osgi.framework.launch.Framework framework, File file, Manifest manifest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OSGiAutoDeployListener

public OSGiAutoDeployListener()
Method Detail

deploy

public void deploy(File file,
                   String context)
            throws AutoDeployException
Specified by:
deploy in interface AutoDeployListener
Throws:
AutoDeployException

cleanUp

protected void cleanUp(ZipReader zipReader,
                       InputStream inputStream)

doDeploy

protected void doDeploy(File file,
                        String context)
                 throws Exception
Throws:
Exception

getBundle

protected org.osgi.framework.Bundle getBundle(org.osgi.framework.launch.Framework framework,
                                              Manifest manifest)

installBundle

protected void installBundle(org.osgi.framework.launch.Framework framework,
                             File file,
                             Manifest manifest)
                      throws Exception
Throws:
Exception

Liferay 6.1.10-ee-ga1