split

Return an array of ConfigDataLocation elements built by splitting this ConfigDataLocation around a delimiter of ";".

Return

the split locations

Since

2.4.7


open fun split(delimiter: String): Array<ConfigDataLocation>

Return an array of ConfigDataLocation elements built by splitting this ConfigDataLocation around the specified delimiter.

Return

the split locations

Since

2.4.7

Parameters

delimiter

the delimiter to split on