de.twenty11.skysail.common.app
Class ApplicationDescription

java.lang.Object
  extended by 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

Constructor Summary
ApplicationDescription(String appName, String desc, String path)
          Constructor.
 
Method Summary
 String getDescription()
           
 String getName()
           
 String getRootContextPath()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApplicationDescription

public ApplicationDescription(String appName,
                              String desc,
                              String path)
Constructor.

Parameters:
appName - name of the application
desc - description
path - context path
Method Detail

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.