Class DecryptionLookup

  • All Implemented Interfaces:
    org.apache.commons.configuration2.interpol.Lookup

    public class DecryptionLookup
    extends Object
    implements org.apache.commons.configuration2.interpol.Lookup
    Implementation of Lookup that decrypts the variable.
    Author:
    avasquez
    • Constructor Detail

      • DecryptionLookup

        public DecryptionLookup​(TextEncryptor encryptor)
    • Method Detail

      • lookup

        public Object lookup​(String variable)
        Specified by:
        lookup in interface org.apache.commons.configuration2.interpol.Lookup