Class Application
- java.lang.Object
-
- org.bedework.webdav.servlet.shared.serverInfo.Application
-
public class Application extends Object
Class to represent a server info application.- Author:
- Mike Douglass douglm
-
-
Constructor Summary
Constructors Constructor Description Application(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddFeature(Feature val)StringgetName()voidsetName(String val)voidtoXml(org.bedework.util.xml.XmlEmit xml)
-
-
-
Constructor Detail
-
Application
public Application(String name)
-
-
Method Detail
-
setName
public void setName(String val)
- Parameters:
val- registered name of service
-
getName
public String getName()
- Returns:
- registered name of service
-
addFeature
public void addFeature(Feature val)
-
toXml
public void toXml(org.bedework.util.xml.XmlEmit xml)
- Parameters:
xml- emitter
-
-