|
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
leon.info.location.LyFileLocation
public class LyFileLocation
This class implements a data file location.
Nested Class Summary | |
---|---|
static class |
LyFileLocation.Type
Location types. |
Nested classes/interfaces inherited from class leon.info.LyTag |
---|
LyTag.Model |
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
static java.lang.String |
FIELD_SEP
Default separator used between fields. |
static java.lang.String |
VALUE_SEP
Default separator used between values. |
Fields inherited from class leon.info.location.LyLocation |
---|
DEFAULT_LOCATION, ID_L_EXTEND, ID_L_INFO, ID_L_UNION |
Constructor Summary | |
---|---|
LyFileLocation(java.lang.String id)
Constructor. |
|
LyFileLocation(java.lang.String id,
java.lang.String url,
LyFileLocation.Type type,
java.lang.String fieldSep,
java.lang.String valueSep)
Constructor. |
|
LyFileLocation(java.lang.String id,
java.lang.String url,
java.lang.String type,
java.lang.String fieldSep,
java.lang.String valueSep)
Deprecated. replaced by LyFileLocation(String, String, Type, String, String) |
Method Summary | |
---|---|
java.lang.String |
getFieldSep()
Accessor to the field separator of this location. |
LyFileLocation.Type |
getType()
Accessor to the url of this location. |
java.lang.String |
getValueSep()
Accessor to the value separator of this location. |
boolean |
isPersistent()
Accessor of the persistent mode of this location. |
Methods inherited from class leon.info.location.LyLocation |
---|
check, getNotifier, getUrl, setNotifier |
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 final java.lang.String FIELD_SEP
public static final java.lang.String VALUE_SEP
Constructor Detail |
---|
public LyFileLocation(java.lang.String id)
id
- identifier of the locationpublic LyFileLocation(java.lang.String id, java.lang.String url, java.lang.String type, java.lang.String fieldSep, java.lang.String valueSep)
id
- identifier of the locationurl
- url of the providertype
- type of filefieldSep
- Field separatorvalueSep
- Value separatorpublic LyFileLocation(java.lang.String id, java.lang.String url, LyFileLocation.Type type, java.lang.String fieldSep, java.lang.String valueSep)
id
- identifier of the locationurl
- url of the providertype
- type of filefieldSep
- Field separatorvalueSep
- Value separatorMethod Detail |
---|
public LyFileLocation.Type getType()
public java.lang.String getFieldSep()
public java.lang.String getValueSep()
public boolean isPersistent()
isPersistent
in class LyLocation
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |