org.apache.pluto.portalImpl
Class Deploy

java.lang.Object
  extended by org.apache.pluto.portalImpl.Deploy

Deprecated. this deployment utility has been deprecated in favor of the one provided with the deploy subproject.

public class Deploy
extends java.lang.Object

See Also:
org.apache.pluto.driver.deploy.CLI

Field Summary
private static boolean debug
          Deprecated.  
private static java.lang.String dirDelim
          Deprecated.  
private static java.lang.String plutoHome
          Deprecated.  
private static java.lang.String portalImplWebDir
          Deprecated.  
private static java.lang.String webAppsDir
          Deprecated.  
private static java.lang.String webInfDir
          Deprecated.  
 
Constructor Summary
Deploy()
          Deprecated.  
 
Method Summary
private static void addToEntityReg(java.lang.String[] args)
          Deprecated.  
static void copy(java.lang.String from, java.lang.String to)
          Deprecated.  
static void deployArchive(java.lang.String webAppsDir, java.lang.String warFile)
          Deprecated.  
static void main(java.lang.String[] args)
          Deprecated.  
static void prepareWebArchive(java.lang.String webAppsDir, java.lang.String warFile)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debug

private static boolean debug
Deprecated. 

dirDelim

private static java.lang.String dirDelim
Deprecated. 

webInfDir

private static java.lang.String webInfDir
Deprecated. 

webAppsDir

private static java.lang.String webAppsDir
Deprecated. 

portalImplWebDir

private static java.lang.String portalImplWebDir
Deprecated. 

plutoHome

private static java.lang.String plutoHome
Deprecated. 
Constructor Detail

Deploy

public Deploy()
Deprecated. 
Method Detail

deployArchive

public static void deployArchive(java.lang.String webAppsDir,
                                 java.lang.String warFile)
                          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

prepareWebArchive

public static void prepareWebArchive(java.lang.String webAppsDir,
                                     java.lang.String warFile)
                              throws java.lang.Exception,
                                     java.io.IOException
Deprecated. 
Throws:
java.lang.Exception
java.io.IOException

copy

public static void copy(java.lang.String from,
                        java.lang.String to)
                 throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

main

public static void main(java.lang.String[] args)
Deprecated. 

addToEntityReg

private static void addToEntityReg(java.lang.String[] args)
Deprecated.