|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.server.admin.ControllerUndeployQuery
public class ControllerUndeployQuery
Deploys a controller, i.e. expanding the .git into the filesystem. The controller is in the stopped state, i.e. deployment does not also start the controller. The controller is identified by the tag, which looks like "war/foo.com/my-war" or "ear/foo.com/my-ear". The first component is the deployment type, the second is the virtual host and the third is the specific name.
| Constructor Summary | |
|---|---|
ControllerUndeployQuery(java.lang.String tag)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getTag()
|
java.lang.String |
getTagHost()
Parses the tag host for convenience |
java.lang.String |
getTagName()
Parses the tag name for convenience |
java.lang.String |
getTagType()
Parses the tag type for convenience, "ear", "war", etc |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ControllerUndeployQuery(java.lang.String tag)
| Method Detail |
|---|
public java.lang.String getTag()
public java.lang.String getTagType()
public java.lang.String getTagHost()
public java.lang.String getTagName()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||