Companion
object Companion
Functions
Link copied to clipboard
Clean a given String List of any entry consisting only of whitespace or a length of 0
.
Link copied to clipboard
Encapsulate every element of the passed String List in quotes. Returns the list as ["element1","element2","element3"
etc.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Prompts the user to enter the values which will make up a String List in the new configuration file. If the user enters an empty line, the method is exited and the String List returned.