object CLArgResolver

Wrapper for SFT and Config parsing that throws ParameterExceptions for JCommander

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CLArgResolver
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def getConfig(configArg: String): Config

    returns

    the converter config parsed from the args

    Annotations
    @throws( ... )
    Exceptions thrown

    ParameterException if the config cannot be parsed

  2. def getSft(specArg: String, featureName: String = null): SimpleFeatureType

    returns

    the SFT parsed from the Args

    Annotations
    @throws( ... )
    Exceptions thrown

    ParameterException if the SFT cannot be parsed