public class SourceArguments
extends java.lang.Object
| Constructor and Description |
|---|
SourceArguments() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
Source |
getSource()
Specifies the source content to load.
|
int |
getSourceReference()
The reference to the source.
|
int |
hashCode() |
void |
setSource(Source source)
Specifies the source content to load.
|
void |
setSourceReference(int sourceReference)
The reference to the source.
|
java.lang.String |
toString() |
@Pure public Source getSource()
This is an optional property.
public void setSource(Source source)
This is an optional property.
@Pure public int getSourceReference()
This is provided for backward compatibility since old backends do not understand the 'source' attribute.
public void setSourceReference(int sourceReference)
This is provided for backward compatibility since old backends do not understand the 'source' attribute.
@Pure public java.lang.String toString()
toString in class java.lang.Object@Pure public boolean equals(java.lang.Object obj)
equals in class java.lang.Object@Pure public int hashCode()
hashCode in class java.lang.Object