接口的使用
cn.taketoday.core.env.Profiles
使用Profiles的程序包
程序包
说明
environment abstraction consisting of bean definition
profile and hierarchical property source support.
-
cn.taketoday.core.env中Profiles的使用
声明为Profiles的cn.taketoday.core.env中的字段修饰符和类型方法说明private static Profilesprivate static Profilesprivate static ProfilesProfilesParser.merge(String expression, List<Profiles> elements, ProfilesParser.Operator operator) private static Profilesstatic ProfilesCreate a newProfilesinstance that checks for matches against the given profile expressions.private static Profiles(专用程序包) static Profilesprivate static ProfilesProfilesParser.parseExpression(String expression) private static ProfilesProfilesParser.parseTokens(String expression, StringTokenizer tokens) private static ProfilesProfilesParser.parseTokens(String expression, StringTokenizer tokens, ProfilesParser.Context context) 返回变量类型为Profiles的类型的cn.taketoday.core.env中的方法修饰符和类型方法说明参数类型为Profiles的cn.taketoday.core.env中的方法修饰符和类型方法说明booleanAbstractEnvironment.acceptsProfiles(Profiles profiles) booleanEnvironment.acceptsProfiles(Profiles profiles) Determine whether the givenProfilespredicate matches the active profiles — or in the case of no explicit active profiles, whether the givenProfilespredicate matches the default profiles.private static Profilesprivate static Profilesprivate static Profiles类型变量类型为Profiles的cn.taketoday.core.env中的方法参数修饰符和类型方法说明private static ProfilesProfilesParser.merge(String expression, List<Profiles> elements, ProfilesParser.Operator operator) 参数类型为Profiles的cn.taketoday.core.env中的构造器