org.jboss.varia.deployment.convertor
Interface Convertor

All Known Implementing Classes:
WebLogicConvertor

public interface Convertor

Defines the methods of a Converter

Version:
$Revision: 1.4.6.1 $

20020519 Andreas Schaefer:

Author:
Andreas Schaefer

Method Summary
 boolean accepts(URL url)
          Checks if the a deployment unit can be converted to a JBoss deployment unit by this converter.
 void convert(org.jboss.deployment.DeploymentInfo di, File path)
          Converts the necessary files to make the given deployment deployable into the JBoss
 

Method Detail

accepts

boolean accepts(URL url)
Checks if the a deployment unit can be converted to a JBoss deployment unit by this converter.

Parameters:
url - The url of the deployment unit to be converted
Returns:
True if this converter is able to convert

convert

void convert(org.jboss.deployment.DeploymentInfo di,
             File path)
             throws Exception
Converts the necessary files to make the given deployment deployable into the JBoss

Parameters:
di - Deployment info to be converted
path - Path of the extracted deployment
Throws:
Exception


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.