类 ProfilesParser.ParsedProfiles

java.lang.Object
cn.taketoday.core.env.ProfilesParser.ParsedProfiles
所有已实现的接口:
Profiles
封闭类:
ProfilesParser

private static class ProfilesParser.ParsedProfiles extends Object implements Profiles
  • 字段详细资料

    • expressions

      private final Set<String> expressions
    • parsed

      private final Profiles[] parsed
  • 构造器详细资料

    • ParsedProfiles

      ParsedProfiles(String[] expressions, Profiles[] parsed)
  • 方法详细资料

    • matches

      public boolean matches(Predicate<String> activeProfiles)
      从接口复制的说明: Profiles
      Test if this Profiles instance matches against the given predicate.
      指定者:
      matches 在接口中 Profiles
      参数:
      activeProfiles - a predicate that tests whether a given profile is currently active
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 Object
    • equals

      public boolean equals(@Nullable Object obj)
      覆盖:
      equals 在类中 Object
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object
    • wrap

      private String wrap(String str)