类 ResourcePatternHints
java.lang.Object
cn.taketoday.aot.hint.ResourcePatternHints
A collection of
ResourcePatternHint describing whether resources should
be made available at runtime using a matching algorithm based on include/exclude
patterns.- 从以下版本开始:
- 4.0
- 作者:
- Stephane Nicoll, Brian Clozel, Sam Brannen, Harry Yang
-
嵌套类概要
嵌套类 -
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Return the exclude patterns to use to identify the resources to match.Return the include patterns to use to identify the resources to match.
-
字段详细资料
-
includes
-
excludes
-
-
构造器详细资料
-
ResourcePatternHints
-
-
方法详细资料
-
getIncludes
Return the include patterns to use to identify the resources to match.- 返回:
- the include patterns
-
getExcludes
Return the exclude patterns to use to identify the resources to match.- 返回:
- the exclude patterns
-