|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sibvisions.rad.server.config.AppSettings.AppLocation
public final class AppSettings.AppLocation
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 |
---|
public java.lang.String getPath()
public boolean isIncluded(java.lang.String pDirectory)
pDirectory
- the name of the application (= zone name)
true
if the name is included, false
otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |