程序包 proguard

类 ConfigurationVerifier


  • public class ConfigurationVerifier
    extends java.lang.Object
    This class performs sanity checks on a given configurations.
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void check()
      Checks the given configuration for potential problems.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • ConfigurationVerifier

        public ConfigurationVerifier​(Configuration configuration)
        Creates a new ConfigurationVerifier with the given configuration.
    • 方法详细资料

      • check

        public void check()
                   throws java.io.IOException
        Checks the given configuration for potential problems.
        抛出:
        java.io.IOException