Package | Description |
---|---|
fr.aumgn.bukkitutils.glob |
Modifier and Type | Method and Description |
---|---|
Glob |
Glob.caseInsensitive()
Defines that the glob is case insensitive.
|
Glob |
Glob.caseSensitive()
Defines that the glob is case sensitive.
|
Glob |
Glob.ci()
Alias for
caseInsensitive() . |
Glob |
Glob.cs()
Alias for
caseSensitive() . |
Glob |
Glob.exact()
Defines that the glob match the entire token.
|
Glob |
Glob.fromStart()
Defines that the glob match the token
from the start.
|
Glob |
Glob.partial()
Defines that the glob match the token partially.
|
Copyright © 2012. All Rights Reserved.