类的使用
cn.taketoday.lang.TodayStrategies
使用TodayStrategies的程序包
-
cn.taketoday.lang中TodayStrategies的使用
修饰符和类型方法说明static TodayStrategiesTodayStrategies.forDefaultResourceLocation()Create aTodayStrategiesinstance that will load and instantiate the strategy implementations from "META-INF/today-strategies.properties", using the default class loader.static TodayStrategiesTodayStrategies.forDefaultResourceLocation(ClassLoader classLoader) Create aTodayStrategiesinstance that will load and instantiate the strategy implementations from "META-INF/today-strategies.properties", using the given class loader.static TodayStrategiesTodayStrategies.forLocation(String resourceLocation) Create aTodayStrategiesinstance that will load and instantiate the strategy implementations from the given location, using the default class loader.static TodayStrategiesTodayStrategies.forLocation(String resourceLocation, ClassLoader classLoader) Create aTodayStrategiesinstance that will load and instantiate the strategy implementations from the given location, using the given class loader.