public final class SchemaUtils
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
private |
SchemaUtils()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
formatDescriptors(java.lang.String... descrs)
Returns a formatted string to describe the supplied descriptors.
|
static java.lang.String |
formatNumbers(int... numbers)
Returns a formatted string to describe the supplied numbers.
|
static java.lang.String |
formatOids(java.lang.String... oids)
Returns a formatted string to describe the supplied OIDs.
|
static java.lang.String[] |
parseDescriptors(java.lang.String descrs)
Parses the supplied descriptors string and returns it's contents as a string array.
|
static int[] |
parseNumbers(java.lang.String numbers)
Parses the supplied number string and returns it's contents as a string array.
|
static java.lang.String[] |
parseOIDs(java.lang.String oids)
Parses the supplied OID string and returns it's contents as a string array.
|
public static java.lang.String[] parseDescriptors(java.lang.String descrs)
descrs - string to parsepublic static java.lang.String[] parseOIDs(java.lang.String oids)
oids - string to parsepublic static int[] parseNumbers(java.lang.String numbers)
numbers - string to parsepublic static java.lang.String formatDescriptors(java.lang.String... descrs)
descrs - to formatpublic static java.lang.String formatOids(java.lang.String... oids)
oids - to formatpublic static java.lang.String formatNumbers(int... numbers)
numbers - to format