com.sibvisions.rad.server.config
Class AppSettings.AppLocation

java.lang.Object
  extended by com.sibvisions.rad.server.config.AppSettings.AppLocation
Enclosing class:
AppSettings

public final class AppSettings.AppLocation
extends java.lang.Object

The AppLocation class defines directories which contain application zones. It also knows which application name is included or not.


Method Summary
 java.lang.String getPath()
          Gets the path for the application directory.
 boolean isIncluded(java.lang.String pDirectory)
          Gets whether the given application name/zone is included.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPath

public java.lang.String getPath()
Gets the path for the application directory.

Returns:
the path

isIncluded

public boolean isIncluded(java.lang.String pDirectory)
Gets whether the given application name/zone is included.

Parameters:
pDirectory - the name of the application (= zone name)
Returns:
true if the name is included, false otherwise


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.