org.ow2.ishmael.deploymentplan
Class JonasPlan.Entry
java.lang.Object
org.ow2.ishmael.deploymentplan.JonasPlan.Entry
- Enclosing class:
- JonasPlan
public class JonasPlan.Entry
- extends java.lang.Object
- Author:
- coqp
util class that knows the naming convention for entries in JOnASdeplyment plan
the entry name has the following syntax :
_.
with dir = meta-inf or web-inf
archivename = xx.jar/xx.war/xx.ear/xx.rar
descriptorname = xx.xml
An Entry has
- an entryName: name of the entry in the archive that will be updated
- an urlEntry: URL towards the deaplyment descriptor file to inject
- an archiveName: name of the sub archive in which the entry must be added
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
archiveName
public java.lang.String archiveName
entryName
public java.lang.String entryName
urlEntry
public java.net.URL urlEntry
JonasPlan.Entry
public JonasPlan.Entry(java.lang.String ddentryName)
getArchiveName
public java.lang.String getArchiveName()
- Returns:
- the archiveName
setArchiveName
public void setArchiveName(java.lang.String archiveName)
- Parameters:
archiveName - the archiveName to set
getEntryName
public java.lang.String getEntryName()
- Returns:
- the entryName
setEntryName
public void setEntryName(java.lang.String entryName)
- Parameters:
entryName - the entryName to set
getUrlEntry
public java.net.URL getUrlEntry()
- Returns:
- the url Entry
setUrlEntry
public void setUrlEntry(java.net.URL urlEntry)
- Parameters:
fileEntry - the fileEntry to set
Copyright ? 2007-2009 OW2 Consortium. All Rights Reserved.