| Package | Description |
|---|---|
| org.apache.directory.api.ldap.model.entry | |
| org.apache.directory.api.ldap.model.filter | |
| org.apache.directory.api.util |
| Modifier and Type | Method and Description |
|---|---|
static String |
AttributeUtils.parseAttribute(byte[] str,
Position pos,
boolean withOption,
boolean relaxed)
Parse an attribute.
|
| Modifier and Type | Method and Description |
|---|---|
static ExprNode |
FilterParser.parse(SchemaManager schemaManager,
String filter,
Position pos) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Strings.trimLeft(byte[] bytes,
Position pos)
Removes spaces (char <= 32) from a position in this array, handling
null by returning null. |
static void |
Strings.trimLeft(String string,
Position pos)
Removes spaces (char <= 32) from a position in this array, handling
null by returning null. |
static String |
Strings.trimRight(byte[] bytes,
Position pos)
Removes spaces (char <= 32) from end of this string, handling
null by returning null. |
static String |
Strings.trimRight(String string,
Position pos)
Removes spaces (char <= 32) from end of this string, handling
null by returning null. |
Copyright © 2021. All rights reserved.