|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface of the Application Server installer. Returned by ASInstallFactory and implemented in TomcatInstall
alexis.grandemange@pagebox.net
Copyright (c) 2002-2004 Alexis Grandemange
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; version 2.1 of the License. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. A copy of the GNU Lesser General Public License lesser.txt should be included in the distribution.
Method Summary | |
void |
init(java.lang.String url,
Log log,
java.lang.String rootPath,
java.lang.String user,
java.lang.String password,
boolean isRelativeTarget)
Initializes the installer. |
java.lang.String |
install(java.lang.String arch,
java.lang.String archPath)
Install a Web application. |
java.lang.String |
reload(java.lang.String arch)
Reload a Web application. |
java.lang.String |
remove(java.lang.String arch)
Remove a Web application. |
Method Detail |
public void init(java.lang.String url, Log log, java.lang.String rootPath, java.lang.String user, java.lang.String password, boolean isRelativeTarget)
url
- url of the installation page/web service (AS installer dependent)log
- logging objectrootPath
- root deployment pathuser
- used to contact the Application server managerpassword
- used to contact the Application server managerisRelativeTarget
- true if the archPath in install method is relativepublic java.lang.String install(java.lang.String arch, java.lang.String archPath)
arch
- path of the Web applicationarchPath
- directory of the Web application
public java.lang.String reload(java.lang.String arch)
arch
- path of the Web application
public java.lang.String remove(java.lang.String arch)
arch
- path of the Web application
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |