Class ScopeFilter

    • Constructor Detail

      • ScopeFilter

        public ScopeFilter​(String includeScope,
                           String excludeScope)

        Constructor for ScopeFilter.

        Parameters:
        includeScope - the scope to be included.
        excludeScope - the scope to be excluded.
    • Method Detail

      • getIncludeScope

        public String getIncludeScope()

        Getter for the field includeScope.

        Returns:
        Returns the includeScope.
      • setIncludeScope

        public void setIncludeScope​(String scope)

        Setter for the field includeScope.

        Parameters:
        scope - The includeScope to set.
      • getExcludeScope

        public String getExcludeScope()

        Getter for the field excludeScope.

        Returns:
        Returns the excludeScope.
      • setExcludeScope

        public void setExcludeScope​(String scope)

        Setter for the field excludeScope.

        Parameters:
        scope - The excludeScope to set.