public class DefaultNGlob extends Object implements net.thevpc.nuts.expr.NGlob
| Constructor and Description |
|---|
DefaultNGlob() |
| Modifier and Type | Method and Description |
|---|---|
String |
escape(String s) |
String |
getSeparator() |
int |
getSupportLevel(net.thevpc.nuts.spi.NSupportLevelContext context) |
boolean |
isGlob(String pattern) |
net.thevpc.nuts.expr.NGlob |
setSeparator(String separator) |
Pattern |
toPattern(String pattern) |
String |
toPatternString(String pattern) |
public String getSeparator()
getSeparator in interface net.thevpc.nuts.expr.NGlobpublic net.thevpc.nuts.expr.NGlob setSeparator(String separator)
setSeparator in interface net.thevpc.nuts.expr.NGlobpublic boolean isGlob(String pattern)
isGlob in interface net.thevpc.nuts.expr.NGlobpublic Pattern toPattern(String pattern)
toPattern in interface net.thevpc.nuts.expr.NGlobpublic String toPatternString(String pattern)
toPatternString in interface net.thevpc.nuts.expr.NGlobpublic int getSupportLevel(net.thevpc.nuts.spi.NSupportLevelContext context)
getSupportLevel in interface net.thevpc.nuts.spi.NComponentCopyright © 2025 vpc open source initiative. All rights reserved.