Interface SubstitutionMapProvider

All Known Implementing Classes:
SimpleSplittingSubstitutionMapProvider

public interface SubstitutionMapProvider
Provides substitution maps for use with command-line compilers.

Any implementation should provide a parameterless constructor, as the provider is instantiated via Class.newInstance().

  • Method Summary

    Modifier and Type
    Method
    Description
    get()
    Gets the substitution map.
  • Method Details

    • get

      Gets the substitution map.
      Returns:
      The substitution map provided by this class.