Interface NormalizationProvider.SystemPropertiesNormalization

  • Enclosing interface:
    NormalizationProvider

    public static interface NormalizationProvider.SystemPropertiesNormalization
    Allows configuring the system property normalization of a project.
    Since:
    1.18
    • Method Detail

      • setIgnoredKeys

        NormalizationProvider.SystemPropertiesNormalization setIgnoredKeys​(java.lang.String... systemPropertyNames)
        Allows configuring the normalization to ignore system properties supplied.
        Parameters:
        systemPropertyNames - the system properties to be ignored
        Since:
        1.18
      • setIgnoredKeys

        NormalizationProvider.SystemPropertiesNormalization setIgnoredKeys​(java.util.List<java.lang.String> systemPropertyNames)
        Allows configuring the normalization to ignore system properties supplied.
        Parameters:
        systemPropertyNames - the system properties to be ignored
        Since:
        1.18
      • addIgnoredKeys

        NormalizationProvider.SystemPropertiesNormalization addIgnoredKeys​(java.lang.String... systemPropertyNames)
        Allows configuring the normalization to ignore system properties supplied.
        Parameters:
        systemPropertyNames - the system properties to be ignored
        Since:
        1.18
      • addIgnoredKeys

        NormalizationProvider.SystemPropertiesNormalization addIgnoredKeys​(java.util.List<java.lang.String> systemPropertyNames)
        Allows configuring the normalization to ignore system properties supplied.
        Parameters:
        systemPropertyNames - the system properties to be ignored
        Since:
        1.18