|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.weblogic.DeployMojoBase
public abstract class DeployMojoBase
This class is a base class for all deployment related mojos.
| Field Summary |
|---|
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
DeployMojoBase()
|
|
| Method Summary | |
|---|---|
void |
execute()
This method will perform the deployment of the object to the proper server url. |
String |
getAdminServerHostName()
Returns the value for the admin server host name property. |
String |
getAdminServerPort()
Returns the value for the admin server port property. |
String |
getAdminServerProtocol()
Getter for property admin server protocol. |
String |
getArtifactPath()
Getter for property artifact path. |
protected String[] |
getInputParameters(String inOperation)
This method will build up the parameters required for the various deployment operations. |
String |
getName()
Returns the value for the name property. |
String |
getPassword()
Returns the value for the password property. |
String |
getProjectPackaging()
Getter for property project packaging. |
List |
getTargetList()
This method will return a list of target by parsing the comma separated list of targets.. |
String |
getTargetNames()
Returns the value for the target names property. |
String |
getUserId()
Returns the value for the user id property. |
boolean |
isRemote()
Getter for property remote. |
void |
setAdminServerHostName(String inAdminServerHostName)
Sets the value of the admin server host name property. |
void |
setAdminServerPort(String inAdminServerPort)
Sets the value of the admin server port property. |
void |
setAdminServerProtocol(String inAdminServerProtocol)
Setter for the admin server protocol. |
void |
setArtifactPath(String inArtifactPath)
Setter for the artifact path. |
void |
setName(String inName)
Sets the value of the name property. |
void |
setPassword(String inPassword)
Sets the value of the password property. |
void |
setProjectPackaging(String inProjectPackaging)
Setter for the project packaging. |
void |
setRemote(boolean inRemote)
Setter for the remote. |
void |
setTargetNames(String inTargetNames)
Sets the value of the target names property. |
void |
setUserId(String inUserId)
Sets the value of the user id property. |
String |
toString()
toString methode: creates a String representation of the object |
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
|---|
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DeployMojoBase()
| Method Detail |
|---|
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException - Thrown if we fail to obtain a Weblogic deployment instance.public String getAdminServerHostName()
public void setAdminServerHostName(String inAdminServerHostName)
inAdminServerHostName - The new value of the admin server host name property.public String getAdminServerPort()
public void setAdminServerPort(String inAdminServerPort)
inAdminServerPort - The new value of the admin server port property.public String getName()
public void setName(String inName)
inName - The new value of the name property.public String getPassword()
public void setPassword(String inPassword)
inPassword - The new value of the password property.public String getTargetNames()
public void setTargetNames(String inTargetNames)
inTargetNames - The new value of the target names property.public String getUserId()
public void setUserId(String inUserId)
inUserId - The new value of the user id property.public List getTargetList()
public boolean isRemote()
public void setRemote(boolean inRemote)
inRemote - The value of remote.public String getAdminServerProtocol()
public void setAdminServerProtocol(String inAdminServerProtocol)
inAdminServerProtocol - The value of admin server protocol.protected String[] getInputParameters(String inOperation)
inOperation - The deployment operation to take place.
public String getArtifactPath()
public void setArtifactPath(String inArtifactPath)
inArtifactPath - The value of artifact path.public String getProjectPackaging()
public void setProjectPackaging(String inProjectPackaging)
inProjectPackaging - The value of project packaging.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||