类 Regex
java.lang.Object
cn.taketoday.buildpack.platform.docker.type.Regex
- 所有已实现的接口:
CharSequence
Regular Expressions for image names and references based on those found in the Docker
codebase.
- 作者:
- Scott Frederick, Phillip Webb
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明charcharAt(int index) (专用程序包) Patterncompile()private static Regexgroup(CharSequence... expressions) intlength()private static Regexof(CharSequence... expressions) private static RegexoneOf(CharSequence... expressions) private RegexsubSequence(int start, int end) toString()private Regex从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait从接口继承的方法 java.lang.CharSequence
chars, codePoints, isEmpty
-
字段详细资料
-
DOMAIN
-
PATH_COMPONENT
-
PATH
-
TAG
-
DIGEST
-
value
-
-
构造器详细资料
-
Regex
-
-
方法详细资料
-
oneOrMoreTimes
-
zeroOrOnce
-
compile
Pattern compile() -
length
public int length()- 指定者:
length在接口中CharSequence
-
charAt
public char charAt(int index) - 指定者:
charAt在接口中CharSequence
-
subSequence
- 指定者:
subSequence在接口中CharSequence
-
toString
- 指定者:
toString在接口中CharSequence- 覆盖:
toString在类中Object
-
of
-
oneOf
-
group
-