接口的使用
cn.taketoday.core.env.Environment
使用Environment的程序包
程序包
说明
environment abstraction consisting of bean definition
profile and hierarchical property source support.
-
cn.taketoday.core.env中Environment的使用
修饰符和类型接口说明interfaceConfiguration interface to be implemented by most if not allEnvironmenttypes.修饰符和类型类说明classAbstract base class forEnvironmentimplementations.classEnvironmentimplementation suitable for use in 'standard' (i.e. non-web) applications.修饰符和类型方法说明EnvironmentCapable.getEnvironment()Return theEnvironmentassociated with this component.