Modifier and Type | Method and Description |
---|---|
GlobPattern<String> |
build()
Construct the
GlobPattern . |
<T> GlobPattern<T> |
build(com.google.common.base.Function<T,String> toString)
Construct the
GlobPattern . |
Glob |
caseInsensitive()
Defines that the glob is case insensitive.
|
Glob |
caseSensitive()
Defines that the glob is case sensitive.
|
Glob |
ci()
Alias for
caseInsensitive() . |
Glob |
cs()
Alias for
caseSensitive() . |
Glob |
exact()
Defines that the glob match the entire token.
|
Glob |
fromStart()
Defines that the glob match the token
from the start.
|
Glob |
partial()
Defines that the glob match the token partially.
|
public Glob caseSensitive()
public Glob cs()
caseSensitive()
.public Glob caseInsensitive()
public Glob ci()
caseInsensitive()
.public GlobPattern<String> build()
GlobPattern
.public <T> GlobPattern<T> build(com.google.common.base.Function<T,String> toString)
GlobPattern
.Copyright © 2012. All Rights Reserved.