parseIceCommandLineOptions abstract method

StringSeq parseIceCommandLineOptions(
  1. StringSeq options
)

Convert a sequence of command-line options into properties. All options that begin with one of the following prefixes are converted into properties: --Ice, --IceBox, --IceGrid, --IcePatch2, --IceSSL, --IceStorm, --Freeze, and --Glacier2. @param options The command-line options. @return The command-line options that do not start with one of the listed prefixes, in their original order.

Implementation

StringSeq parseIceCommandLineOptions(StringSeq options);