|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectleon.info.LyTag
leon.info.LyInfo
leon.info.location.LyLocation
public class LyLocation
This class implements a data location.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class leon.info.LyTag |
---|
LyTag.Model |
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
static java.lang.String |
DEFAULT_LOCATION
Default id for a location. |
static java.lang.String |
ID_L_EXTEND
Id of extend location. |
static java.lang.String |
ID_L_INFO
Id of info location. |
static java.lang.String |
ID_L_UNION
Id of union location. |
Constructor Summary | |
---|---|
LyLocation(java.lang.String id)
Constructor. |
|
LyLocation(java.lang.String id,
java.lang.String url)
Constructor. |
Method Summary | |
---|---|
void |
check(LyClassInfo classInfo)
This method allows to test the configuration of a classInfo for the given location This method is called during the check phase of the parsing. |
LyNotifier |
getNotifier()
Accessor to the Notifier used within this connector location. |
java.lang.String |
getUrl()
Accessor to the url of this location. |
boolean |
isPersistent()
Accessor of the persistent mode of this location. |
void |
setNotifier(LyNotifier notifier)
Accessor to the Notifier used within this connector location. |
Methods inherited from class leon.info.LyInfo |
---|
getAlias, getApplication, getFile, getId, getInclude, getName, isIncluded, isInternal, isInternal, isLoaded, isLocked, load, setApplication, setFile, toString |
Methods inherited from class leon.info.LyTag |
---|
clone, getCommentsEnd, getCommentsStart, getEnvironment, getModelType, getParent, getRootProject, hasAncestor, isExtern, setCommentsEnd, setCommentsStart, wasCloned |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface leon.parser.LyCommentInterface |
---|
getCommentsEnd, getCommentsStart, setCommentsEnd, setCommentsStart |
Field Detail |
---|
public static final java.lang.String __VERSION
public static java.lang.String DEFAULT_LOCATION
public static java.lang.String ID_L_INFO
public static java.lang.String ID_L_UNION
public static java.lang.String ID_L_EXTEND
Constructor Detail |
---|
public LyLocation(java.lang.String id)
id
- identifier of the locationpublic LyLocation(java.lang.String id, java.lang.String url)
id
- identifier of the locationurl
- url of the providerMethod Detail |
---|
public void check(LyClassInfo classInfo)
classInfo
- the classInfo to checkpublic java.lang.String getUrl()
public LyNotifier getNotifier()
public void setNotifier(LyNotifier notifier)
notifier
- the notifier reference. May be null if no notification mechanism is required.public boolean isPersistent()
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |