java.lang.Object
io.xpipe.core.source.DataSourceReference.Latest
- All Implemented Interfaces:
DataSourceReference
- Enclosing interface:
DataSourceReference
Specifying the latest reference allows the user to always address the latest data source.
Data source referral this way is unstable however as adding or
removing data sources might change the referral behaviour and is therefore not recommended.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.xpipe.core.source.DataSourceReference
DataSourceReference.Id, DataSourceReference.Latest, DataSourceReference.Name, DataSourceReference.Type -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Latest
public Latest()
-
-
Method Details
-
toRefString
Description copied from interface:DataSourceReferenceReturns the internal string representation of this reference.- Specified by:
toRefStringin interfaceDataSourceReference
-
toString
- Specified by:
toStringin interfaceDataSourceReference- Overrides:
toStringin classObject
-
equals
-
hashCode
public int hashCode() -
getType
- Specified by:
getTypein interfaceDataSourceReference
-
getId
- Specified by:
getIdin interfaceDataSourceReference
-
getName
- Specified by:
getNamein interfaceDataSourceReference
-