Interface Validatable

All Known Implementing Classes:
MacApplicationBundleExt, PwaExt, StaticSiteExt, WindowsInstallerExt, WindowsStandaloneExt, XcodeGenExt

public interface Validatable
Marker interface for all configuration sections in the plugin. Can be used to make sure all required options are provided and have acceptable values.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • validate

      void validate()