|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.mojo.weblogic.util.WeblogicMojoUtilities
public class WeblogicMojoUtilities
This class contains some utilities that are useful during use of the Weblogic Mojo.
| Method Summary | |
|---|---|
static String |
getAdminUrl(String inProtocol,
String inServerName,
String inServerPort)
This method will contstruct the Admin URL to the given server. |
static String |
getDependencies(Set inArtifacts)
This method will get the dependencies from the pom and construct a classpath string to be used to run a mojo where a classpath is required. |
static String |
updateArtifactName(String inName,
String inProjectPackaging)
This method will make sure there is a type appended to the file name and if it is the appropriate type for the project packaging. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String getAdminUrl(String inProtocol,
String inServerName,
String inServerPort)
inProtocol - The protocol to contact the server with (i.e. t3 or http)inServerName - The name of the server to contact.inServerPort - The listen port for the server to contact.
public static String updateArtifactName(String inName,
String inProjectPackaging)
inName - The name of the artifact.inProjectPackaging - The type of packaging for this project.
public static String getDependencies(Set inArtifacts)
inArtifacts - The Set of artifacts for the pom being run.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||