org.apache.pluto.util.install.file.tomcat6
Class Tomcat6FileSystemInstaller

java.lang.Object
  extended by org.apache.pluto.util.install.file.FileSystemInstaller
      extended by org.apache.pluto.util.install.file.tomcat5.Tomcat5FileSystemInstaller
          extended by org.apache.pluto.util.install.file.tomcat6.Tomcat6FileSystemInstaller
All Implemented Interfaces:
PortalInstaller

public class Tomcat6FileSystemInstaller
extends Tomcat5FileSystemInstaller


Constructor Summary
Tomcat6FileSystemInstaller()
           
 
Method Summary
protected  java.io.File getEndorsedDir(InstallationConfig config)
           
protected  java.io.File getSharedDir(InstallationConfig config)
           
 boolean isValidInstallationDirectory(java.io.File installDir)
          Determine whether or not this is a valid Tomcat 5.x installation.
 
Methods inherited from class org.apache.pluto.util.install.file.tomcat5.Tomcat5FileSystemInstaller
getConfigurationDir, getWebAppDir, writeConfiguration
 
Methods inherited from class org.apache.pluto.util.install.file.FileSystemInstaller
copyFilesToDirectory, copyFileToDirectory, install, removeFilesFromDirectory, uninstall
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tomcat6FileSystemInstaller

public Tomcat6FileSystemInstaller()
Method Detail

isValidInstallationDirectory

public boolean isValidInstallationDirectory(java.io.File installDir)
Description copied from class: Tomcat5FileSystemInstaller
Determine whether or not this is a valid Tomcat 5.x installation.

Specified by:
isValidInstallationDirectory in interface PortalInstaller
Overrides:
isValidInstallationDirectory in class Tomcat5FileSystemInstaller
Parameters:
installDir - the proposed TOMCAT BASE directory
Returns:
true if and only if conf/server.xml and conf/catalina.properties exist.

getEndorsedDir

protected java.io.File getEndorsedDir(InstallationConfig config)
Overrides:
getEndorsedDir in class Tomcat5FileSystemInstaller

getSharedDir

protected java.io.File getSharedDir(InstallationConfig config)
Overrides:
getSharedDir in class Tomcat5FileSystemInstaller


Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.