public class Logical
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PREFIX |
| Constructor and Description |
|---|
Logical() |
| Modifier and Type | Method and Description |
|---|---|
static int |
indexOfParenthesisMatch(java.lang.String str,
int first)
Given a string and a position in that string of an open parend, find the matching close parend.
|
static java.nio.file.PathMatcher |
parse(java.lang.String expression) |
public static final java.lang.String PREFIX
public static java.nio.file.PathMatcher parse(java.lang.String expression)
public static int indexOfParenthesisMatch(java.lang.String str,
int first)
str - The string to be searched for a matching parend.first - The index in the string of the opening parend whose close value is to be searched.Copyright © 2011-2014 Red Hat. All Rights Reserved.