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

A

AnnotatedStandardMBean - Class in org.apache.jackrabbit.oak.commons.jmx
The extension of StandardMBean that will automatically provide JMX metadata through annotations.
AnnotatedStandardMBean(T, Class<T>) - Constructor for class org.apache.jackrabbit.oak.commons.jmx.AnnotatedStandardMBean
Make a DynamicMBean out of the object implementation, using the specified mbeanInterface class.
AnnotatedStandardMBean(Class<?>) - Constructor for class org.apache.jackrabbit.oak.commons.jmx.AnnotatedStandardMBean
 
append(JsopWriter) - Method in class org.apache.jackrabbit.oak.commons.json.JsopBuilder
Append all entries of the given buffer.
append(JsopWriter) - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
append(JsopWriter) - Method in interface org.apache.jackrabbit.oak.commons.json.JsopWriter
Append all entries of the given writer.
array() - Method in class org.apache.jackrabbit.oak.commons.json.JsopBuilder
Append '['.
array() - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
array() - Method in interface org.apache.jackrabbit.oak.commons.json.JsopWriter
Append '['.

C

Cache<K,V extends Cache.Value> - Class in org.apache.jackrabbit.oak.commons.cache
 
Cache.Backend<K,V> - Interface in org.apache.jackrabbit.oak.commons.cache
A cache backend that can load objects from persistent storage.
Cache.Value - Interface in org.apache.jackrabbit.oak.commons.cache
A cacheable object.
clear() - Method in class org.apache.jackrabbit.oak.commons.cache.Cache
 
closeQuietly(Closeable) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
Unconditionally close a Closeable.
closeQuietly(Socket) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
Unconditionally close a Socket.
COMMENT - Static variable in interface org.apache.jackrabbit.oak.commons.json.JsopReader
The token type of a comment, if supported by the reader.
concat(String, String...) - Static method in class org.apache.jackrabbit.oak.commons.PathUtils
Concatenate path elements.
concat(String, String) - Static method in class org.apache.jackrabbit.oak.commons.PathUtils
Concatenate path elements.
convertBytesToHex(byte[]) - Static method in class org.apache.jackrabbit.oak.commons.StringUtils
Convert a byte array to a hex encoded string.
convertHexToBytes(String) - Static method in class org.apache.jackrabbit.oak.commons.StringUtils
Convert a hex encoded string to a byte array.
copy(InputStream, OutputStream) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
Copy bytes from an InputStream to an OutputStream.
create(JsopTokenizer) - Static method in class org.apache.jackrabbit.oak.commons.json.JsonObject
Reads a JSON object from the given tokenizer.

D

decode(String) - Static method in class org.apache.jackrabbit.oak.commons.json.JsopTokenizer
Decode a Json string.
decodeQuoted(String) - Static method in class org.apache.jackrabbit.oak.commons.json.JsopTokenizer
Decode a quoted Json string.
defaultcomparator - Static variable in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
 
denotesCurrent(String) - Static method in class org.apache.jackrabbit.oak.commons.PathUtils
 
denotesParent(String) - Static method in class org.apache.jackrabbit.oak.commons.PathUtils
 
denotesRoot(String) - Static method in class org.apache.jackrabbit.oak.commons.PathUtils
Whether the path is the root path ("/").
Description - Annotation Type in org.apache.jackrabbit.oak.commons.jmx
Produces a description that will be used by JMX metadata.
displayUsage() - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
 
dropIndexFromName(String) - Static method in class org.apache.jackrabbit.oak.commons.PathUtils
Returns the given name without the possible SNS index suffix.

E

elements(String) - Static method in class org.apache.jackrabbit.oak.commons.PathUtils
Returns an Iterable for the path elements.
encode(String) - Static method in class org.apache.jackrabbit.oak.commons.json.JsopBuilder
Convert a string to a quoted Json literal using the correct escape sequences.
encodedValue(String) - Method in class org.apache.jackrabbit.oak.commons.json.JsopBuilder
Append an already encoded value.
encodedValue(String) - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
encodedValue(String) - Method in interface org.apache.jackrabbit.oak.commons.json.JsopWriter
Append an already encoded value.
END - Static variable in interface org.apache.jackrabbit.oak.commons.json.JsopReader
The token type that signals the end of the stream.
endArray() - Method in class org.apache.jackrabbit.oak.commons.json.JsopBuilder
Append ']'.
endArray() - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
endArray() - Method in interface org.apache.jackrabbit.oak.commons.json.JsopWriter
Append ']'.
endObject() - Method in class org.apache.jackrabbit.oak.commons.json.JsopBuilder
Append '}'.
endObject() - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
endObject() - Method in interface org.apache.jackrabbit.oak.commons.json.JsopWriter
Append '}'.
ERROR - Static variable in interface org.apache.jackrabbit.oak.commons.json.JsopReader
The token type of a parse error.
escape(String, int, StringBuilder) - Static method in class org.apache.jackrabbit.oak.commons.json.JsopBuilder
Escape a string into the target buffer.
estimateBestSizeOfBlocks(File, int, long) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
 
estimatedSizeOf(String) - Static method in class org.apache.jackrabbit.oak.commons.sort.StringSizeEstimator
Estimates the size of a String object in bytes.
ExternalSort - Class in org.apache.jackrabbit.oak.commons.sort
Source copied from a publicly available library.
ExternalSort() - Constructor for class org.apache.jackrabbit.oak.commons.sort.ExternalSort
 

F

FALSE - Static variable in interface org.apache.jackrabbit.oak.commons.json.JsopReader
The token type of the value "false".

G

get(K) - Method in class org.apache.jackrabbit.oak.commons.cache.Cache
 
getAncestorPath(String, int) - Static method in class org.apache.jackrabbit.oak.commons.PathUtils
Get the nth ancestor of a path.
getChildren() - Method in class org.apache.jackrabbit.oak.commons.json.JsonObject
 
getDepth(String) - Static method in class org.apache.jackrabbit.oak.commons.PathUtils
Calculate the number of elements in the path.
getDescription(MBeanInfo) - Method in class org.apache.jackrabbit.oak.commons.jmx.AnnotatedStandardMBean
 
getDescription(MBeanAttributeInfo) - Method in class org.apache.jackrabbit.oak.commons.jmx.AnnotatedStandardMBean
 
getDescription(MBeanOperationInfo) - Method in class org.apache.jackrabbit.oak.commons.jmx.AnnotatedStandardMBean
 
getDescription(MBeanOperationInfo, MBeanParameterInfo, int) - Method in class org.apache.jackrabbit.oak.commons.jmx.AnnotatedStandardMBean
 
getEscapedToken() - Method in class org.apache.jackrabbit.oak.commons.json.JsopTokenizer
Get the last encoded (raw) string, including escape sequences.
getImpact(MBeanOperationInfo) - Method in class org.apache.jackrabbit.oak.commons.jmx.AnnotatedStandardMBean
 
getLastPos() - Method in class org.apache.jackrabbit.oak.commons.json.JsopTokenizer
 
getMemory() - Method in interface org.apache.jackrabbit.oak.commons.cache.Cache.Value
Get the memory required in bytes.
getMemoryMax() - Method in class org.apache.jackrabbit.oak.commons.cache.Cache
 
getMemoryUsed() - Method in class org.apache.jackrabbit.oak.commons.cache.Cache
 
getName(String) - Static method in class org.apache.jackrabbit.oak.commons.PathUtils
Get the last element of the (absolute or relative) path.
getNextSlash(String, int) - Static method in class org.apache.jackrabbit.oak.commons.PathUtils
Get the index of the next slash.
getParameterName(MBeanOperationInfo, MBeanParameterInfo, int) - Method in class org.apache.jackrabbit.oak.commons.jmx.AnnotatedStandardMBean
 
getParentPath(String) - Static method in class org.apache.jackrabbit.oak.commons.PathUtils
Get the parent of a path.
getPos() - Method in class org.apache.jackrabbit.oak.commons.json.JsopTokenizer
 
getProperties() - Method in class org.apache.jackrabbit.oak.commons.json.JsonObject
 
getToken() - Method in interface org.apache.jackrabbit.oak.commons.json.JsopReader
Get the last token value if the the token type was STRING or NUMBER.
getToken() - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
getToken() - Method in class org.apache.jackrabbit.oak.commons.json.JsopTokenizer
Get the last token value if the the token type was STRING or NUMBER.
getTokenType() - Method in interface org.apache.jackrabbit.oak.commons.json.JsopReader
Get the token type of the last token.
getTokenType() - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
getTokenType() - Method in class org.apache.jackrabbit.oak.commons.json.JsopTokenizer
Get the token type of the last token.

H

humanReadableByteCount(long) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
Returns a human-readable version of the file size, where the input represents a specific number of bytes.

I

IDENTIFIER - Static variable in interface org.apache.jackrabbit.oak.commons.json.JsopReader
The token type of an identifier (an unquoted string), if supported by the reader.
Impact - Annotation Type in org.apache.jackrabbit.oak.commons.jmx
Produces an operation impact that will be returned by JMX MBeanOperationInfo.getImpact().
ImpactOption - Enum in org.apache.jackrabbit.oak.commons.jmx
 
IOUtils - Class in org.apache.jackrabbit.oak.commons
Input/output utility methods.
isAbsolute(String) - Static method in class org.apache.jackrabbit.oak.commons.PathUtils
Whether the path is absolute (starts with a slash) or not.
isAncestor(String, String) - Static method in class org.apache.jackrabbit.oak.commons.PathUtils
Check if a path is a (direct or indirect) ancestor of another path.
isValid(String) - Static method in class org.apache.jackrabbit.oak.commons.PathUtils
Check if the path is valid.

J

JsonObject - Class in org.apache.jackrabbit.oak.commons.json
Simple JSON Object representation
JsonObject() - Constructor for class org.apache.jackrabbit.oak.commons.json.JsonObject
 
JsopBuilder - Class in org.apache.jackrabbit.oak.commons.json
A builder for Json and Jsop strings.
JsopBuilder() - Constructor for class org.apache.jackrabbit.oak.commons.json.JsopBuilder
 
JsopReader - Interface in org.apache.jackrabbit.oak.commons.json
A reader for Json and Jsop strings.
JsopStream - Class in org.apache.jackrabbit.oak.commons.json
A fast Jsop writer / reader.
JsopStream() - Constructor for class org.apache.jackrabbit.oak.commons.json.JsopStream
 
JsopTokenizer - Class in org.apache.jackrabbit.oak.commons.json
A tokenizer for Json and Jsop strings.
JsopTokenizer(String, int) - Constructor for class org.apache.jackrabbit.oak.commons.json.JsopTokenizer
 
JsopTokenizer(String) - Constructor for class org.apache.jackrabbit.oak.commons.json.JsopTokenizer
 
JsopWriter - Interface in org.apache.jackrabbit.oak.commons.json
A builder for Json and Json diff strings.

K

key(String) - Method in class org.apache.jackrabbit.oak.commons.json.JsopBuilder
Append the key (in quotes) plus a colon.
key(String) - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
key(String) - Method in interface org.apache.jackrabbit.oak.commons.json.JsopWriter
Append the key (in quotes) plus a colon.

L

length() - Method in class org.apache.jackrabbit.oak.commons.json.JsopBuilder
Get the buffer length.
load(K) - Method in interface org.apache.jackrabbit.oak.commons.cache.Cache.Backend
Load the object.

M

main(String[]) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
 
matches(int) - Method in interface org.apache.jackrabbit.oak.commons.json.JsopReader
Read a token which must match a given token type.
matches(int) - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
matches(int) - Method in class org.apache.jackrabbit.oak.commons.json.JsopTokenizer
Read a token which must match a given token type.
merge(BufferedWriter, Comparator<String>, boolean, List<BinaryFileBuffer>) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
This merges several BinaryFileBuffer to an output writer.
mergeSortedFiles(List<File>, File) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
This merges a bunch of temporary flat files
mergeSortedFiles(List<File>, File, Comparator<String>) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
This merges a bunch of temporary flat files
mergeSortedFiles(List<File>, File, Comparator<String>, boolean) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
This merges a bunch of temporary flat files
mergeSortedFiles(List<File>, File, Comparator<String>, Charset, boolean, boolean, boolean) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
This merges a bunch of temporary flat files
mergeSortedFiles(List<File>, File, Comparator<String>, Charset, boolean) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
This merges a bunch of temporary flat files
mergeSortedFiles(List<File>, File, Comparator<String>, Charset) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
This merges a bunch of temporary flat files

N

NAME - Static variable in annotation type org.apache.jackrabbit.oak.commons.jmx.Description
 
NAME - Static variable in annotation type org.apache.jackrabbit.oak.commons.jmx.Impact
 
Name - Annotation Type in org.apache.jackrabbit.oak.commons.jmx
Produces a parameter name that will be returned by JMX MBeanFeatureInfo.getName().
NAME - Static variable in annotation type org.apache.jackrabbit.oak.commons.jmx.Name
 
newInstance(Cache.Backend<K, V>, int) - Static method in class org.apache.jackrabbit.oak.commons.cache.Cache
 
newline() - Method in class org.apache.jackrabbit.oak.commons.json.JsopBuilder
Append a newline character.
newline() - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
newline() - Method in interface org.apache.jackrabbit.oak.commons.json.JsopWriter
Append a newline character.
nextPowerOf2(int) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
Get the value that is equal or higher than this value, and that is a power of two.
NULL - Static variable in interface org.apache.jackrabbit.oak.commons.json.JsopReader
The token type of "null".
NUMBER - Static variable in interface org.apache.jackrabbit.oak.commons.json.JsopReader
The token type of a number value.

O

object() - Method in class org.apache.jackrabbit.oak.commons.json.JsopBuilder
Append '{'.
object() - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
object() - Method in interface org.apache.jackrabbit.oak.commons.json.JsopWriter
Append '{'.
org.apache.jackrabbit.oak.commons - package org.apache.jackrabbit.oak.commons
 
org.apache.jackrabbit.oak.commons.cache - package org.apache.jackrabbit.oak.commons.cache
 
org.apache.jackrabbit.oak.commons.jmx - package org.apache.jackrabbit.oak.commons.jmx
Provides annotation support to produce JMX metadata.
org.apache.jackrabbit.oak.commons.json - package org.apache.jackrabbit.oak.commons.json
 
org.apache.jackrabbit.oak.commons.sort - package org.apache.jackrabbit.oak.commons.sort
 

P

PathUtils - Class in org.apache.jackrabbit.oak.commons
Utility methods to parse a path.
populate(Object, Map<String, ?>, boolean) - Static method in class org.apache.jackrabbit.oak.commons.PropertiesUtil
Populates the bean properties from config instance.
prettyPrint(String) - Static method in class org.apache.jackrabbit.oak.commons.json.JsopBuilder
Beautify (format) the json / jsop string.
PropertiesUtil - Class in org.apache.jackrabbit.oak.commons
The PropertiesUtil is a utility class providing some usefull utility methods for converting property types.
PropertiesUtil() - Constructor for class org.apache.jackrabbit.oak.commons.PropertiesUtil
 
put(K, V) - Method in class org.apache.jackrabbit.oak.commons.cache.Cache
 

R

read(int) - Method in interface org.apache.jackrabbit.oak.commons.json.JsopReader
Read a token which must match a given token type.
read() - Method in interface org.apache.jackrabbit.oak.commons.json.JsopReader
Read a token and return the token type.
read(int) - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
read() - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
read(int) - Method in class org.apache.jackrabbit.oak.commons.json.JsopTokenizer
Read a token which must match a given token type.
read() - Method in class org.apache.jackrabbit.oak.commons.json.JsopTokenizer
Read a token and return the token type.
readBytes(InputStream) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
Read a byte array.
readFully(InputStream, byte[], int, int) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
Try to read the given number of bytes to the buffer.
readInt(InputStream) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
Read an integer (4 bytes).
readLong(InputStream) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
Read a long (8 bytes).
readRawValue() - Method in interface org.apache.jackrabbit.oak.commons.json.JsopReader
Return the row (escaped) token.
readRawValue() - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
readRawValue() - Method in class org.apache.jackrabbit.oak.commons.json.JsopTokenizer
Read a value and return the raw Json representation.
readString(InputStream) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
Read a String.
readString() - Method in interface org.apache.jackrabbit.oak.commons.json.JsopReader
Read a string.
readString() - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
readString() - Method in class org.apache.jackrabbit.oak.commons.json.JsopTokenizer
Read a string.
readVarInt(InputStream) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
Read a variable size integer.
readVarLong(InputStream) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
Read a variable size long.
relativize(String, String) - Static method in class org.apache.jackrabbit.oak.commons.PathUtils
Relativize a path wrt.
replace(K, V) - Method in class org.apache.jackrabbit.oak.commons.cache.Cache
Get the element in the cache if one exists, or add it to the cache if not.
resetReader() - Method in interface org.apache.jackrabbit.oak.commons.json.JsopReader
Reset the position to 0, so that to restart reading.
resetReader() - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
resetReader() - Method in class org.apache.jackrabbit.oak.commons.json.JsopTokenizer
 
resetWriter() - Method in class org.apache.jackrabbit.oak.commons.json.JsopBuilder
Resets this instance.
resetWriter() - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
resetWriter() - Method in interface org.apache.jackrabbit.oak.commons.json.JsopWriter
Resets this instance, so that all data is discarded.

S

setLineLength(int) - Method in class org.apache.jackrabbit.oak.commons.json.JsopBuilder
 
setLineLength(int) - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
setLineLength(int) - Method in interface org.apache.jackrabbit.oak.commons.json.JsopWriter
Set the line length, after which a newline is added (to improve readability).
setPos(int) - Method in class org.apache.jackrabbit.oak.commons.json.JsopTokenizer
 
size() - Method in class org.apache.jackrabbit.oak.commons.cache.Cache
 
skipFully(InputStream, long) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
Skip a number of bytes in an input stream.
sort(File, File) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
 
sortAndSave(List<String>, Comparator<String>, Charset, File, boolean, boolean) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
Sort a list and save it to a temporary file
sortAndSave(List<String>, Comparator<String>, Charset, File) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
Sort a list and save it to a temporary file
sortInBatch(File) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
This will simply load the file by blocks of lines, then sort them in-memory, and write the result to temporary files that have to be merged later.
sortInBatch(File, Comparator<String>) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
This will simply load the file by blocks of lines, then sort them in-memory, and write the result to temporary files that have to be merged later.
sortInBatch(File, Comparator<String>, boolean) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
This will simply load the file by blocks of lines, then sort them in-memory, and write the result to temporary files that have to be merged later.
sortInBatch(File, Comparator<String>, int, long, Charset, File, boolean, int, boolean) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
This will simply load the file by blocks of lines, then sort them in-memory, and write the result to temporary files that have to be merged later.
sortInBatch(File, Comparator<String>, int, long, Charset, File, boolean) - Static method in class org.apache.jackrabbit.oak.commons.sort.ExternalSort
This will simply load the file by blocks of lines, then sort them in-memory, and write the result to temporary files that have to be merged later.
STRING - Static variable in interface org.apache.jackrabbit.oak.commons.json.JsopReader
The token type of a string value.
StringSizeEstimator - Class in org.apache.jackrabbit.oak.commons.sort
Source copied from a publicly available library.
StringUtils - Class in org.apache.jackrabbit.oak.commons
Some string utility methods.
StringUtils() - Constructor for class org.apache.jackrabbit.oak.commons.StringUtils
 

T

tag(char) - Method in class org.apache.jackrabbit.oak.commons.json.JsopBuilder
Append a Jsop tag character.
tag(char) - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
tag(char) - Method in interface org.apache.jackrabbit.oak.commons.json.JsopWriter
Append a Jsop tag character.
toBoolean(Object, boolean) - Static method in class org.apache.jackrabbit.oak.commons.PropertiesUtil
Returns the boolean value of the parameter or the defaultValue if the parameter is null.
toDouble(Object, double) - Static method in class org.apache.jackrabbit.oak.commons.PropertiesUtil
Returns the parameter as a double or the defaultValue if the parameter is null or if the parameter is not a Double and cannot be converted to a Double from the parameter's string value.
toInteger(Object, int) - Static method in class org.apache.jackrabbit.oak.commons.PropertiesUtil
Returns the parameter as an integer or the defaultValue if the parameter is null or if the parameter is not an Integer and cannot be converted to an Integer from the parameter's string value.
toJson(JsopBuilder) - Method in class org.apache.jackrabbit.oak.commons.json.JsonObject
 
toLong(Object, long) - Static method in class org.apache.jackrabbit.oak.commons.PropertiesUtil
Returns the parameter as a long or the defaultValue if the parameter is null or if the parameter is not a Long and cannot be converted to a Long from the parameter's string value.
toObject(Object) - Static method in class org.apache.jackrabbit.oak.commons.PropertiesUtil
Returns the parameter as a single value.
toString() - Method in class org.apache.jackrabbit.oak.commons.json.JsopBuilder
Get the generated string.
toString() - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
toString() - Method in class org.apache.jackrabbit.oak.commons.json.JsopTokenizer
 
toString(Object, String) - Static method in class org.apache.jackrabbit.oak.commons.PropertiesUtil
Returns the parameter as a string or the defaultValue if the parameter is null.
toStringArray(Object) - Static method in class org.apache.jackrabbit.oak.commons.PropertiesUtil
Returns the parameter as an array of Strings.
toStringArray(Object, String[]) - Static method in class org.apache.jackrabbit.oak.commons.PropertiesUtil
Returns the parameter as an array of Strings.
TRUE - Static variable in interface org.apache.jackrabbit.oak.commons.json.JsopReader
The token type of the value "true".

V

validate(String) - Static method in class org.apache.jackrabbit.oak.commons.PathUtils
Check if the path is valid, and throw an IllegalArgumentException if not.
value() - Method in enum org.apache.jackrabbit.oak.commons.jmx.ImpactOption
 
value(long) - Method in class org.apache.jackrabbit.oak.commons.json.JsopBuilder
Append a number.
value(boolean) - Method in class org.apache.jackrabbit.oak.commons.json.JsopBuilder
Append the boolean value 'true' or 'false'.
value(String) - Method in class org.apache.jackrabbit.oak.commons.json.JsopBuilder
Append a string or null.
value(String) - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
value(long) - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
value(boolean) - Method in class org.apache.jackrabbit.oak.commons.json.JsopStream
 
value(String) - Method in interface org.apache.jackrabbit.oak.commons.json.JsopWriter
Append a string or null.
value(long) - Method in interface org.apache.jackrabbit.oak.commons.json.JsopWriter
Append a number.
value(boolean) - Method in interface org.apache.jackrabbit.oak.commons.json.JsopWriter
Append the boolean value 'true' or 'false'.
valueOf(String) - Static method in enum org.apache.jackrabbit.oak.commons.jmx.ImpactOption
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.jackrabbit.oak.commons.jmx.ImpactOption
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeBytes(OutputStream, byte[]) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
Write a byte array.
writeInt(OutputStream, int) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
Write an integer (4 bytes).
writeLong(OutputStream, long) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
Write a long (8 bytes).
writeString(OutputStream, String) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
Write a String.
writeVarInt(OutputStream, int) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
Write a variable size integer.
writeVarLong(OutputStream, long) - Static method in class org.apache.jackrabbit.oak.commons.IOUtils
Write a variable size long.
A C D E F G H I J K L M N O P R S T V W 

Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.