org.jboss.deployment
Class Installer

java.lang.Object
  |
  +--org.jboss.deployment.Installer

public class Installer
extends java.lang.Object

A class intended to encapsulate the complex task of making an URL pointed to an J2ee module an installed Deployment.

Version:
$Revision: 1.5 $
Author:
Daniel Schulze
See Also:

Constructor Summary
Installer(InstallerFactory _factory, java.net.URL _src)
           
 
Method Summary
 Deployment execute()
          performes the complex task of installation
 java.lang.String getWebContext(java.lang.String _url)
          Generates a webcontex for the given url
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Installer

public Installer(InstallerFactory _factory,
                 java.net.URL _src)
          throws java.io.IOException
Method Detail

execute

public Deployment execute()
                   throws J2eeDeploymentException,
                          java.io.IOException
performes the complex task of installation
Returns:
the installed Deployment on success
Throws:
J2eeDeploymentException -  
java.io.IOException -  

getWebContext

public java.lang.String getWebContext(java.lang.String _url)
Generates a webcontex for the given url
Parameters:
_url - an URL or something like that


Copyright © 2000 The JBoss Organization. All Rights Reserved.