LocationPathOption constructor

LocationPathOption(
  1. String value
)

Implementation

LocationPathOption(final String value)
    : super(OptionType.locationPath, value);