类的使用
cn.taketoday.lang.TodayStrategies
使用TodayStrategies的程序包
程序包
说明
Convenience classes for using runtime hints.
Framework global classes
-
cn.taketoday.aot.hint.support中TodayStrategies的使用
-
cn.taketoday.lang中TodayStrategies的使用
类型参数类型为TodayStrategies的cn.taketoday.lang中的字段修饰符和类型字段说明(专用程序包) static final ConcurrentReferenceHashMap<ClassLoader,Map<String, TodayStrategies>> TodayStrategies.strategiesCache修饰符和类型方法说明static TodayStrategiesTodayStrategies.forDefaultResourceLocation()Create aTodayStrategiesinstance that will load and instantiate the strategy implementations from "META-INF/today.strategies", 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", 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.