类 EnvironmentPostProcessorSupport

java.lang.Object
spring.turbo.core.env.EnvironmentPostProcessorSupport
所有已实现的接口:
org.springframework.boot.env.EnvironmentPostProcessor, org.springframework.core.Ordered
直接已知子类:
MiscellaneousSetupEnvironmentPostProcessor

public abstract class EnvironmentPostProcessorSupport extends Object implements org.springframework.boot.env.EnvironmentPostProcessor, org.springframework.core.Ordered
从以下版本开始:
2.0.8
作者:
应卓
  • 字段概要

    从接口继承的字段 org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • 构造器概要

    构造器
    构造器
    说明
    EnvironmentPostProcessorSupport(org.springframework.boot.logging.DeferredLogFactory logFactory, org.springframework.boot.ConfigurableBootstrapContext bootstrapContext)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    protected final void
    debug(String format, Object... args)
     
    protected final void
    error(String format, Object... args)
     
    protected abstract void
    execute(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)
     
    protected final void
    fatal(String format, Object... args)
     
    final org.springframework.boot.ConfigurableBootstrapContext
     
    protected final File
    getHomeDir(org.springframework.boot.SpringApplication application)
     
    protected final String
    getHomePath(org.springframework.boot.SpringApplication application)
     
    final org.apache.commons.logging.Log
     
    final int
     
    protected final void
    info(String format, Object... args)
     
    final void
    postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)
     
    final void
    setOrder(int order)
     
    protected final void
    trace(String format, Object... args)
     
    protected final void
    warn(String format, Object... args)
     

    从类继承的方法 java.lang.Object

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

    • EnvironmentPostProcessorSupport

      public EnvironmentPostProcessorSupport(org.springframework.boot.logging.DeferredLogFactory logFactory, org.springframework.boot.ConfigurableBootstrapContext bootstrapContext)
  • 方法详细资料

    • postProcessEnvironment

      public final void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)
      指定者:
      postProcessEnvironment 在接口中 org.springframework.boot.env.EnvironmentPostProcessor
    • execute

      protected abstract void execute(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)
    • getHomeDir

      protected final File getHomeDir(org.springframework.boot.SpringApplication application)
    • getHomePath

      protected final String getHomePath(org.springframework.boot.SpringApplication application)
    • trace

      protected final void trace(String format, Object... args)
    • debug

      protected final void debug(String format, Object... args)
    • info

      protected final void info(String format, Object... args)
    • warn

      protected final void warn(String format, Object... args)
    • error

      protected final void error(String format, Object... args)
    • fatal

      protected final void fatal(String format, Object... args)
    • getOrder

      public final int getOrder()
      指定者:
      getOrder 在接口中 org.springframework.core.Ordered
    • setOrder

      public final void setOrder(int order)
    • getLog

      public final org.apache.commons.logging.Log getLog()
    • getBootstrapContext

      public final org.springframework.boot.ConfigurableBootstrapContext getBootstrapContext()