de.twenty11.skysail.common.app
Class ApplicationDescription
java.lang.Object
de.twenty11.skysail.common.app.ApplicationDescription
public final class ApplicationDescription
- extends Object
Holder for a name, a description and the context path. Immutable.
TODO find better name
- Author:
- carsten
ApplicationDescription
public ApplicationDescription(String appName,
String desc,
String path)
- Constructor.
- Parameters:
appName - name of the applicationdesc - descriptionpath - context path
getName
public String getName()
getDescription
public String getDescription()
getRootContextPath
public String getRootContextPath()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2011-2012. All Rights Reserved.