|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.cli.shell.jbi.Artifact
public abstract class Artifact
This class represents a remote JBI artifact archive
| Field Summary | |
|---|---|
static java.lang.String |
XPATH_JBI_DESCRIPTION
XPath expression to access the description of a JBI artifact |
static java.lang.String |
XPATH_JBI_NAME
XPath expression to access the name of a JBI artifact |
static java.lang.String |
XPATH_JBI_ROOT
XPath expression to match the JBI configuration node |
| Constructor Summary | |
|---|---|
Artifact(java.net.URL url,
org.w3c.dom.Node jbiConfig)
Create a new Artifact |
|
| Method Summary | |
|---|---|
abstract org.ow2.petals.ant.AbstractJBIAntTask[] |
getDeployTasksSequence()
Get the sequence of configured JBI ant tasks to deploy this artifact |
java.lang.String |
getDescription()
Get the JBI description of this artifact |
org.w3c.dom.Node |
getJbiXml()
Get the JBI configuration node |
java.lang.String |
getName()
Get the JBI name of this artifact |
abstract org.ow2.petals.ant.AbstractJBIAntTask[] |
getUndeployTasksSequence()
Get the sequence of configured JBI ant tasks to undeploy this artifact |
java.net.URL |
getURL()
Get the artifact's URL |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String XPATH_JBI_ROOT
public static final java.lang.String XPATH_JBI_NAME
public static final java.lang.String XPATH_JBI_DESCRIPTION
| Constructor Detail |
|---|
public Artifact(java.net.URL url,
org.w3c.dom.Node jbiConfig)
url - URL of the JBI artifactjbiConfig - JBI configuration node| Method Detail |
|---|
public final java.net.URL getURL()
public final org.w3c.dom.Node getJbiXml()
public java.lang.String getName()
public java.lang.String getDescription()
public abstract org.ow2.petals.ant.AbstractJBIAntTask[] getDeployTasksSequence()
public abstract org.ow2.petals.ant.AbstractJBIAntTask[] getUndeployTasksSequence()
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 | |||||||||