com.liferay.portal.deploy.auto
Class OSGiAutoDeployListener
java.lang.Object
com.liferay.portal.deploy.auto.OSGiAutoDeployListener
- All Implemented Interfaces:
- AutoDeployListener
public class OSGiAutoDeployListener
- extends Object
- implements AutoDeployListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OSGiAutoDeployListener
public OSGiAutoDeployListener()
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