类的使用
cn.taketoday.core.env.EnumerablePropertySource
使用EnumerablePropertySource的程序包
程序包
说明
environment abstraction consisting of bean definition
profile and hierarchical property source support.
-
cn.taketoday.core.env中EnumerablePropertySource的使用
修饰符和类型类说明classAbstract base class forPropertySourceimplementations backed by command line arguments.classCompositePropertySourceimplementation that iterates over a set ofPropertySourceinstances.classCommandLinePropertySourceimplementation backed by a JOptOptionSet.classPropertySourcethat reads keys and values from aMapobject.classSimplePropertySourceimplementation for use in testing.classMutable MapPropertySourceclassPropertySourceimplementation that extracts properties from aPropertiesobject.classCommandLinePropertySourceimplementation backed by a simple String array.classSpecialization ofMapPropertySourcedesigned for use with system environment variables. -
cn.taketoday.core.io中EnumerablePropertySource的使用
修饰符和类型类说明classSubclass ofPropertiesPropertySourcethat loads aPropertiesobject from a givenResourceor resource location such as"classpath:/com/myco/foo.properties"or"file:/path/to/file.xml".