|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.schema.SchemaUtils
public final class SchemaUtils
Provides utility methods for this package.
| Method Summary | |
|---|---|
static String |
formatDescriptors(String... descrs)
Returns a formatted string to describe the supplied descriptors. |
static String |
formatNumbers(int... numbers)
Returns a formatted string to describe the supplied numbers. |
static String |
formatOids(String... oids)
Returns a formatted string to describe the supplied OIDs. |
static String[] |
parseDescriptors(String descrs)
Parses the supplied descriptors string and returns it's contents as a string array. |
static int[] |
parseNumbers(String numbers)
Parses the supplied number string and returns it's contents as a string array. |
static String[] |
parseOIDs(String oids)
Parses the supplied OID string and returns it's contents as a string array. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String[] parseDescriptors(String descrs)
descrs - string to parse
public static String[] parseOIDs(String oids)
oids - string to parse
public static int[] parseNumbers(String numbers)
numbers - string to parse
public static String formatDescriptors(String... descrs)
descrs - to format
public static String formatOids(String... oids)
oids - to format
public static String formatNumbers(int... numbers)
numbers - to format
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||