Class PortletWar
- java.lang.Object
-
- com.sun.portal.portletcontainer.driver.admin.PortletWar
-
public class PortletWar extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static int
NUM_RETRIES
-
Constructor Summary
Constructors Constructor Description PortletWar(File war)
PortletWar(String portletWarFileName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
deploy()
String
getWarName()
boolean
isDeployed()
boolean
needsRedeploy()
void
redeploy()
void
undeploy()
boolean
warFileExists()
-
-
-
Field Detail
-
NUM_RETRIES
protected static final int NUM_RETRIES
- See Also:
- Constant Field Values
-
-
Method Detail
-
deploy
public void deploy()
-
isDeployed
public boolean isDeployed()
-
warFileExists
public boolean warFileExists()
-
getWarName
public String getWarName()
-
needsRedeploy
public boolean needsRedeploy()
-
-