public interface IScriptLocation extends IRawLocation
The following features are supported:
IRepositoryPackage.getScriptLocation()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<IScript> |
getScripts()
Returns the value of the 'Scripts' containment reference list.
|
boolean |
isDefault()
Returns the value of the 'Default' attribute.
|
boolean |
isRecursive()
Returns the value of the 'Recursive' attribute.
|
void |
setDefault(boolean value)
Sets the value of the '
Default ' attribute. |
void |
setRecursive(boolean value)
Sets the value of the '
Recursive ' attribute. |
getInputStream, getLocation, getResource, isUpdatePending, setLocation, setUpdatePending
boolean isRecursive()
"false"
.
If the meaning of the 'Recursive' attribute isn't clear, there really should be more of a description here...
setRecursive(boolean)
,
IRepositoryPackage.getScriptLocation_Recursive()
void setRecursive(boolean value)
Recursive
' attribute.
value
- the new value of the 'Recursive' attribute.isRecursive()
boolean isDefault()
"false"
.
If the meaning of the 'Default' attribute isn't clear, there really should be more of a description here...
setDefault(boolean)
,
IRepositoryPackage.getScriptLocation_Default()
void setDefault(boolean value)
Default
' attribute.
value
- the new value of the 'Default' attribute.isDefault()
org.eclipse.emf.common.util.EList<IScript> getScripts()
IScript
. It is bidirectional and its opposite is
'Entry
'.
If the meaning of the 'Scripts' containment reference list isn't clear, there really should be more of a description here...
IRepositoryPackage.getScriptLocation_Scripts()
,
IScript.getEntry()