|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.mojo.cis.model.CisApplication
public class CisApplication
A bean for configuring a single CIS application.
Constructor Summary | |
---|---|
CisApplication()
|
Method Summary | |
---|---|
java.io.File |
getAppWebXml()
Returns the CIS applications web.xml, which is merged into the web applications web.xml. |
org.apache.maven.model.Dependency[] |
getDependencies()
Returns the applications set of dependencies. |
java.lang.String |
getName()
Returns the CIS applications name. |
java.lang.String[] |
getStartAppClasses()
Returns the set of classes, which are being invoked when the application starts. |
java.io.File |
getXmlDir()
Returns the applications xml directory. |
void |
setAppWebXml(java.io.File appWebXml)
Sets the CIS applications web.xml, which is merged into the web applications web.xml. |
void |
setDependencies(org.apache.maven.model.Dependency[] dependencies)
Returns the applications set of dependencies. |
void |
setName(java.lang.String name)
Sets the CIS applications name. |
void |
setStartAppClasses(java.lang.String[] pClassNames)
Sets the set of classes, which are being invoked when the application starts. |
void |
setXmlDir(java.io.File pXmlDir)
Sets the applications xml directory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CisApplication()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- The applications namepublic org.apache.maven.model.Dependency[] getDependencies()
public void setDependencies(org.apache.maven.model.Dependency[] dependencies)
dependencies
- Dependency list.public java.io.File getAppWebXml()
public void setAppWebXml(java.io.File appWebXml)
appWebXml
- Location of the CIS applications "web.xml" file.public java.io.File getXmlDir()
public void setXmlDir(java.io.File pXmlDir)
xmlDir
- The applications xml directory.public java.lang.String[] getStartAppClasses()
The
- set of classes, which are being started with the application.public void setStartAppClasses(java.lang.String[] pClassNames)
The
- set of classes, which are being started with the application.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |