A C D E G H I K L M N O P R S T U V W

A

ADD_ORDINAL - Static variable in enum org.apache.directory.shared.ldap.ldif.ChangeType
Add ordinal value
addAttribute(EntryAttribute) - Method in class org.apache.directory.shared.ldap.ldif.LdifEntry
Add an attribute to the entry
addAttribute(String, Object) - Method in class org.apache.directory.shared.ldap.ldif.LdifEntry
Add an attribute to the entry
addModificationItem(Modification) - Method in class org.apache.directory.shared.ldap.ldif.LdifEntry
Add a modification item (used by modify operations)
addModificationItem(ModificationOperation, EntryAttribute) - Method in class org.apache.directory.shared.ldap.ldif.LdifEntry
Add a modification item (used by modify operations)
addModificationItem(ModificationOperation, String, Object) - Method in class org.apache.directory.shared.ldap.ldif.LdifEntry
Add a modification item
ATTRVAL_SPEC - Static variable in class org.apache.directory.shared.ldap.ldif.LdifReader
 
ATTRVAL_SPEC_OR_SEP - Static variable in class org.apache.directory.shared.ldap.ldif.LdifReader
 

C

CHANGE - Static variable in class org.apache.directory.shared.ldap.ldif.LdifReader
 
ChangeType - Enum in org.apache.directory.shared.ldap.ldif
A type safe enumeration for an LDIF record's change type.
clone() - Method in class org.apache.directory.shared.ldap.ldif.LdifEntry
Clone method
close() - Method in class org.apache.directory.shared.ldap.ldif.LdifReader
containsChanges - Variable in class org.apache.directory.shared.ldap.ldif.LdifReader
A flag set if the ldif contains changes
containsEntries - Variable in class org.apache.directory.shared.ldap.ldif.LdifReader
A flag set if the ldif contains entries
containsEntries() - Method in class org.apache.directory.shared.ldap.ldif.LdifReader
 
convertAttributesFromLdif(String) - Static method in class org.apache.directory.shared.ldap.ldif.LdifUtils
Convert a LDIF String to an attributes.
convertAttributesToLdif(Entry) - Static method in class org.apache.directory.shared.ldap.ldif.LdifUtils
Convert all the Entry's attributes to LDIF.
convertAttributesToLdif(Entry, int) - Static method in class org.apache.directory.shared.ldap.ldif.LdifUtils
Convert the Entry's attributes to LDIF.
convertEntryToLdif(Entry) - Static method in class org.apache.directory.shared.ldap.ldif.LdifUtils
Convert an Entry to LDIF
convertEntryToLdif(Entry, int) - Static method in class org.apache.directory.shared.ldap.ldif.LdifUtils
Convert an Entry as LDIF
convertToLdif(Attributes) - Static method in class org.apache.directory.shared.ldap.ldif.LdifUtils
Convert an Attributes as LDIF
convertToLdif(Attributes, int) - Static method in class org.apache.directory.shared.ldap.ldif.LdifUtils
Convert an Attributes as LDIF
convertToLdif(Attributes, DN, int) - Static method in class org.apache.directory.shared.ldap.ldif.LdifUtils
Convert an Attributes as LDIF.
convertToLdif(Attributes, DN) - Static method in class org.apache.directory.shared.ldap.ldif.LdifUtils
Convert an Attributes as LDIF.
convertToLdif(LdifEntry) - Static method in class org.apache.directory.shared.ldap.ldif.LdifUtils
Convert an LdifEntry to LDIF
convertToLdif(LdifEntry, int) - Static method in class org.apache.directory.shared.ldap.ldif.LdifUtils
Convert an LdifEntry to LDIF
convertToLdif(EntryAttribute) - Static method in class org.apache.directory.shared.ldap.ldif.LdifUtils
Converts an EntryAttribute to LDIF
convertToLdif(EntryAttribute, int) - Static method in class org.apache.directory.shared.ldap.ldif.LdifUtils
Converts an EntryAttribute as LDIF
createAttributes(Object...) - Static method in class org.apache.directory.shared.ldap.ldif.LdifUtils
Build a new Attributes instance from a LDIF list of lines.

D

DEFAULT_VERSION - Static variable in class org.apache.directory.shared.ldap.ldif.LdifReader
The ldif file version default value
DELETE_OLD_RDN - Static variable in class org.apache.directory.shared.ldap.ldif.LdifRevertor
Two constants for the deleteOldRdn flag
DELETE_ORDINAL - Static variable in enum org.apache.directory.shared.ldap.ldif.ChangeType
Delete ordinal value

E

EMPTY_MODS - Static variable in class org.apache.directory.shared.ldap.ldif.LdifEntry
Used in toArray()
equals(Object) - Method in class org.apache.directory.shared.ldap.ldif.LdifEntry
 
error - Variable in class org.apache.directory.shared.ldap.ldif.LdifReader
An Exception to handle error message, has Iterator.next() can't throw exceptions

G

get(String) - Method in class org.apache.directory.shared.ldap.ldif.LdifEntry
Returns a attribute given it's id
getChangeType() - Method in enum org.apache.directory.shared.ldap.ldif.ChangeType
Get's the ordinal value for a ChangeType.
getChangeType(int) - Static method in enum org.apache.directory.shared.ldap.ldif.ChangeType
 
getChangeType() - Method in class org.apache.directory.shared.ldap.ldif.LdifEntry
Get the change type
getControl() - Method in class org.apache.directory.shared.ldap.ldif.LdifEntry
 
getDn() - Method in class org.apache.directory.shared.ldap.ldif.LdifEntry
 
getEntry() - Method in class org.apache.directory.shared.ldap.ldif.LdifEntry
Get the entry's entry
getError() - Method in class org.apache.directory.shared.ldap.ldif.LdifReader
 
getModificationItems() - Method in class org.apache.directory.shared.ldap.ldif.LdifEntry
 
getModificationItemsArray() - Method in class org.apache.directory.shared.ldap.ldif.LdifEntry
Gets the modification items as an array.
getNewRdn() - Method in class org.apache.directory.shared.ldap.ldif.LdifEntry
 
getNewSuperior() - Method in class org.apache.directory.shared.ldap.ldif.LdifEntry
 
getSizeLimit() - Method in class org.apache.directory.shared.ldap.ldif.LdifReader
 
getVersion() - Method in class org.apache.directory.shared.ldap.ldif.LdifReader
 

H

hasError() - Method in class org.apache.directory.shared.ldap.ldif.LdifReader
 
hashCode() - Method in class org.apache.directory.shared.ldap.ldif.LdifEntry
 
hasNext() - Method in class org.apache.directory.shared.ldap.ldif.LdifReader
Tests to see if another LDIF is on the input channel.

I

inc() - Method in class org.apache.directory.shared.ldap.ldif.LdifReader.Position
Increment the current position by one
inc(int) - Method in class org.apache.directory.shared.ldap.ldif.LdifReader.Position
Increment the current position by the given value
isChangeAdd() - Method in class org.apache.directory.shared.ldap.ldif.LdifEntry
 
isChangeDelete() - Method in class org.apache.directory.shared.ldap.ldif.LdifEntry
 
isChangeModDn() - Method in class org.apache.directory.shared.ldap.ldif.LdifEntry
 
isChangeModify() - Method in class org.apache.directory.shared.ldap.ldif.LdifEntry
 
isChangeModRdn() - Method in class org.apache.directory.shared.ldap.ldif.LdifEntry
 
isDeleteOldRdn() - Method in class org.apache.directory.shared.ldap.ldif.LdifEntry
 
isEntry() - Method in class org.apache.directory.shared.ldap.ldif.LdifEntry
Tells if the current entry is a added one
isLDIFSafe(String) - Static method in class org.apache.directory.shared.ldap.ldif.LdifUtils
Checks if the input String contains only safe values, that is, the data does not need to be encoded for use with LDIF.
iterator() - Method in class org.apache.directory.shared.ldap.ldif.LdifReader
 

K

KEEP_OLD_RDN - Static variable in class org.apache.directory.shared.ldap.ldif.LdifRevertor
 

L

LdapLdifException - Exception in org.apache.directory.shared.ldap.ldif
An exception throws when we get an error while parsing a LDIF file.
LdapLdifException(String) - Constructor for exception org.apache.directory.shared.ldap.ldif.LdapLdifException
Creates a new instance of LdapLdifException.
LDIF_ENTRY - Static variable in class org.apache.directory.shared.ldap.ldif.LdifReader
Type of element read
LdifAttributesReader - Class in org.apache.directory.shared.ldap.ldif
<ldif-file> ::= "version:" <fill> <number> <seps> <dn-spec> <sep> <ldif-content-change> <ldif-content-change> ::= <number> <oid> <options-e> <value-spec> <sep> <attrval-specs-e> <ldif-attrval-record-e> | <alpha> <chars-e> <options-e> <value-spec> <sep> <attrval-specs-e> <ldif-attrval-record-e> | "control:" <fill> <number> <oid> <spaces-e> <criticality> <value-spec-e> <sep> <controls-e> "changetype:" <fill> <changerecord-type> <ldif-change-record-e> | "changetype:" <fill> <changerecord-type> <ldif-change-record-e> <ldif-attrval-record-e> ::= <seps> <dn-spec> <sep> <attributeType> <options-e> <value-spec> <sep> <attrval-specs-e> <ldif-attrval-record-e> | e <ldif-change-record-e> ::= <seps> <dn-spec> <sep> <controls-e> "changetype:" <fill> <changerecord-type> <ldif-change-record-e> | e <dn-spec> ::= "dn:" <fill> <safe-string> | "dn::" <fill> <base64-string> <controls-e> ::= "control:" <fill> <number> <oid> <spaces-e> <criticality> <value-spec-e> <sep> <controls-e> | e <criticality> ::= "true" | "false" | e <oid> ::= '.' <number> <oid> | e <attrval-specs-e> ::= <number> <oid> <options-e> <value-spec> <sep> <attrval-specs-e> | <alpha> <chars-e> <options-e> <value-spec> <sep> <attrval-specs-e> | e <value-spec-e> ::= <value-spec> | e <value-spec> ::= ':' <fill> <safe-string-e> | "::" <fill> <base64-chars> | ":<" <fill> <url> <attributeType> ::= <number> <oid> | <alpha> <chars-e> <options-e> ::= ';' <char> <chars-e> <options-e> |e <chars-e> ::= <char> <chars-e> | e <changerecord-type> ::= "add" <sep> <attributeType> <options-e> <value-spec> <sep> <attrval-specs-e> | "delete" <sep> | "modify" <sep> <mod-type> <fill> <attributeType> <options-e> <sep> <attrval-specs-e> <sep> '-' <sep> <mod-specs-e> | "moddn" <sep> <newrdn> <sep> "deleteoldrdn:" <fill> <0-1> <sep> <newsuperior-e> <sep> | "modrdn" <sep> <newrdn> <sep> "deleteoldrdn:" <fill> <0-1> <sep> <newsuperior-e> <sep> <newrdn> ::= ':' <fill> <safe-string> | "::" <fill> <base64-chars> <newsuperior-e> ::= "newsuperior" <newrdn> | e <mod-specs-e> ::= <mod-type> <fill> <attributeType> <options-e> <sep> <attrval-specs-e> <sep> '-' <sep> <mod-specs-e> | e <mod-type> ::= "add:" | "delete:" | "replace:" <url> ::= <a Uniform Resource Locator, as defined in [6]> LEXICAL ------- <fill> ::= ' ' <fill> | e <char> ::= <alpha> | <digit> | '-' <number> ::= <digit> <digits> <0-1> ::= '0' | '1' <digits> ::= <digit> <digits> | e <digit> ::= '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' <seps> ::= <sep> <seps-e> <seps-e> ::= <sep> <seps-e> | e <sep> ::= 0x0D 0x0A | 0x0A <spaces> ::= ' ' <spaces-e> <spaces-e> ::= ' ' <spaces-e> | e <safe-string-e> ::= <safe-string> | e <safe-string> ::= <safe-init-char> <safe-chars> <safe-init-char> ::= [0x01-0x09] | 0x0B | 0x0C | [0x0E-0x1F] | [0x21-0x39] | 0x3B | [0x3D-0x7F] <safe-chars> ::= <safe-char> <safe-chars> | e <safe-char> ::= [0x01-0x09] | 0x0B | 0x0C | [0x0E-0x7F] <base64-string> ::= <base64-char> <base64-chars> <base64-chars> ::= <base64-char> <base64-chars> | e <base64-char> ::= 0x2B | 0x2F | [0x30-0x39] | 0x3D | [0x41-9x5A] | [0x61-0x7A] <alpha> ::= [0x41-0x5A] | [0x61-0x7A] COMMENTS -------- - The ldap-oid VN is not correct in the RFC-2849.
LdifAttributesReader() - Constructor for class org.apache.directory.shared.ldap.ldif.LdifAttributesReader
Constructors
LdifControl - Class in org.apache.directory.shared.ldap.ldif
The LdifControl class stores a control defined for an entry found in a ldif file.
LdifControl(String) - Constructor for class org.apache.directory.shared.ldap.ldif.LdifControl
Create a new Control
LdifEntry - Class in org.apache.directory.shared.ldap.ldif
A entry to be populated by an ldif parser.
LdifEntry() - Constructor for class org.apache.directory.shared.ldap.ldif.LdifEntry
Creates a new Entry object.
LdifReader - Class in org.apache.directory.shared.ldap.ldif
<ldif-file> ::= "version:" <fill> <number> <seps> <dn-spec> <sep> <ldif-content-change> <ldif-content-change> ::= <number> <oid> <options-e> <value-spec> <sep> <attrval-specs-e> <ldif-attrval-record-e> | <alpha> <chars-e> <options-e> <value-spec> <sep> <attrval-specs-e> <ldif-attrval-record-e> | "control:" <fill> <number> <oid> <spaces-e> <criticality> <value-spec-e> <sep> <controls-e> "changetype:" <fill> <changerecord-type> <ldif-change-record-e> | "changetype:" <fill> <changerecord-type> <ldif-change-record-e> <ldif-attrval-record-e> ::= <seps> <dn-spec> <sep> <attributeType> <options-e> <value-spec> <sep> <attrval-specs-e> <ldif-attrval-record-e> | e <ldif-change-record-e> ::= <seps> <dn-spec> <sep> <controls-e> "changetype:" <fill> <changerecord-type> <ldif-change-record-e> | e <dn-spec> ::= "dn:" <fill> <safe-string> | "dn::" <fill> <base64-string> <controls-e> ::= "control:" <fill> <number> <oid> <spaces-e> <criticality> <value-spec-e> <sep> <controls-e> | e <criticality> ::= "true" | "false" | e <oid> ::= '.' <number> <oid> | e <attrval-specs-e> ::= <number> <oid> <options-e> <value-spec> <sep> <attrval-specs-e> | <alpha> <chars-e> <options-e> <value-spec> <sep> <attrval-specs-e> | e <value-spec-e> ::= <value-spec> | e <value-spec> ::= ':' <fill> <safe-string-e> | "::" <fill> <base64-chars> | ":<" <fill> <url> <attributeType> ::= <number> <oid> | <alpha> <chars-e> <options-e> ::= ';' <char> <chars-e> <options-e> |e <chars-e> ::= <char> <chars-e> | e <changerecord-type> ::= "add" <sep> <attributeType> <options-e> <value-spec> <sep> <attrval-specs-e> | "delete" <sep> | "modify" <sep> <mod-type> <fill> <attributeType> <options-e> <sep> <attrval-specs-e> <sep> '-' <sep> <mod-specs-e> | "moddn" <sep> <newrdn> <sep> "deleteoldrdn:" <fill> <0-1> <sep> <newsuperior-e> <sep> | "modrdn" <sep> <newrdn> <sep> "deleteoldrdn:" <fill> <0-1> <sep> <newsuperior-e> <sep> <newrdn> ::= ':' <fill> <safe-string> | "::" <fill> <base64-chars> <newsuperior-e> ::= "newsuperior" <newrdn> | e <mod-specs-e> ::= <mod-type> <fill> <attributeType> <options-e> <sep> <attrval-specs-e> <sep> '-' <sep> <mod-specs-e> | e <mod-type> ::= "add:" | "delete:" | "replace:" <url> ::= <a Uniform Resource Locator, as defined in [6]> LEXICAL ------- <fill> ::= ' ' <fill> | e <char> ::= <alpha> | <digit> | '-' <number> ::= <digit> <digits> <0-1> ::= '0' | '1' <digits> ::= <digit> <digits> | e <digit> ::= '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' <seps> ::= <sep> <seps-e> <seps-e> ::= <sep> <seps-e> | e <sep> ::= 0x0D 0x0A | 0x0A <spaces> ::= ' ' <spaces-e> <spaces-e> ::= ' ' <spaces-e> | e <safe-string-e> ::= <safe-string> | e <safe-string> ::= <safe-init-char> <safe-chars> <safe-init-char> ::= [0x01-0x09] | 0x0B | 0x0C | [0x0E-0x1F] | [0x21-0x39] | 0x3B | [0x3D-0x7F] <safe-chars> ::= <safe-char> <safe-chars> | e <safe-char> ::= [0x01-0x09] | 0x0B | 0x0C | [0x0E-0x7F] <base64-string> ::= <base64-char> <base64-chars> <base64-chars> ::= <base64-char> <base64-chars> | e <base64-char> ::= 0x2B | 0x2F | [0x30-0x39] | 0x3D | [0x41-9x5A] | [0x61-0x7A] <alpha> ::= [0x41-0x5A] | [0x61-0x7A] COMMENTS -------- - The ldap-oid VN is not correct in the RFC-2849.
LdifReader() - Constructor for class org.apache.directory.shared.ldap.ldif.LdifReader
Constructors
LdifReader(String) - Constructor for class org.apache.directory.shared.ldap.ldif.LdifReader
A constructor which takes a file name
LdifReader(Reader) - Constructor for class org.apache.directory.shared.ldap.ldif.LdifReader
A constructor which takes a Reader
LdifReader(InputStream) - Constructor for class org.apache.directory.shared.ldap.ldif.LdifReader
A constructor which takes an InputStream
LdifReader(File) - Constructor for class org.apache.directory.shared.ldap.ldif.LdifReader
A constructor which takes a File
LdifReader.Position - Class in org.apache.directory.shared.ldap.ldif
A private class to track the current position in a line
LdifReader.Position() - Constructor for class org.apache.directory.shared.ldap.ldif.LdifReader.Position
Creates a new instance of Position.
LdifRevertor - Class in org.apache.directory.shared.ldap.ldif
A helper class which provides methods to reverse a LDIF modification operation.
LdifRevertor() - Constructor for class org.apache.directory.shared.ldap.ldif.LdifRevertor
 
LdifUtils - Class in org.apache.directory.shared.ldap.ldif
Some LDIF useful methods
LdifUtils() - Constructor for class org.apache.directory.shared.ldap.ldif.LdifUtils
 
lines - Variable in class org.apache.directory.shared.ldap.ldif.LdifReader
A list of read lines

M

MOD_SPEC - Static variable in class org.apache.directory.shared.ldap.ldif.LdifReader
State values for the modify operation
MODDN_ORDINAL - Static variable in enum org.apache.directory.shared.ldap.ldif.ChangeType
ModDN ordinal value
MODIFY_ORDINAL - Static variable in enum org.apache.directory.shared.ldap.ldif.ChangeType
Modify ordinal value
MODRDN_ORDINAL - Static variable in enum org.apache.directory.shared.ldap.ldif.ChangeType
ModRDN ordinal value

N

next() - Method in class org.apache.directory.shared.ldap.ldif.LdifReader
Gets the next LDIF on the channel.

O

org.apache.directory.shared.ldap.ldif - package org.apache.directory.shared.ldap.ldif
 

P

parseAttributes(String) - Method in class org.apache.directory.shared.ldap.ldif.LdifAttributesReader
A method which parses a ldif string and returns a list of Attributes.
parseAttributeValue(String) - Static method in class org.apache.directory.shared.ldap.ldif.LdifReader
Parse an AttributeType/AttributeValue
parseAttributeValue(LdifEntry, String, String) - Method in class org.apache.directory.shared.ldap.ldif.LdifReader
Parse an AttributeType/AttributeValue
parseEntry(String) - Method in class org.apache.directory.shared.ldap.ldif.LdifAttributesReader
A method which parses a ldif string and returns a list of Entry.
parseLdif(String) - Method in class org.apache.directory.shared.ldap.ldif.LdifReader
A method which parses a ldif string and returns a list of entries.
parseLdif(BufferedReader) - Method in class org.apache.directory.shared.ldap.ldif.LdifReader
The main entry point of the LdifParser.
parseLdifFile(String) - Method in class org.apache.directory.shared.ldap.ldif.LdifReader
Parse a ldif file (using the default encoding).
parseLdifFile(String, String) - Method in class org.apache.directory.shared.ldap.ldif.LdifReader
Parse a ldif file, decoding it using the given charset encoding
parseSimpleValue(String, int) - Static method in class org.apache.directory.shared.ldap.ldif.LdifReader
Parse the value part.
parseValue(String, int) - Method in class org.apache.directory.shared.ldap.ldif.LdifReader
Parse the value part.
position - Variable in class org.apache.directory.shared.ldap.ldif.LdifReader
The current position
prefetched - Variable in class org.apache.directory.shared.ldap.ldif.LdifReader
Iterator prefetched entry
putAttribute(String, Object) - Method in class org.apache.directory.shared.ldap.ldif.LdifEntry
Add an attribute value to an existing attribute

R

reader - Variable in class org.apache.directory.shared.ldap.ldif.LdifReader
The ldif Reader
readExternal(ObjectInput) - Method in class org.apache.directory.shared.ldap.ldif.LdifEntry
 
readLines() - Method in class org.apache.directory.shared.ldap.ldif.LdifReader
Reads an entry in a ldif buffer, and returns the resulting lines, without comments, and unfolded.
remove() - Method in class org.apache.directory.shared.ldap.ldif.LdifReader
Always throws UnsupportedOperationException!
removeAttribute(String...) - Method in class org.apache.directory.shared.ldap.ldif.LdifEntry
Remove a list of Attributes from the LdifEntry
reverseAdd(DN) - Static method in class org.apache.directory.shared.ldap.ldif.LdifRevertor
Compute a reverse LDIF of an AddRequest.
reverseDel(DN, Entry) - Static method in class org.apache.directory.shared.ldap.ldif.LdifRevertor
Compute a reverse LDIF of a DeleteRequest.
reverseModify(DN, List<Modification>, Entry) - Static method in class org.apache.directory.shared.ldap.ldif.LdifRevertor
Compute the reversed LDIF for a modify request.
reverseMove(DN, DN) - Static method in class org.apache.directory.shared.ldap.ldif.LdifRevertor
Compute a reverse LDIF for a forward change which if in LDIF format would represent a Move operation.
reverseMoveAndRename(Entry, DN, RDN, boolean) - Static method in class org.apache.directory.shared.ldap.ldif.LdifRevertor
Revert a DN to it's previous version by removing the first RDN and adding the given RDN.
reverseRename(Entry, RDN, boolean) - Static method in class org.apache.directory.shared.ldap.ldif.LdifRevertor
Revert a DN to it's previous version by removing the first RDN and adding the given RDN.

S

setChangeType(ChangeType) - Method in class org.apache.directory.shared.ldap.ldif.LdifEntry
Set the modification type
setChangeType(String) - Method in class org.apache.directory.shared.ldap.ldif.LdifEntry
Set the change type
setControl(Control) - Method in class org.apache.directory.shared.ldap.ldif.LdifEntry
Add a control to the entry
setDeleteOldRdn(boolean) - Method in class org.apache.directory.shared.ldap.ldif.LdifEntry
Set the flage deleteOldRdn
setDn(DN) - Method in class org.apache.directory.shared.ldap.ldif.LdifEntry
Set the Distinguished Name
setDn(String) - Method in class org.apache.directory.shared.ldap.ldif.LdifEntry
Set the Distinguished Name
setNewRdn(String) - Method in class org.apache.directory.shared.ldap.ldif.LdifEntry
Set the new RDN
setNewSuperior(String) - Method in class org.apache.directory.shared.ldap.ldif.LdifEntry
Set the new superior
setSizeLimit(long) - Method in class org.apache.directory.shared.ldap.ldif.LdifReader
Set the maximum file size that can be accepted for an attribute value
size() - Method in class org.apache.directory.shared.ldap.ldif.LdifEntry
 
SIZE_LIMIT_DEFAULT - Static variable in class org.apache.directory.shared.ldap.ldif.LdifReader
The default size limit : 1Mo
sizeLimit - Variable in class org.apache.directory.shared.ldap.ldif.LdifReader
Size limit for file contained values
stripLineToNChars(String, int) - Static method in class org.apache.directory.shared.ldap.ldif.LdifUtils
Strips the String every n specified characters

T

toString() - Method in class org.apache.directory.shared.ldap.ldif.LdifControl
 
toString() - Method in class org.apache.directory.shared.ldap.ldif.LdifEntry
 

U

UNKNOWN - Static variable in class org.apache.directory.shared.ldap.ldif.LdifReader
 

V

valueOf(String) - Static method in enum org.apache.directory.shared.ldap.ldif.ChangeType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.directory.shared.ldap.ldif.ChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
version - Variable in class org.apache.directory.shared.ldap.ldif.LdifReader
The ldif version

W

writeExternal(ObjectOutput) - Method in class org.apache.directory.shared.ldap.ldif.LdifEntry
 

A C D E G H I K L M N O P R S T U V W

Copyright © 2010 The Apache Software Foundation. All Rights Reserved.