Class AbstractLockConfig


  • @Deprecated
    public abstract class AbstractLockConfig
    extends SafeConfig
    Deprecated.
    Use SafeConfig instead

    Apologies to anyone who stepped up to use Tools 2.0-beta1 and made their tools extend this class. Please just extend the SafeConfig class now. It is better named and no longer requires implementation of SafeConfig.configure(ValueParser), as that may not be needed by subclasses that may simply want to know safeMode and/or lockConfig settings.

    Sorry for any inconvenience, but this class will be removed before Tools 2.0 goes final. Please update your subclasses before that time. Thanks.

    Since:
    VelocityTools 2.0
    • Constructor Detail

      • AbstractLockConfig

        public AbstractLockConfig()
        Deprecated.