org.ops4j.pax.web.deployer.internal
Class WarDeployer

java.lang.Object
  extended by org.ops4j.pax.web.deployer.internal.WarDeployer
All Implemented Interfaces:
org.apache.felix.fileinstall.ArtifactListener, org.apache.felix.fileinstall.ArtifactUrlTransformer

public class WarDeployer
extends java.lang.Object
implements org.apache.felix.fileinstall.ArtifactUrlTransformer

An Apache Felix FileInstall transform for WAR files.

Author:
Alin Dreghiciu, Achim Nierbeck

Constructor Summary
WarDeployer()
           
 
Method Summary
 boolean canHandle(java.io.File artifact)
           
 java.net.URL transform(java.net.URL artifact)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WarDeployer

public WarDeployer()
Method Detail

canHandle

public boolean canHandle(java.io.File artifact)
Specified by:
canHandle in interface org.apache.felix.fileinstall.ArtifactListener

transform

public java.net.URL transform(java.net.URL artifact)
                       throws java.lang.Exception
Specified by:
transform in interface org.apache.felix.fileinstall.ArtifactUrlTransformer
Throws:
java.lang.Exception


Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.