Uses of Class
org.aoju.bus.tracer.config.PropertyChain
Packages that use PropertyChain
-
Uses of PropertyChain in org.aoju.bus.tracer.config
Methods in org.aoju.bus.tracer.config that return PropertyChainModifier and TypeMethodDescriptionstatic PropertyChainPropertyChain.build(Properties... properties) static PropertyChainPropertiesBasedTraceFilter.loadPropertyChain()Loads a layered property chain based on: System properties merged entries from all/META-INF/Builder.propertiesfiles on the classpath (loaded in undefined order) merged entries from all/META-INF/Builder.default.propertiesfiles on the classpath (loaded in undefined order)Constructors in org.aoju.bus.tracer.config with parameters of type PropertyChainModifierConstructorDescriptionPropertiesBasedTraceFilter(PropertyChain propertyChain) PropertiesBasedTraceFilter(PropertyChain propertyChain, String profileName)