Class VerifyConfig


  • public class VerifyConfig
    extends Object
    This class represents the configuration of a JE backend verification process.
    • Constructor Detail

      • VerifyConfig

        public VerifyConfig​(Dn baseDN)
        builds a new verify config object.
        Parameters:
        baseDN - The base DN to be verified.
    • Method Detail

      • getBaseDN

        public Dn getBaseDN()
        Get the base DN to be verified.
        Returns:
        The base DN to be verified.
      • getCompleteList

        public List<String> getCompleteList()
        Get the names of indexes to be verified for completeness.
        Returns:
        The names of indexes to be verified for completeness.
      • addCompleteIndex

        public void addCompleteIndex​(String index)
        Add the name of an index to those indexes to be verified for completeness.
        Parameters:
        index - The name of an index to be verified for completeness.
      • getCleanList

        public List<String> getCleanList()
        Get the names of indexes to be verified for cleanliness.
        Returns:
        The names of indexes to be verified for cleanliness.
      • addCleanIndex

        public void addCleanIndex​(String index)
        Add the name of an index to those indexes to be verified for cleanliness.
        Parameters:
        index - The name of an index to be verified for cleanliness.