Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

A

AbstractCacheMap<K,V> - Class in jodd.cache
Default implementation of timed and size cache map.
AbstractCacheMap() - Constructor for class jodd.cache.AbstractCacheMap
 
accept(String...) - Method in class jodd.cli.Cli
 
accept(T, R, boolean) - Method in interface jodd.inex.InExRuleMatcher
Matches the value against the rule.
accept(V, R, boolean) - Method in class jodd.inex.InExRules
Matches value against single rule.
accept(T) - Method in class jodd.util.ClassConsumer
 
accept(T) - Method in class jodd.util.function.Consumers
Consumes all registered consumers.
acceptEntry(String) - Method in class jodd.io.findfile.ClassScanner
Returns true if some entry name has to be accepted.
acceptFile(File) - Method in class jodd.io.findfile.FindFile
Determine if file is accepted, based on include and exclude rules.
acceptFile(File) - Method in class jodd.io.watch.DirWatcher
Accepts if a file is going to be watched.
acceptJar(File) - Method in class jodd.io.findfile.ClassScanner
Returns true if some JAR file has to be accepted.
AdaptiveFileUpload - Class in jodd.io.upload.impl
Smart FileUpload implementation that defer the action of what to do with uploaded file for later.
AdaptiveFileUploadFactory - Class in jodd.io.upload.impl
Factory for AdaptiveFileUpload.
AdaptiveFileUploadFactory() - Constructor for class jodd.io.upload.impl.AdaptiveFileUploadFactory
 
add(File) - Method in class jodd.io.ZipBuilder
 
add(String) - Method in class jodd.io.ZipBuilder
 
add(byte[]) - Method in class jodd.io.ZipBuilder
 
add(JulianDate) - Method in class jodd.time.JulianDate
Adds two JD and returns a new instance.
add(double) - Method in class jodd.time.JulianDate
Adds a double delta value and returns a new instance.
add(Enumeration<T>) - Method in class jodd.util.collection.CompositeEnumeration
Adds an enumeration to this composite.
add(Iterator<T>) - Method in class jodd.util.collection.CompositeIterator
Adds an iterator to this composite.
add(E) - Method in class jodd.util.collection.SetMapAdapter
Adds the specified element to this set if it is not already present.
add(E) - Method in class jodd.util.collection.SortedArrayList
Adds an Object to sorted list.
add(int, E) - Method in class jodd.util.collection.SortedArrayList
 
add(Consumer<T>) - Method in class jodd.util.function.Consumers
Registers an additional consumer.
addAll(Collection<? extends E>) - Method in class jodd.util.collection.SortedArrayList
Add all of the elements in the given collection to this list.
addAll(int, Collection<? extends E>) - Method in class jodd.util.collection.SortedArrayList
 
addAll(Consumer<T>...) - Method in class jodd.util.function.Consumers
Registers additional consumers.
addComparator(Comparator<File>) - Method in class jodd.io.findfile.FindFile
 
addDefaultBundle(String) - Method in class jodd.util.ResourceBundleMessageResolver
 
addFolder(String) - Method in class jodd.io.ZipBuilder
 
addFolderToZip(ZipOutputStream, String, String) - Static method in class jodd.io.ZipUtil
 
addLoaderOnlyRules(String...) - Method in class jodd.util.cl.ExtendedURLClassLoader
Adds loader-only rules for classes which must be loaded using this loader.
addParentOnlyRules(String...) - Method in class jodd.util.cl.ExtendedURLClassLoader
Adds parent only rules for classes which must be loaded on the parent loader.
addPath(File) - Method in class jodd.io.findfile.FindFile
Adds existing search path to the file list.
addRule(D, boolean) - Method in class jodd.inex.InExRules
Adds a rule.
addToZip(ZipOutputStream, File, String, String, boolean) - Static method in class jodd.io.ZipUtil
Adds single entry to ZIP output stream.
addToZip(ZipOutputStream, byte[], String, String) - Static method in class jodd.io.ZipUtil
Adds byte content into the zip as a file.
alignLeftAndPad(String, int) - Static method in class jodd.util.Format
Puts the text to the left and pads with spaces until the size is reached.
alignRightAndPad(String, int) - Static method in class jodd.util.Format
Puts the text to the right and pads it with spaces until the size is reached.
all() - Method in class jodd.cli.Param
 
allEnumerations - Variable in class jodd.util.collection.CompositeEnumeration
 
allIterators - Variable in class jodd.util.collection.CompositeIterator
 
allowFileExtensions - Variable in class jodd.io.upload.impl.AdaptiveFileUpload
 
allowFileExtensions - Variable in class jodd.io.upload.impl.AdaptiveFileUploadFactory
 
ALPHA_NUMERIC_RANGE - Static variable in class jodd.util.RandomString
 
ALPHA_RANGE - Static variable in class jodd.util.RandomString
 
AMPERSAND - Static variable in interface jodd.util.StringPool
 
AND - Static variable in interface jodd.util.StringPool
 
annotationClass - Variable in class jodd.util.annotation.AnnotationParser
 
AnnotationParser - Class in jodd.util.annotation
Annotation parser process an annotated elements and annotations.
AnnotationParser(Class<? extends Annotation>) - Constructor for class jodd.util.annotation.AnnotationParser
 
AnnotationParser(Class<? extends Annotation>, Class<? extends Annotation>) - Constructor for class jodd.util.annotation.AnnotationParser
Creates new annotation data reader using annotation definition from class generics.
AnnotationParser.Reader - Class in jodd.util.annotation
 
Annotations<A extends java.lang.annotation.Annotation> - Class in jodd.util.annotation
Annotations collector.
Annotations(Class<A>) - Constructor for class jodd.util.annotation.Annotations
 
annotationType() - Method in class jodd.util.annotation.AnnotationParser.Reader
Returns the annotation type this reader is for.
append(boolean) - Method in class jodd.buffer.FastBooleanBuffer
Appends single boolean to buffer.
append(boolean[], int, int) - Method in class jodd.buffer.FastBooleanBuffer
Appends boolean array to buffer.
append(boolean[]) - Method in class jodd.buffer.FastBooleanBuffer
Appends boolean array to buffer.
append(FastBooleanBuffer) - Method in class jodd.buffer.FastBooleanBuffer
Appends another fast buffer to this one.
append(byte) - Method in class jodd.buffer.FastByteBuffer
Appends single byte to buffer.
append(byte[], int, int) - Method in class jodd.buffer.FastByteBuffer
Appends byte array to buffer.
append(byte[]) - Method in class jodd.buffer.FastByteBuffer
Appends byte array to buffer.
append(FastByteBuffer) - Method in class jodd.buffer.FastByteBuffer
Appends another fast buffer to this one.
append(char) - Method in class jodd.buffer.FastCharBuffer
Appends single char to buffer.
append(char[], int, int) - Method in class jodd.buffer.FastCharBuffer
Appends char array to buffer.
append(char[]) - Method in class jodd.buffer.FastCharBuffer
Appends char array to buffer.
append(FastCharBuffer) - Method in class jodd.buffer.FastCharBuffer
Appends another fast buffer to this one.
append(CharSequence) - Method in class jodd.buffer.FastCharBuffer
Appends character sequence to buffer.
append(CharSequence, int, int) - Method in class jodd.buffer.FastCharBuffer
Appends character sequence to buffer.
append(double) - Method in class jodd.buffer.FastDoubleBuffer
Appends single double to buffer.
append(double[], int, int) - Method in class jodd.buffer.FastDoubleBuffer
Appends double array to buffer.
append(double[]) - Method in class jodd.buffer.FastDoubleBuffer
Appends double array to buffer.
append(FastDoubleBuffer) - Method in class jodd.buffer.FastDoubleBuffer
Appends another fast buffer to this one.
append(float) - Method in class jodd.buffer.FastFloatBuffer
Appends single float to buffer.
append(float[], int, int) - Method in class jodd.buffer.FastFloatBuffer
Appends float array to buffer.
append(float[]) - Method in class jodd.buffer.FastFloatBuffer
Appends float array to buffer.
append(FastFloatBuffer) - Method in class jodd.buffer.FastFloatBuffer
Appends another fast buffer to this one.
append(int) - Method in class jodd.buffer.FastIntBuffer
Appends single int to buffer.
append(int[], int, int) - Method in class jodd.buffer.FastIntBuffer
Appends int array to buffer.
append(int[]) - Method in class jodd.buffer.FastIntBuffer
Appends int array to buffer.
append(FastIntBuffer) - Method in class jodd.buffer.FastIntBuffer
Appends another fast buffer to this one.
append(long) - Method in class jodd.buffer.FastLongBuffer
Appends single long to buffer.
append(long[], int, int) - Method in class jodd.buffer.FastLongBuffer
Appends long array to buffer.
append(long[]) - Method in class jodd.buffer.FastLongBuffer
Appends long array to buffer.
append(FastLongBuffer) - Method in class jodd.buffer.FastLongBuffer
Appends another fast buffer to this one.
append(short) - Method in class jodd.buffer.FastShortBuffer
Appends single short to buffer.
append(short[], int, int) - Method in class jodd.buffer.FastShortBuffer
Appends short array to buffer.
append(short[]) - Method in class jodd.buffer.FastShortBuffer
Appends short array to buffer.
append(FastShortBuffer) - Method in class jodd.buffer.FastShortBuffer
Appends another fast buffer to this one.
append(char) - Method in class jodd.io.AppendableWriter
 
append(CharSequence, int, int) - Method in class jodd.io.AppendableWriter
 
append(CharSequence) - Method in class jodd.io.AppendableWriter
 
append(T[], T) - Static method in class jodd.util.ArraysUtil
Appends an element to array.
append(String[], String) - Static method in class jodd.util.ArraysUtil
Appends an element to String array.
append(byte[], byte) - Static method in class jodd.util.ArraysUtil
Appends an element to byte array.
append(char[], char) - Static method in class jodd.util.ArraysUtil
Appends an element to char array.
append(short[], short) - Static method in class jodd.util.ArraysUtil
Appends an element to short array.
append(int[], int) - Static method in class jodd.util.ArraysUtil
Appends an element to int array.
append(long[], long) - Static method in class jodd.util.ArraysUtil
Appends an element to long array.
append(float[], float) - Static method in class jodd.util.ArraysUtil
Appends an element to float array.
append(double[], double) - Static method in class jodd.util.ArraysUtil
Appends an element to double array.
append(boolean[], boolean) - Static method in class jodd.util.ArraysUtil
Appends an element to boolean array.
append(boolean) - Method in class jodd.util.StringBand
Appends boolean value.
append(double) - Method in class jodd.util.StringBand
Appends double value.
append(float) - Method in class jodd.util.StringBand
Appends float value.
append(int) - Method in class jodd.util.StringBand
Appends int value.
append(long) - Method in class jodd.util.StringBand
Appends long value.
append(short) - Method in class jodd.util.StringBand
Appends short value.
append(char) - Method in class jodd.util.StringBand
Appends a character.
append(byte) - Method in class jodd.util.StringBand
Appends byte value.
append(Object) - Method in class jodd.util.StringBand
Appends string representation of an object.
append(String) - Method in class jodd.util.StringBand
Appends a string.
AppendableWriter - Class in jodd.io
Appendable writer adapter.
AppendableWriter(Appendable) - Constructor for class jodd.io.AppendableWriter
 
appendBytes(String, byte[]) - Static method in class jodd.io.FileUtil
 
appendBytes(String, byte[], int, int) - Static method in class jodd.io.FileUtil
 
appendBytes(File, byte[]) - Static method in class jodd.io.FileUtil
 
appendBytes(File, byte[], int, int) - Static method in class jodd.io.FileUtil
Appends bytes. append = true
appendString(String, String) - Static method in class jodd.io.FileUtil
 
appendString(String, String, String) - Static method in class jodd.io.FileUtil
 
appendString(File, String) - Static method in class jodd.io.FileUtil
 
appendString(File, String, String) - Static method in class jodd.io.FileUtil
Appends String. append = true
apply(V, boolean) - Method in class jodd.inex.InExRules
Applies rules on given flag using current black/white list mode.
apply(V, boolean, boolean) - Method in class jodd.inex.InExRules
Applies rules on given flag.
archiveName() - Method in class jodd.io.findfile.ClassScanner.ClassPathEntry
Returns archive name or null if entry is not inside archived file.
arg(String) - Method in class jodd.util.CommandLine
Adds single argument.
args(String...) - Method in class jodd.util.CommandLine
Adds several arguments.
array(T...) - Static method in class jodd.util.ArraysUtil
Wraps elements into an array.
ArrayEnumeration<E> - Class in jodd.util.collection
Enumeration over an array.
ArrayEnumeration(E[]) - Constructor for class jodd.util.collection.ArrayEnumeration
 
ArrayEnumeration(E[], int, int) - Constructor for class jodd.util.collection.ArrayEnumeration
 
ArrayIterator<E> - Class in jodd.util.collection
Iterator over an array.
ArrayIterator(E[]) - Constructor for class jodd.util.collection.ArrayIterator
 
ArrayIterator(E[], int, int) - Constructor for class jodd.util.collection.ArrayIterator
 
ArraysUtil - Class in jodd.util
Array utilities.
ArraysUtil() - Constructor for class jodd.util.ArraysUtil
 
asEnumeration(Iterator<E>) - Static method in class jodd.util.CollectionUtil
Adapt the specified Iterator to the Enumeration interface.
asIterator(Enumeration<E>) - Static method in class jodd.util.CollectionUtil
Adapt the specified Enumeration to the Iterator interface.
ASTERISK - Static variable in interface jodd.util.StringPool
 
AT - Static variable in interface jodd.util.StringPool
 
attributeDoubleQuoted(CharSequence) - Static method in class jodd.net.HtmlEncoder
Encodes attribute value that will be double quoted.
attributeSingleQuoted(CharSequence) - Static method in class jodd.net.HtmlEncoder
Encodes attribute value that will be single quoted.

B

BACK_SLASH - Static variable in interface jodd.util.StringPool
 
BACKTICK - Static variable in interface jodd.util.StringPool
 
badContent() - Method in class jodd.net.HttpStatus.HttpStatus400
 
badRequest() - Method in class jodd.net.HttpStatus.HttpStatus400
 
Base32 - Class in jodd.util
Base32 encoding.
Base32() - Constructor for class jodd.util.Base32
 
Base64 - Class in jodd.util
The fastest Base64 encoder/decoder implementations.
Base64() - Constructor for class jodd.util.Base64
 
BCrypt - Class in jodd.crypt
BCrypt implements OpenBSD-style Blowfish password hashing using the scheme described in "A Future-Adaptable Password Scheme" by Niels Provos and David Mazieres.
BCrypt() - Constructor for class jodd.crypt.BCrypt
 
bcrypt(int) - Static method in interface jodd.crypt.HashEngine
Returns the BCrypt hash tool with given rounds number for salt generation.
bcrypt(String) - Static method in interface jodd.crypt.HashEngine
Returns the BCrypt hash tool with given salt.
BGBLACK - Static variable in class jodd.chalk.Chalk
 
bgBlack() - Method in class jodd.chalk.Chalk
 
BGBLUE - Static variable in class jodd.chalk.Chalk
 
bgBlue() - Method in class jodd.chalk.Chalk
 
bgBright(int) - Method in class jodd.chalk.Chalk256
 
BGCOLOR_RESET - Static variable in class jodd.chalk.Chalk
 
BGCYAN - Static variable in class jodd.chalk.Chalk
 
bgCyan() - Method in class jodd.chalk.Chalk
 
bgGrayscale(int) - Method in class jodd.chalk.Chalk256
 
BGGREEN - Static variable in class jodd.chalk.Chalk
 
bgGreen() - Method in class jodd.chalk.Chalk
 
BGMAGENTA - Static variable in class jodd.chalk.Chalk
 
bgMagenta() - Method in class jodd.chalk.Chalk
 
BGRED - Static variable in class jodd.chalk.Chalk
 
bgRed() - Method in class jodd.chalk.Chalk
 
bgRgb(int) - Method in class jodd.chalk.Chalk256
 
bgRgb(int, int, int) - Method in class jodd.chalk.Chalk256
Colors with red-green-blue value, in the range 0 to 6.
bgStandard(int) - Method in class jodd.chalk.Chalk256
 
BGWHITE - Static variable in class jodd.chalk.Chalk
 
bgWhite() - Method in class jodd.chalk.Chalk
 
BGYELLOW - Static variable in class jodd.chalk.Chalk
 
bgYellow() - Method in class jodd.chalk.Chalk
 
BinarySearch<E> - Class in jodd.util
Binary search wrapper over any type of user-defined collection.
BinarySearch() - Constructor for class jodd.util.BinarySearch
 
BinarySearchBase - Class in jodd.util
Abstract binary search.
BinarySearchBase() - Constructor for class jodd.util.BinarySearchBase
 
Bits - Class in jodd.util
Part a copy of java.io.Bits, which is for unknown reason package local.
Bits() - Constructor for class jodd.util.Bits
 
BLACK - Static variable in class jodd.chalk.Chalk
 
black() - Method in class jodd.chalk.Chalk
 
blacklist - Variable in class jodd.inex.InExRules
 
blacklist() - Method in class jodd.inex.InExRules
Enables blacklist mode - everything is included by default, and user sets explicit excludes.
BLOCK_SIZE_BITS_1024 - Static variable in class jodd.crypt.Threefish
 
BLOCK_SIZE_BITS_256 - Static variable in class jodd.crypt.Threefish
 
BLOCK_SIZE_BITS_512 - Static variable in class jodd.crypt.Threefish
 
BlockCipher - Class in jodd.crypt
Generic block chipher.
BlockCipher(int) - Constructor for class jodd.crypt.BlockCipher
 
blockDecrypt(long[], long[]) - Method in class jodd.crypt.Threefish
Implementation of the D(K, T, C) function.
blockEncrypt(long[], long[]) - Method in class jodd.crypt.Threefish
Implementation of the E(K, T, P) function.
blockSizeInBytes - Variable in class jodd.crypt.BlockCipher
 
BLUE - Static variable in class jodd.chalk.Chalk
 
blue() - Method in class jodd.chalk.Chalk
 
BOLD - Static variable in class jodd.chalk.Chalk
 
bold() - Method in class jodd.chalk.Chalk
 
BOM_UTF16_BE - Static variable in class jodd.io.UnicodeInputStream
 
BOM_UTF16_LE - Static variable in class jodd.io.UnicodeInputStream
 
BOM_UTF32_BE - Static variable in class jodd.io.UnicodeInputStream
 
BOM_UTF32_LE - Static variable in class jodd.io.UnicodeInputStream
 
BOM_UTF8 - Static variable in class jodd.io.UnicodeInputStream
 
booleans(boolean...) - Static method in class jodd.util.ArraysUtil
Wraps elements into an array.
boundary - Variable in class jodd.io.upload.MultipartRequestInputStream
 
breakOnError - Variable in class jodd.io.upload.impl.AdaptiveFileUpload
 
breakOnError - Variable in class jodd.io.upload.impl.AdaptiveFileUploadFactory
 
breakOnError(boolean) - Method in class jodd.io.upload.impl.AdaptiveFileUploadFactory
Specifies if upload should break on error.
bright(int) - Method in class jodd.chalk.Chalk256
 
build(String) - Static method in class jodd.net.URLCoder
Creates URL builder for user-friendly way of building URLs.
build(String, boolean) - Static method in class jodd.net.URLCoder
Creates URL builder with given path that can be optionally encoded.
Builder() - Constructor for class jodd.cache.TypeCache.Builder
 
Builder(String, boolean, String) - Constructor for class jodd.net.URLCoder.Builder
 
buildMessage(String, Throwable) - Static method in class jodd.exception.ExceptionUtil
Build a message for the given base message and its cause.
byteArrayToObject(byte[]) - Static method in class jodd.util.ObjectUtil
De-serialize an object from byte array.
bytecodeSignatureOfType(Class) - Static method in class jodd.io.findfile.ClassScanner
Returns type signature bytes used for searching in class file.
bytes(byte...) - Static method in class jodd.util.ArraysUtil
Wraps elements into an array.
BYTES_NEW_LINE - Static variable in interface jodd.util.StringPool
 
bytesToLongs(byte[]) - Static method in class jodd.crypt.Threefish
 
bytesToLongs(byte[], int, int) - Static method in class jodd.crypt.Threefish
Converts segment of byte array into long array.

C

Cache<K,V> - Interface in jodd.cache
Cache interface.
cache - Variable in class jodd.cache.FileCache
 
cachedFilesCount() - Method in class jodd.cache.FileCache
Returns number of cached files.
cacheMap - Variable in class jodd.cache.AbstractCacheMap
 
cacheResourceBundles - Variable in class jodd.util.ResourceBundleMessageResolver
 
cacheSize - Variable in class jodd.cache.AbstractCacheMap
 
cacheTimeout() - Method in class jodd.cache.FileCache
Returns timeout.
calculateLength() - Method in class jodd.util.StringBand
Calculates string length.
call() - Method in interface jodd.exception.UncheckedException.CallableVoid
 
callAndWrapException(Callable<V>) - Static method in exception jodd.exception.UncheckedException
Wraps checked exceptions in a UncheckedException.
cancelPruneSchedule() - Method in class jodd.cache.TimedCache
Cancels prune schedules.
capacity() - Method in class jodd.util.StringBand
Returns array capacity.
capitalize(String) - Static method in class jodd.util.StringUtil
Capitalizes a string, changing the first letter to upper case.
cause - Variable in exception jodd.exception.UncheckedException
 
CAUSE_DIV - Static variable in exception jodd.exception.UncheckedException
Divider between causes printouts.
Chalk<T extends Chalk<T>> - Class in jodd.chalk
Chalk allows you to color output going to console.
Chalk() - Constructor for class jodd.chalk.Chalk
 
chalk() - Static method in class jodd.chalk.Chalk
Creates new chalk.
chalk() - Static method in class jodd.chalk.Chalk256
 
Chalk256 - Class in jodd.chalk
Chalk256 allows you to color output going to ansi-256 console.
Chalk256() - Constructor for class jodd.chalk.Chalk256
 
CharArraySequence - Class in jodd.util
Simple CharSequence wrapper of the char array.
CharArraySequence(char[]) - Constructor for class jodd.util.CharArraySequence
 
CharArraySequence(char[], int, int) - Constructor for class jodd.util.CharArraySequence
 
charAt(int) - Method in class jodd.buffer.FastCharBuffer
 
charAt(int) - Method in class jodd.util.CharArraySequence
 
charAt(int) - Method in class jodd.util.StringBand
Returns char at given position.
CharBufferReader - Class in jodd.io
Reader that wraps a CharBuffer.
CharBufferReader(CharBuffer) - Constructor for class jodd.io.CharBufferReader
 
chars(char...) - Static method in class jodd.util.ArraysUtil
Wraps elements into an array.
CHARS - Static variable in class jodd.util.Base64
 
CharSequenceUtil - Class in jodd.util
 
CharSequenceUtil() - Constructor for class jodd.util.CharSequenceUtil
 
CharUtil - Class in jodd.util
Various character and character sequence utilities, including char[] - byte[] conversions.
CharUtil() - Constructor for class jodd.util.CharUtil
 
check(String, String) - Method in interface jodd.crypt.HashEngine
Validates the input string with given hash.
checkpw(String, String) - Static method in class jodd.crypt.BCrypt
Check that a plaintext password matches a previously hashed one.
checkUpload() - Method in class jodd.io.upload.impl.AdaptiveFileUpload
Determines if upload is allowed.
childClassOf(Class<?>, Object) - Static method in class jodd.util.ClassUtil
Returns the class of the immediate subclass of the given parent class for the given object instance; or null if such immediate subclass cannot be uniquely identified for the given object instance.
ClassConsumer<T> - Class in jodd.util
Holder for a class and optional consumer of it's instance.
ClassConsumer(Class<T>, Consumer<T>) - Constructor for class jodd.util.ClassConsumer
 
ClassLoaderLocal<T> - Class in jodd.util.cl
This class provides classloader-local variables.
ClassLoaderLocal() - Constructor for class jodd.util.cl.ClassLoaderLocal
 
ClassLoaderStrategy - Interface in jodd.util.cl
Class loader strategy defines how classes should be loaded.
ClassLoaderStrategy.Implementation - Class in jodd.util.cl
Default implementation of ClassLoaderStrategy.
ClassLoaderUtil - Class in jodd.util
Utilities to manipulate class path, define and find classes etc.
ClassLoaderUtil() - Constructor for class jodd.util.ClassLoaderUtil
 
classLocation(Class) - Static method in class jodd.util.ClassLoaderUtil
Returns location of the class.
ClassPathURLs - Class in jodd.util
 
ClassPathURLs() - Constructor for class jodd.util.ClassPathURLs
 
ClassScanner - Class in jodd.io.findfile
Convenient class path scanner.
ClassScanner() - Constructor for class jodd.io.findfile.ClassScanner
 
ClassScanner.ClassPathEntry - Class in jodd.io.findfile
Provides input stream on demand.
ClassUtil - Class in jodd.util
Class utilities.
ClassUtil() - Constructor for class jodd.util.ClassUtil
 
cleanDir(String) - Static method in class jodd.io.FileUtil
 
cleanDir(File) - Static method in class jodd.io.FileUtil
Cleans a directory without deleting it.
cleanEnvironment - Variable in class jodd.util.CommandLine
 
clear() - Method in class jodd.buffer.FastBooleanBuffer
Resets the buffer content.
clear() - Method in class jodd.buffer.FastByteBuffer
Resets the buffer content.
clear() - Method in class jodd.buffer.FastCharBuffer
Resets the buffer content.
clear() - Method in class jodd.buffer.FastDoubleBuffer
Resets the buffer content.
clear() - Method in class jodd.buffer.FastFloatBuffer
Resets the buffer content.
clear() - Method in class jodd.buffer.FastIntBuffer
Resets the buffer content.
clear() - Method in class jodd.buffer.FastLongBuffer
Resets the buffer content.
clear() - Method in class jodd.buffer.FastShortBuffer
Resets the buffer content.
clear() - Method in class jodd.cache.AbstractCacheMap
Clears current cache.
clear() - Method in interface jodd.cache.Cache
Clears current cache.
clear() - Method in class jodd.cache.FileCache
Clears the cache.
clear() - Method in class jodd.cache.NoCache
 
clear() - Method in class jodd.cache.TypeCache
Clears complete cache.
clear() - Method in class jodd.io.watch.DirWatcher
Removes all event consumers..
clear() - Method in class jodd.util.collection.IntHashMap
Removes all mappings from this map.
clear() - Method in class jodd.util.collection.SetMapAdapter
Removes all of the elements from this set.
clear() - Method in class jodd.util.collection.StringKeyedMapAdapter
Removes all attributes from the request as well as clears entries in this map.
clear() - Method in class jodd.util.function.Consumers
Clears the list of consumers.
Cli - Class in jodd.cli
 
Cli() - Constructor for class jodd.cli.Cli
 
CliException - Exception in jodd.cli
CLI exception.
CliException(String) - Constructor for exception jodd.cli.CliException
 
clone() - Method in class jodd.mutable.MutableBoolean
Clones object.
clone() - Method in class jodd.mutable.MutableByte
Clones object.
clone() - Method in class jodd.mutable.MutableDouble
Clones object.
clone() - Method in class jodd.mutable.MutableFloat
Clones object.
clone() - Method in class jodd.mutable.MutableInteger
Clones object.
clone() - Method in class jodd.mutable.MutableLong
Clones object.
clone() - Method in class jodd.mutable.MutableShort
Clones object.
clone() - Method in class jodd.time.JulianDate
 
clone() - Method in class jodd.util.collection.IntHashMap
Returns a shallow copy of this IntHashMap instance: the keys and values themselves are not cloned.
clone(T) - Static method in class jodd.util.ObjectUtil
Clone an object by invoking it's clone() method, even if it is not overridden.
cloneViaSerialization(T) - Static method in class jodd.util.ObjectUtil
Create object copy using serialization mechanism.
close() - Method in class jodd.io.AppendableWriter
 
close() - Method in class jodd.io.CharBufferReader
 
close() - Method in class jodd.io.FastByteArrayOutputStream
Closing a FastByteArrayOutputStream has no effect.
close() - Method in class jodd.io.FastCharArrayWriter
Closing a FastCharArrayWriter has no effect.
close(Closeable) - Static method in class jodd.io.StreamUtil
Closes silently the closable object.
close() - Method in class jodd.io.UnicodeInputStream
Closes input stream.
close(ZipFile) - Static method in class jodd.io.ZipUtil
Closes zip file safely.
closeInputStream() - Method in class jodd.io.findfile.ClassScanner.ClassPathEntry
Closes input stream if opened.
cmd(String) - Static method in class jodd.util.CommandLine
Creates command line with given command.
cmdLine - Variable in class jodd.util.CommandLine
 
collect() - Method in class jodd.util.annotation.Annotations
Returns collected annotations.
collectionOf(Iterator<? extends T>) - Static method in class jodd.util.CollectionUtil
Returns a collection containing all elements of the iterator.
CollectionUtil - Class in jodd.util
Some collection utilities.
CollectionUtil() - Constructor for class jodd.util.CollectionUtil
 
COLON - Static variable in interface jodd.util.StringPool
 
COLOR_RESET - Static variable in class jodd.chalk.Chalk
 
COMMA - Static variable in interface jodd.util.StringPool
 
CommandLine - Class in jodd.util
Simple user-friendly wrapper over ProcessBuilder.
CommandLine(String) - Constructor for class jodd.util.CommandLine
 
comment(String) - Method in class jodd.io.ZipBuilder.AddContentToZip
Defines optional comment.
comment(String) - Method in class jodd.io.ZipBuilder.AddFileToZip
Defines optional comment.
COMMONLY_EXCLUDED_ENTRIES - Static variable in class jodd.io.findfile.ClassScanner
 
COMMONLY_EXCLUDED_JARS - Static variable in class jodd.io.findfile.ClassScanner
 
ComparableComparator<T extends java.lang.Comparable<T>> - Class in jodd.util
Comparator that adapts Comparables to the Comparator interface.
ComparableComparator() - Constructor for class jodd.util.ComparableComparator
 
comparator - Variable in class jodd.util.collection.SortedArrayList
 
comparators - Variable in class jodd.util.MultiComparator
 
compare(String, String) - Static method in class jodd.io.FileUtil
 
compare(File, File) - Static method in class jodd.io.FileUtil
Compare the contents of two Files to determine if they are equal or not.
compare(File, File) - Method in class jodd.io.findfile.FileExtensionComparator
 
compare(File, File) - Method in class jodd.io.findfile.FileLastModifiedTimeComparator
 
compare(File, File) - Method in class jodd.io.findfile.FileNameComparator
 
compare(File, File) - Method in class jodd.io.findfile.FolderFirstComparator
 
compare(InputStream, InputStream) - Static method in class jodd.io.StreamUtil
Compares the content of two byte streams (InputStreams).
compare(Reader, Reader) - Static method in class jodd.io.StreamUtil
Compares the content of two character streams (Readers).
compare(int, E) - Method in class jodd.util.BinarySearch
Compares element at index position with given object.
compare(int) - Method in class jodd.util.BinarySearchBase
Compares element at index position with the target.
compare(E, E) - Method in class jodd.util.collection.SortedArrayList
Compares two keys using the correct comparison method for this collection.
compare(T, T) - Method in class jodd.util.ComparableComparator
 
compare(T, T) - Method in class jodd.util.MultiComparator
Compares two objects starting with first comparator; if they are equals proceeds to the next comparator and so on.
compare(T, T) - Method in class jodd.util.NaturalOrderComparator
 
compareDeclarations(Method, Method) - Static method in class jodd.util.ClassUtil
Compares method declarations: signature and return types.
compareDigits(String, int, String, int) - Method in class jodd.util.NaturalOrderComparator
Compare digits at certain position in two strings.
compareParameters(Class[], Class[]) - Static method in class jodd.util.ClassUtil
Compares classes, usually method or ctor parameters.
compareSignatures(Method, Method) - Static method in class jodd.util.ClassUtil
Compares method signatures: names and parameters.
compareSignatures(Constructor, Constructor) - Static method in class jodd.util.ClassUtil
Compares constructor signatures: names and parameters.
compareSignatures(Field, Field) - Static method in class jodd.util.ClassUtil
 
compareTo(MutableBoolean) - Method in class jodd.mutable.MutableBoolean
Compares value of two same instances.
compareTo(MutableByte) - Method in class jodd.mutable.MutableByte
Compares value of two same instances.
compareTo(MutableDouble) - Method in class jodd.mutable.MutableDouble
Compares value of two same instances.
compareTo(MutableFloat) - Method in class jodd.mutable.MutableFloat
Compares value of two same instances.
compareTo(MutableInteger) - Method in class jodd.mutable.MutableInteger
Compares value of two same instances.
compareTo(MutableLong) - Method in class jodd.mutable.MutableLong
Compares value of two same instances.
compareTo(MutableShort) - Method in class jodd.mutable.MutableShort
Compares value of two same instances.
CompositeEnumeration<T> - Class in jodd.util.collection
Enumeration that combines multiple enumerations.
CompositeEnumeration() - Constructor for class jodd.util.collection.CompositeEnumeration
Creates new composite enumeration.
CompositeEnumeration(Enumeration<T>...) - Constructor for class jodd.util.collection.CompositeEnumeration
Creates new composite enumeration with provided enumerations.
CompositeIterator<T> - Class in jodd.util.collection
Iterator that combines multiple iterators.
CompositeIterator() - Constructor for class jodd.util.collection.CompositeIterator
Creates new composite iterator.
CompositeIterator(Iterator<T>...) - Constructor for class jodd.util.collection.CompositeIterator
Creates new composite iterator with provided iterators.
compressChars(String, char) - Static method in class jodd.util.StringUtil
Compress multiple occurrences of given char into one appearance.
concat(String, String) - Static method in class jodd.io.FileNameUtil
Concatenates a filename to a base path using normal command line style rules.
concat(String, String, boolean) - Static method in class jodd.io.FileNameUtil
 
conflict() - Method in class jodd.net.HttpStatus.HttpStatus409
 
consumeJust(Consumer<T>) - Method in interface jodd.util.function.Maybe
Consumes value if present.
consumeJust(Consumer<T>) - Method in class jodd.util.function.Maybe.Just
 
consumer() - Method in class jodd.util.ClassConsumer
 
Consumers<T> - Class in jodd.util.function
An aggregate consumer.
Consumers(Consumer<T>...) - Constructor for class jodd.util.function.Consumers
 
Consumers(Iterable<Consumers<T>>) - Constructor for class jodd.util.function.Consumers
 
contains(byte[], byte) - Static method in class jodd.util.ArraysUtil
Returns true if an array contains given value.
contains(char[], char) - Static method in class jodd.util.ArraysUtil
Returns true if an array contains given value.
contains(short[], short) - Static method in class jodd.util.ArraysUtil
Returns true if an array contains given value.
contains(int[], int) - Static method in class jodd.util.ArraysUtil
Returns true if an array contains given value.
contains(long[], long) - Static method in class jodd.util.ArraysUtil
Returns true if an array contains given value.
contains(boolean[], boolean) - Static method in class jodd.util.ArraysUtil
Returns true if an array contains given value.
contains(float[], float) - Static method in class jodd.util.ArraysUtil
Returns true if float array contains given value.
contains(double[], double) - Static method in class jodd.util.ArraysUtil
Returns true if double array contains given value.
contains(Object[], Object) - Static method in class jodd.util.ArraysUtil
 
contains(Object[], Object, int) - Static method in class jodd.util.ArraysUtil
 
contains(byte[], byte[]) - Static method in class jodd.util.ArraysUtil
 
contains(char[], char[]) - Static method in class jodd.util.ArraysUtil
 
contains(short[], short[]) - Static method in class jodd.util.ArraysUtil
 
contains(int[], int[]) - Static method in class jodd.util.ArraysUtil
 
contains(long[], long[]) - Static method in class jodd.util.ArraysUtil
 
contains(boolean[], boolean[]) - Static method in class jodd.util.ArraysUtil
 
contains(float[], float[]) - Static method in class jodd.util.ArraysUtil
 
contains(double[], double[]) - Static method in class jodd.util.ArraysUtil
 
contains(Object) - Method in class jodd.util.collection.SetMapAdapter
Returns true if this set contains the specified element.
containsElement(Object, Object) - Static method in class jodd.util.Util
Returns true if first argument contains provided element.
containsKey(Object) - Method in class jodd.util.collection.IntHashMap
Returns true if this map contains a mapping for the specified key.
containsKey(int) - Method in class jodd.util.collection.IntHashMap
Returns true if this map contains a mapping for the specified key.
containsOnlyDigits(CharSequence) - Static method in class jodd.util.StringUtil
Returns true if string contains only digits.
containsOnlyDigitsAndSigns(CharSequence) - Static method in class jodd.util.StringUtil
Returns true if string contains only digits or signs plus or minus.
containsOnlyWhitespaces(CharSequence) - Static method in class jodd.util.StringUtil
Returns true if string contains only white spaces.
containsValue(Object) - Method in class jodd.util.collection.IntHashMap
Returns true if this map maps one or more keys to the specified value.
ContextTemplateParser - Interface in jodd.template
Context withing string template parser operates.
convertCharset(String, String, String) - Static method in class jodd.util.StringUtil
Converts string charset.
convertClassNameToFileName(Class) - Static method in class jodd.util.ClassUtil
Resolves class file name from class name by replacing dot's with '/' separator and adding class extension at the end.
convertClassNameToFileName(String) - Static method in class jodd.util.ClassUtil
Resolves class file name from class name by replacing dot's with '/' separator.
convertTabsToSpaces(String, int) - Static method in class jodd.util.Format
Converts all tabs on a line to spaces according to the provided tab width.
copy(String, String) - Static method in class jodd.io.FileUtil
 
copy(File, File) - Static method in class jodd.io.FileUtil
Smart copy.
copy(Reader, Writer) - Static method in class jodd.io.StreamUtil
Copies bytes from Reader to Writer using buffer.
copy(InputStream, OutputStream) - Static method in class jodd.io.StreamUtil
Copies bytes from InputStream to OutputStream using buffer.
copy(Reader, Writer, int) - Static method in class jodd.io.StreamUtil
Copies specified number of characters from Reader to Writer using buffer.
copy(InputStream, OutputStream, int) - Static method in class jodd.io.StreamUtil
Copies specified number of bytes from InputStream to OutputStream using buffer.
copy(Reader, T) - Static method in class jodd.io.StreamUtil
 
copy(Reader, T, int) - Static method in class jodd.io.StreamUtil
 
copy(Reader, T, String) - Static method in class jodd.io.StreamUtil
 
copy(Reader, T, String, int) - Static method in class jodd.io.StreamUtil
Copies Reader to OutputStream using buffer and specified encoding.
copy(InputStream, T) - Static method in class jodd.io.StreamUtil
 
copy(InputStream, T, int) - Static method in class jodd.io.StreamUtil
 
copy(InputStream, T, String) - Static method in class jodd.io.StreamUtil
 
copy(InputStream, T, String, int) - Static method in class jodd.io.StreamUtil
Copies InputStream to Writer using buffer and specified encoding.
copy(InputStream) - Static method in class jodd.io.StreamUtil
 
copy(InputStream, int) - Static method in class jodd.io.StreamUtil
 
copy(InputStream, String) - Static method in class jodd.io.StreamUtil
 
copy(InputStream, String, int) - Static method in class jodd.io.StreamUtil
Copies InputStream to a new FastCharArrayWriter using buffer and specified encoding.
copy(Reader) - Static method in class jodd.io.StreamUtil
 
copy(Reader, int) - Static method in class jodd.io.StreamUtil
Copies Reader to a new FastCharArrayWriter using buffer and specified encoding.
copy(DataSource) - Static method in class jodd.io.StreamUtil
Copies data from DataSource to a new FastCharArrayWriter and returns this.
copyAll(OutputStream) - Method in class jodd.io.upload.MultipartRequestInputStream
Copies bytes from this stream to some output until boundary is reached.
copyDir(String, String) - Static method in class jodd.io.FileUtil
 
copyDir(File, File) - Static method in class jodd.io.FileUtil
Copies directory with specified copy params.
copyFile(String, String) - Static method in class jodd.io.FileUtil
 
copyFile(File, File) - Static method in class jodd.io.FileUtil
Copies a File to another File.
copyFileToDir(String, String) - Static method in class jodd.io.FileUtil
 
copyFileToDir(File, File) - Static method in class jodd.io.FileUtil
Copies a File to directory with specified copy params and returns copied destination.
copyMax(OutputStream, int) - Method in class jodd.io.upload.MultipartRequestInputStream
Copies max or less number of bytes to output stream.
copyToOutputStream(DataSource) - Static method in class jodd.io.StreamUtil
Copies data from DataSource to a new FastByteArrayOutputStream and returns this.
copyToOutputStream(InputStream) - Static method in class jodd.io.StreamUtil
 
copyToOutputStream(InputStream, int) - Static method in class jodd.io.StreamUtil
Copies InputStream to a new FastByteArrayOutputStream using buffer and specified encoding.
copyToOutputStream(Reader) - Static method in class jodd.io.StreamUtil
 
copyToOutputStream(Reader, String) - Static method in class jodd.io.StreamUtil
 
copyToOutputStream(Reader, int) - Static method in class jodd.io.StreamUtil
 
copyToOutputStream(Reader, String, int) - Static method in class jodd.io.StreamUtil
Copies Reader to a new FastByteArrayOutputStream using buffer and specified encoding.
corsRequestOrigin() - Method in class jodd.net.HttpStatus.HttpStatus403
 
count - Variable in class jodd.util.LoopIterator
 
count(String, String) - Static method in class jodd.util.StringUtil
Counts substring occurrences in a source string.
count(String, String, int) - Static method in class jodd.util.StringUtil
 
count(String, char) - Static method in class jodd.util.StringUtil
 
count(String, char, int) - Static method in class jodd.util.StringUtil
 
countIgnoreCase(String, String) - Static method in class jodd.util.StringUtil
Count substring occurrences in a source string, ignoring case.
create() - Static method in class jodd.cache.TypeCache
Creates a type cache by using a builder.
create() - Method in class jodd.inex.InExRules
 
create() - Static method in class jodd.io.findfile.ClassScanner
Create new class scanner.
create() - Static method in class jodd.io.findfile.FindFile
 
create() - Static method in class jodd.io.findfile.RegExpFindFile
 
create() - Static method in class jodd.io.findfile.WildcardFindFile
 
create(MultipartRequestInputStream) - Method in interface jodd.io.upload.FileUploadFactory
Creates new instance of uploaded file.
create(MultipartRequestInputStream) - Method in class jodd.io.upload.impl.AdaptiveFileUploadFactory
Creates new instance of uploaded file.
create(MultipartRequestInputStream) - Method in class jodd.io.upload.impl.DiskFileUploadFactory
Creates new instance of uploaded file.
create(MultipartRequestInputStream) - Method in class jodd.io.upload.impl.MemoryFileUploadFactory
Creates new instance of uploaded file.
create(T, R) - Static method in class jodd.util.collection.MapEntry
 
create() - Static method in class jodd.util.concurrent.ThreadFactoryBuilder
Returns new ThreadFactory builder.
createCache() - Method in class jodd.cache.FileCache
Creates new cache instance for files content.
createCache() - Method in class jodd.cache.FileLFUCache
 
createCache() - Method in class jodd.cache.FileLRUCache
 
createDefault() - Static method in class jodd.cache.TypeCache
Creates default implementation of the type cache.
createFromClasspath(String...) - Static method in class jodd.util.PropertiesUtil
Creates properties from classpath.
createFromFile(String) - Static method in class jodd.util.PropertiesUtil
Create properties from the file.
createFromFile(File) - Static method in class jodd.util.PropertiesUtil
Create properties from the file.
createFromString(String) - Static method in class jodd.util.PropertiesUtil
Creates properties from string.
createHash(String) - Method in class jodd.crypt.PBKDF2Hash
Returns a salted PBKDF2 hash of the password.
createHash(char[]) - Method in class jodd.crypt.PBKDF2Hash
Returns a salted PBKDF2 hash of the password.
createRegExpFF() - Static method in class jodd.io.findfile.FindFile
 
createRulesEngine() - Method in class jodd.io.findfile.FindFile
Creates rule engine.
createRulesEngine() - Method in class jodd.io.findfile.RegExpFindFile
 
createRulesEngine() - Method in class jodd.io.findfile.WildcardFindFile
 
createTempDirectory() - Static method in class jodd.io.FileUtil
 
createTempDirectory(String, String) - Static method in class jodd.io.FileUtil
 
createTempDirectory(String, String, File) - Static method in class jodd.io.FileUtil
Creates temporary directory.
createTempFile() - Static method in class jodd.io.FileUtil
 
createTempFile(String, String, File, boolean) - Static method in class jodd.io.FileUtil
Creates temporary File.
createTempFile(String, String, File) - Static method in class jodd.io.FileUtil
Creates temporary File.
createUnmodifiable(T, R) - Static method in class jodd.util.collection.MapEntry
 
createWildcardFF() - Static method in class jodd.io.findfile.FindFile
 
createZipFile(File) - Static method in class jodd.io.ZipBuilder
 
createZipFile(String) - Static method in class jodd.io.ZipBuilder
 
createZipInMemory() - Static method in class jodd.io.ZipBuilder
 
CRLF - Static variable in interface jodd.util.StringPool
 
crop(String) - Static method in class jodd.util.StringUtil
Crops string by setting empty strings to null.
cropAll(String...) - Static method in class jodd.util.StringUtil
Crops all elements of string array.
crypt_raw(byte[], byte[], int, int[]) - Method in class jodd.crypt.BCrypt
Perform the central password hashing step in the bcrypt scheme.
CryptoEngine - Interface in jodd.crypt
Symmetric encryption engines.
CsvUtil - Class in jodd.util
Helps with CSV strings.
CsvUtil() - Constructor for class jodd.util.CsvUtil
 
currentEnumeration - Variable in class jodd.util.collection.CompositeEnumeration
 
currentIterator - Variable in class jodd.util.collection.CompositeIterator
 
cutBetween(String, String, String) - Static method in class jodd.util.StringUtil
Cuts a string between two other strings.
cutFromIndexOf(String, String) - Static method in class jodd.util.StringUtil
Cuts the string from the first index of provided substring to the end.
cutFromIndexOf(String, char) - Static method in class jodd.util.StringUtil
Cuts the string from the first index of provided char to the end.
cutPrefix(String, String) - Static method in class jodd.util.StringUtil
Cuts prefix if exists.
cutSuffix(String, String) - Static method in class jodd.util.StringUtil
Cuts sufix if exists.
cutSurrounding(String, String) - Static method in class jodd.util.StringUtil
 
cutSurrounding(String, String, String) - Static method in class jodd.util.StringUtil
Removes surrounding prefix and suffixes.
cutToIndexOf(String, String) - Static method in class jodd.util.StringUtil
Cuts the string from beginning to the first index of provided substring.
cutToIndexOf(String, char) - Static method in class jodd.util.StringUtil
Cuts the string from beginning to the first index of provided char.
CYAN - Static variable in class jodd.chalk.Chalk
 
cyan() - Method in class jodd.chalk.Chalk
 

D

daemonThreadFactory(String) - Static method in class jodd.util.ThreadUtil
Creates new daemon thread factory.
daemonThreadFactory(String, int) - Static method in class jodd.util.ThreadUtil
Creates new daemon thread factory.
DASH - Static variable in interface jodd.util.StringPool
 
data - Variable in class jodd.io.upload.impl.AdaptiveFileUpload
 
data - Variable in class jodd.io.upload.impl.MemoryFileUpload
 
daysBetween(JulianDate) - Method in class jodd.time.JulianDate
Calculates the number of days between two dates.
daysSpan(JulianDate) - Method in class jodd.time.JulianDate
Returns span between two days.
dcipher - Variable in class jodd.crypt.PBKDF2Encryptor
 
decapitalize(String) - Static method in class jodd.util.StringUtil
Utility method to take a string and convert it to normal Java variable name capitalization.
decode(String) - Static method in class jodd.net.HtmlDecoder
Decodes HTML text.
decode(String) - Static method in class jodd.net.URLDecoder
Decodes URL elements.
decode(String, String) - Static method in class jodd.net.URLDecoder
Decodes URL elements.
decode(String) - Static method in class jodd.util.Base32
Decode a Base32 string into an array of binary bytes.
decode(char[]) - Static method in class jodd.util.Base64
Decodes a BASE64 encoded char array.
decode(byte[]) - Static method in class jodd.util.Base64
Decodes BASE64 encoded byte array.
decode(String) - Static method in class jodd.util.Base64
Decodes a BASE64 encoded string.
decodeQuery(String) - Static method in class jodd.net.URLDecoder
Decodes query name or value.
decodeQuery(String, String) - Static method in class jodd.net.URLDecoder
Decodes query name or value.
decodeToString(byte[]) - Static method in class jodd.util.Base64
 
decodeToString(String) - Static method in class jodd.util.Base64
 
decrypt(byte[]) - Method in class jodd.crypt.BlockCipher
Decrypts the whole content, block by block.
decrypt(String) - Method in class jodd.crypt.PBKDF2Encryptor
Symmetrically decrypts the string.
decrypt(byte[]) - Method in class jodd.crypt.PBKDF2Encryptor
 
decryptBlock(byte[], int) - Method in class jodd.crypt.BlockCipher
Decrypts single block of encrypted content.
decryptBlock(byte[], int) - Method in class jodd.crypt.Threefish
 
decryptString(byte[]) - Method in interface jodd.crypt.CryptoEngine
Decrypts the encrypted content to string.
decryptString(byte[]) - Method in class jodd.crypt.Threefish
Decrypts a string.
DEFAULT_MACRO_END - Static variable in class jodd.template.StringTemplateParser
 
DEFAULT_MACRO_PREFIX - Static variable in class jodd.template.StringTemplateParser
 
DEFAULT_MACRO_START - Static variable in class jodd.template.StringTemplateParser
 
DEFAULT_MASK - Static variable in class jodd.io.NetUtil
 
defaultAnnotation - Variable in class jodd.util.annotation.AnnotationParser
 
defaultBundles - Variable in class jodd.util.ResourceBundleMessageResolver
 
DefaultClassLoaderStrategy - Class in jodd.util.cl
Default Jodd class loader strategy.
DefaultClassLoaderStrategy() - Constructor for class jodd.util.cl.DefaultClassLoaderStrategy
 
DefineClass - Class in jodd.util
 
DefineClass() - Constructor for class jodd.util.DefineClass
 
delete(String) - Static method in class jodd.io.FileUtil
 
delete(File) - Static method in class jodd.io.FileUtil
Smart delete of destination file or directory.
delete() - Method in class jodd.io.upload.impl.AdaptiveFileUpload
Deletes file uploaded item from disk or memory.
deleteAllDefaultBundles() - Method in class jodd.util.ResourceBundleMessageResolver
 
deleteDir(String) - Static method in class jodd.io.FileUtil
 
deleteDir(File) - Static method in class jodd.io.FileUtil
Deletes a directory.
deleteFile(String) - Static method in class jodd.io.FileUtil
 
deleteFile(File) - Static method in class jodd.io.FileUtil
Deletes a File.
deleteFileTree(Path) - Static method in class jodd.io.PathUtil
Deletes a directory recursively.
description(String) - Method in class jodd.cli.Option
 
description(String) - Method in class jodd.cli.Param
 
destFolder - Variable in class jodd.io.upload.impl.DiskFileUpload
 
destFolder - Variable in class jodd.io.upload.impl.DiskFileUploadFactory
 
detectEntriesMode - Variable in class jodd.io.findfile.ClassScanner
 
detectEntriesMode(boolean) - Method in class jodd.io.findfile.ClassScanner
 
detectMode() - Method in class jodd.inex.InExRules
Sets blacklist or whitelist mode depending on rules.
detectName(char[], int) - Static method in class jodd.net.HtmlDecoder
Detects the longest character reference name on given position in char array.
detectQuoteChar(String) - Static method in class jodd.util.StringUtil
Detects quote character or return 0.
digest(byte[]) - Method in interface jodd.crypt.DigestEngine
Returns byte-hash of input byte array.
digest(String) - Method in interface jodd.crypt.DigestEngine
Returns byte-hash of input string.
digest(File) - Method in interface jodd.crypt.DigestEngine
Returns digest of a file.
digest(byte[]) - Method in class jodd.crypt.DigestEngine.JavaDigestEngine
 
digest(File) - Method in class jodd.crypt.DigestEngine.JavaDigestEngine
 
DigestEngine - Interface in jodd.crypt
Digest engines.
DigestEngine.JavaDigestEngine - Class in jodd.crypt
 
digestString(byte[]) - Method in interface jodd.crypt.DigestEngine
Returns string hash of input byte array.
digestString(String) - Method in interface jodd.crypt.DigestEngine
Returns string hash of input string.
digestString(File) - Method in interface jodd.crypt.DigestEngine
 
DIM - Static variable in class jodd.chalk.Chalk
 
dim() - Method in class jodd.chalk.Chalk
 
dir - Variable in class jodd.io.watch.DirWatcher
 
DirWatcher - Class in jodd.io.watch
 
DirWatcher(String) - Constructor for class jodd.io.watch.DirWatcher
Creates new watcher on specified directory.
DirWatcher(String, String...) - Constructor for class jodd.io.watch.DirWatcher
Creates new watched on specified directory with given set of wildcard patterns for file names.
DirWatcher.WatchTask - Class in jodd.io.watch
 
DirWatcherEvent - Class in jodd.io.watch
 
DirWatcherEvent.Type - Enum in jodd.io.watch
Event type that describes file change.
DirWatcherException - Exception in jodd.io.watch
Exception for DirWatcher.
DirWatcherException(String) - Constructor for exception jodd.io.watch.DirWatcherException
 
DirWatcherException(String, Throwable) - Constructor for exception jodd.io.watch.DirWatcherException
 
DiskFileUpload - Class in jodd.io.upload.impl
FileUpload that saves uploaded files directly to destination folder.
DiskFileUploadFactory - Class in jodd.io.upload.impl
Factory for DiskFileUpload
DiskFileUploadFactory() - Constructor for class jodd.io.upload.impl.DiskFileUploadFactory
 
DiskFileUploadFactory(String) - Constructor for class jodd.io.upload.impl.DiskFileUploadFactory
 
DiskFileUploadFactory(String, int) - Constructor for class jodd.io.upload.impl.DiskFileUploadFactory
 
doConcat(String, String, char) - Static method in class jodd.io.FileNameUtil
 
DOLLAR - Static variable in interface jodd.util.StringPool
 
DOLLAR_LEFT_BRACE - Static variable in interface jodd.util.StringPool
 
DOT - Static variable in interface jodd.util.StringPool
 
DOT_CLASS - Static variable in interface jodd.util.StringPool
 
DOT_JAVA - Static variable in interface jodd.util.StringPool
 
DOTDOT - Static variable in interface jodd.util.StringPool
 
DOUBLE_QUOTE - Static variable in class jodd.util.CsvUtil
 
doubles(double...) - Static method in class jodd.util.ArraysUtil
Wraps elements into an array.
doubleValue() - Method in class jodd.mutable.MutableByte
Returns the value as a double.
doubleValue() - Method in class jodd.mutable.MutableDouble
Returns the value as a double.
doubleValue() - Method in class jodd.mutable.MutableFloat
Returns the value as a double.
doubleValue() - Method in class jodd.mutable.MutableInteger
Returns the value as a double.
doubleValue() - Method in class jodd.mutable.MutableLong
Returns the value as a double.
doubleValue() - Method in class jodd.mutable.MutableShort
Returns the value as a double.
doubleValue() - Method in class jodd.time.JulianDate
Returns double value of JD.
downloadBytes(String) - Static method in class jodd.io.NetUtil
Downloads resource as byte array.
downloadFile(String, File) - Static method in class jodd.io.NetUtil
Downloads resource to a file, potentially very efficiently.
downloadString(String, String) - Static method in class jodd.io.NetUtil
Downloads resource as String.
downloadString(String) - Static method in class jodd.io.NetUtil
Downloads resource as String.

E

ecipher - Variable in class jodd.crypt.PBKDF2Encryptor
 
EMPTY - Static variable in class jodd.util.CharArraySequence
 
empty() - Static method in class jodd.util.function.Consumers
 
EMPTY - Static variable in interface jodd.util.StringPool
 
EMPTY_ARRAY - Static variable in interface jodd.util.StringPool
 
EMPTY_CLASS_ARRAY - Static variable in class jodd.util.ClassUtil
Empty class array.
emptyClassArray() - Static method in class jodd.util.ClassUtil
 
enabled - Static variable in class jodd.chalk.Chalk
Global flag that disables all the chalks.
encode(String, String) - Static method in class jodd.net.URLCoder
Encodes string using default RFCP rules.
encode(String) - Static method in class jodd.net.URLCoder
 
encode(byte[]) - Static method in class jodd.util.Base32
Encode an array of binary bytes into a Base32 string.
encodeFragment(String, String) - Static method in class jodd.net.URLCoder
Encodes the given URI fragment with the given encoding.
encodeFragment(String) - Static method in class jodd.net.URLCoder
 
encodeHost(String, String) - Static method in class jodd.net.URLCoder
Encodes the given URI host with the given encoding.
encodeHost(String) - Static method in class jodd.net.URLCoder
 
encodeHttpUrl(String) - Static method in class jodd.net.URLCoder
 
encodeHttpUrl(String, String) - Static method in class jodd.net.URLCoder
Encodes the given HTTP URI into an encoded String.
encodePath(String, String) - Static method in class jodd.net.URLCoder
Encodes the given URI path with the given encoding.
encodePath(String) - Static method in class jodd.net.URLCoder
 
encodePathSegment(String, String) - Static method in class jodd.net.URLCoder
Encodes the given URI path segment with the given encoding.
encodePathSegment(String) - Static method in class jodd.net.URLCoder
 
encodePort(String, String) - Static method in class jodd.net.URLCoder
Encodes the given URI port with the given encoding.
encodePort(String) - Static method in class jodd.net.URLCoder
 
encodeQuery(String, String) - Static method in class jodd.net.URLCoder
Encodes the given URI query with the given encoding.
encodeQuery(String) - Static method in class jodd.net.URLCoder
 
encodeQueryParam(String, String) - Static method in class jodd.net.URLCoder
Encodes the given URI query parameter with the given encoding.
encodeQueryParam(String) - Static method in class jodd.net.URLCoder
 
encodeScheme(String, String) - Static method in class jodd.net.URLCoder
Encodes the given URI scheme with the given encoding.
encodeScheme(String) - Static method in class jodd.net.URLCoder
 
encodeToByte(String) - Static method in class jodd.util.Base64
 
encodeToByte(String, boolean) - Static method in class jodd.util.Base64
 
encodeToByte(byte[]) - Static method in class jodd.util.Base64
 
encodeToByte(byte[], boolean) - Static method in class jodd.util.Base64
Encodes a raw byte array into a BASE64 char[].
encodeToChar(byte[], boolean) - Static method in class jodd.util.Base64
Encodes a raw byte array into a BASE64 char[].
encodeToString(String) - Static method in class jodd.util.Base64
 
encodeToString(String, boolean) - Static method in class jodd.util.Base64
 
encodeToString(byte[]) - Static method in class jodd.util.Base64
 
encodeToString(byte[], boolean) - Static method in class jodd.util.Base64
Encodes a raw byte array into a BASE64 String.
encodeUri(String) - Static method in class jodd.net.URLCoder
 
encodeUri(String, String) - Static method in class jodd.net.URLCoder
Encodes the given source URI into an encoded String.
encodeUserInfo(String, String) - Static method in class jodd.net.URLCoder
Encodes the given URI user info with the given encoding.
encodeUserInfo(String) - Static method in class jodd.net.URLCoder
 
encoding - Static variable in class jodd.core.JoddCore
The encoding used across the Jodd classes, "UTF-8" by default.
encoding - Variable in class jodd.net.URLCoder.Builder
 
encrypt(byte[]) - Method in class jodd.crypt.BlockCipher
Encrypts complete content, block by block.
encrypt(String) - Method in class jodd.crypt.PBKDF2Encryptor
Symmetrically encrypts the string.
encrypt(byte[]) - Method in class jodd.crypt.PBKDF2Encryptor
 
encryptBlock(byte[], int) - Method in class jodd.crypt.BlockCipher
Encrypts single block of plain content.
encryptBlock(byte[], int) - Method in class jodd.crypt.Threefish
Encrypts a block.
encryptString(String) - Method in interface jodd.crypt.CryptoEngine
Encrypts the input string.
encryptString(String) - Method in class jodd.crypt.Threefish
Encrypts a string.
end - Variable in class jodd.io.StreamGobbler
 
end - Variable in class jodd.util.LoopIterator
 
endSequence(String) - Method in class jodd.chalk.Chalk
 
endsWithChar(String, char) - Static method in class jodd.util.StringUtil
Returns if string ends with provided character.
endsWithIgnoreCase(String, String) - Static method in class jodd.util.StringUtil
Tests if this string ends with the specified suffix.
endsWithOne(String, String...) - Static method in class jodd.util.StringUtil
Checks if string ends with at least one string from the provided array.
endsWithOneIgnoreCase(String, String...) - Static method in class jodd.util.StringUtil
Checks if string ends with at least one string from the provided array.
entrySet() - Method in class jodd.util.collection.IntHashMap
Returns a collection view of the mappings contained in this map.
entrySet() - Method in class jodd.util.collection.StringKeyedMapAdapter
Returns a Set of attributes from the http request.
env - Variable in class jodd.util.CommandLine
 
env(String, String) - Method in class jodd.util.CommandLine
Sets environment variable.
equals(Object) - Method in class jodd.inex.InExRules.Rule
 
equals(String, String) - Static method in class jodd.io.FileNameUtil
Checks whether two filenames are equal exactly.
equals(String, String) - Static method in class jodd.io.FileUtil
 
equals(File, File) - Static method in class jodd.io.FileUtil
Checks if two Files point to the same File.
equals(Object) - Method in class jodd.mutable.MutableBoolean
Compares this object to the specified object.
equals(Object) - Method in class jodd.mutable.MutableByte
Compares this object to the specified object.
equals(Object) - Method in class jodd.mutable.MutableDouble
Compares this object to the specified object.
equals(Object) - Method in class jodd.mutable.MutableFloat
Compares this object to the specified object.
equals(Object) - Method in class jodd.mutable.MutableInteger
Compares this object to the specified object.
equals(Object) - Method in class jodd.mutable.MutableLong
Compares this object to the specified object.
equals(Object) - Method in class jodd.mutable.MutableShort
Compares this object to the specified object.
equals(Object) - Method in class jodd.time.JulianDate
 
equals(CharSequence, CharSequence) - Static method in class jodd.util.CharSequenceUtil
 
equals(Object) - Method in class jodd.util.collection.MapEntry
 
equals(Object) - Method in class jodd.util.function.Maybe.Just
 
EQUALS - Static variable in interface jodd.util.StringPool
 
equals(String, String) - Static method in class jodd.util.StringUtil
Compares 2 strings.
equals(String[], String[]) - Static method in class jodd.util.StringUtil
Compares two string arrays.
equals(Object, Object) - Static method in class jodd.util.Util
Safely compares two objects just like equals() would, except it allows any of the 2 objects to be null.
equalsIgnoreCase(CharSequence, CharSequence) - Static method in class jodd.util.CharSequenceUtil
 
equalsIgnoreCase(String[], String[]) - Static method in class jodd.util.StringUtil
Compares two string arrays.
equalsName(String) - Method in enum jodd.net.HttpMethod
Returns true if method name is equal to provided one.
equalsOne(char, CharSequence) - Static method in class jodd.util.CharSequenceUtil
Match if one character equals to any of the given character.
equalsOne(char, char[]) - Static method in class jodd.util.CharUtil
Match if one character equals to any of the given character.
equalsOne(String, String...) - Static method in class jodd.util.StringUtil
Compares string with at least one from the provided array.
equalsOneIgnoreCase(String, String...) - Static method in class jodd.util.StringUtil
Compares string with at least one from the provided array, ignoring case.
equalsOnSystem(String, String) - Static method in class jodd.io.FileNameUtil
Checks whether two filenames are equal using the case rules of the system.
equalsOrMatch(CharSequence, CharSequence) - Static method in class jodd.util.Wildcard
Checks if two strings are equals or if they Wildcard.match(CharSequence, CharSequence).
equalsToLowercase(CharSequence, CharSequence) - Static method in class jodd.util.CharSequenceUtil
 
err - Variable in class jodd.util.CommandLine
 
err(OutputStream) - Method in class jodd.util.CommandLine
 
error400() - Static method in class jodd.net.HttpStatus
 
error401() - Static method in class jodd.net.HttpStatus
 
error403() - Static method in class jodd.net.HttpStatus
 
error404() - Static method in class jodd.net.HttpStatus
 
error405() - Static method in class jodd.net.HttpStatus
 
error408() - Static method in class jodd.net.HttpStatus
 
error409() - Static method in class jodd.net.HttpStatus
 
error500() - Static method in class jodd.net.HttpStatus
 
error503() - Static method in class jodd.net.HttpStatus
 
ERROR_PREFIX - Static variable in class jodd.util.ProcessRunner
 
errPrefix - Variable in class jodd.util.CommandLine
 
errPrefix(String) - Method in class jodd.util.CommandLine
Defines error prefix.
escapeChar - Variable in class jodd.template.StringTemplateParser
 
escapeJava(String) - Static method in class jodd.util.Format
Escapes a string using java rules.
exceptionChainToString(Throwable) - Static method in class jodd.exception.ExceptionUtil
Prints full exception stack trace, from top to root cause, into a String.
exceptionStackTraceToString(Throwable) - Static method in class jodd.exception.ExceptionUtil
Prints stack trace into a String.
ExceptionUtil - Class in jodd.exception
Few exception utilities.
ExceptionUtil() - Constructor for class jodd.exception.ExceptionUtil
 
EXCLAMATION_MARK - Static variable in interface jodd.util.StringPool
 
exclude(D) - Method in class jodd.inex.InExRules
Adds exclude rule.
exclude(String) - Method in class jodd.io.findfile.FindFile
Defines exclude pattern.
exclude(String...) - Method in class jodd.io.findfile.FindFile
Defines exclude patterns.
excludeAll() - Method in class jodd.io.findfile.FindFile
Enables whitelist mode.
excludeAllEntries(boolean) - Method in class jodd.io.findfile.ClassScanner
Sets white/black list mode for entries.
excludeAllJars(boolean) - Method in class jodd.io.findfile.ClassScanner
Sets white/black list mode for jars.
excludeCommonEntries() - Method in class jodd.io.findfile.ClassScanner
Excludes some commonly skipped packages.
excludeCommonJars() - Method in class jodd.io.findfile.ClassScanner
Exclude some commonly unused jars.
excludeEntries(String...) - Method in class jodd.io.findfile.ClassScanner
Sets excluded names that narrows included set of packages.
excludeJars(String...) - Method in class jodd.io.findfile.ClassScanner
Specify excluded jars.
excludesCount - Variable in class jodd.inex.InExRules
 
existCustomTimeout - Variable in class jodd.cache.AbstractCacheMap
Identifies if objects has custom timeouts.
exists() - Method in class jodd.net.HttpStatus.HttpStatus400
 
expandCapacity() - Method in class jodd.util.StringBand
Expands internal string array by multiplying its size by 2.
ExtendedURLClassLoader - Class in jodd.util.cl
Class loader that offers two loading strategies: parent-first and parent-last.
ExtendedURLClassLoader(URL[], ClassLoader, boolean) - Constructor for class jodd.util.cl.ExtendedURLClassLoader
 
ExtendedURLClassLoader(URL[], ClassLoader, boolean, boolean) - Constructor for class jodd.util.cl.ExtendedURLClassLoader
Creates class loader with given loading strategy.
ExtendedURLClassLoader.Loading - Class in jodd.util.cl
 

F

factorial(long) - Static method in class jodd.util.MathUtil
Calculates factorial of given number.
failAfter(long) - Static method in class jodd.util.Futures
Returns CompletableFuture that fails after certain number of milliseconds.
failAfter(Duration) - Static method in class jodd.util.Futures
Returns CompletableFuture that fails after certain amount of time.
fallbackBundlename - Variable in class jodd.util.ResourceBundleMessageResolver
 
fallbackLocale - Variable in class jodd.util.ResourceBundleMessageResolver
 
FALSE - Static variable in interface jodd.util.StringPool
 
FastBooleanBuffer - Class in jodd.buffer
Faster boolean buffer.
FastBooleanBuffer() - Constructor for class jodd.buffer.FastBooleanBuffer
Creates a new boolean buffer.
FastBooleanBuffer(int) - Constructor for class jodd.buffer.FastBooleanBuffer
Creates a new boolean buffer, with a buffer capacity of the specified size.
FastByteArrayOutputStream - Class in jodd.io
This class implements an OutputStream in which the data is written into a byte array.
FastByteArrayOutputStream() - Constructor for class jodd.io.FastByteArrayOutputStream
Creates a new byte array OutputStream.
FastByteArrayOutputStream(int) - Constructor for class jodd.io.FastByteArrayOutputStream
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
FastByteBuffer - Class in jodd.buffer
Faster byte buffer.
FastByteBuffer() - Constructor for class jodd.buffer.FastByteBuffer
Creates a new byte buffer.
FastByteBuffer(int) - Constructor for class jodd.buffer.FastByteBuffer
Creates a new byte buffer, with a buffer capacity of the specified size.
FastCharArrayWriter - Class in jodd.io
Similar to FastByteArrayOutputStream but for Writer.
FastCharArrayWriter() - Constructor for class jodd.io.FastCharArrayWriter
Creates a new writer.
FastCharArrayWriter(int) - Constructor for class jodd.io.FastCharArrayWriter
Creates a new char array Writer, with a buffer capacity of the specified size, in bytes.
FastCharBuffer - Class in jodd.buffer
Faster char buffer.
FastCharBuffer() - Constructor for class jodd.buffer.FastCharBuffer
Creates a new char buffer.
FastCharBuffer(int) - Constructor for class jodd.buffer.FastCharBuffer
Creates a new char buffer, with a buffer capacity of the specified size, in chars.
FastDoubleBuffer - Class in jodd.buffer
Faster double buffer.
FastDoubleBuffer() - Constructor for class jodd.buffer.FastDoubleBuffer
Creates a new double buffer.
FastDoubleBuffer(int) - Constructor for class jodd.buffer.FastDoubleBuffer
Creates a new double buffer, with a buffer capacity of the specified size.
FastFloatBuffer - Class in jodd.buffer
Faster float buffer.
FastFloatBuffer() - Constructor for class jodd.buffer.FastFloatBuffer
Creates a new float buffer.
FastFloatBuffer(int) - Constructor for class jodd.buffer.FastFloatBuffer
Creates a new float buffer, with a buffer capacity of the specified size.
FastIntBuffer - Class in jodd.buffer
Faster int buffer.
FastIntBuffer() - Constructor for class jodd.buffer.FastIntBuffer
Creates a new int buffer.
FastIntBuffer(int) - Constructor for class jodd.buffer.FastIntBuffer
Creates a new int buffer, with a buffer capacity of the specified size.
FastLongBuffer - Class in jodd.buffer
Faster long buffer.
FastLongBuffer() - Constructor for class jodd.buffer.FastLongBuffer
Creates a new long buffer.
FastLongBuffer(int) - Constructor for class jodd.buffer.FastLongBuffer
Creates a new long buffer, with a buffer capacity of the specified size.
FastShortBuffer - Class in jodd.buffer
Faster short buffer.
FastShortBuffer() - Constructor for class jodd.buffer.FastShortBuffer
Creates a new short buffer.
FastShortBuffer(int) - Constructor for class jodd.buffer.FastShortBuffer
Creates a new short buffer, with a buffer capacity of the specified size.
FIELD_QUOTE - Static variable in class jodd.util.CsvUtil
 
FIELD_SEPARATOR - Static variable in class jodd.util.CsvUtil
 
FIFOCache<K,V> - Class in jodd.cache
FIFO (first in first out) cache.
FIFOCache(int) - Constructor for class jodd.cache.FIFOCache
 
FIFOCache(int, long) - Constructor for class jodd.cache.FIFOCache
Creates a new LRU cache.
file(String) - Static method in class jodd.io.FileUtil
Simple factory for File objects but with home resolving.
file - Variable in class jodd.io.upload.impl.DiskFileUpload
 
FileCache - Class in jodd.cache
Base in-memory files cache.
FileCache(int, int, long) - Constructor for class jodd.cache.FileCache
Creates new File LFU cache.
FileExtensionComparator - Class in jodd.io.findfile
 
FileExtensionComparator(boolean) - Constructor for class jodd.io.findfile.FileExtensionComparator
 
fileExtensions - Variable in class jodd.io.upload.impl.AdaptiveFileUpload
 
fileExtensions - Variable in class jodd.io.upload.impl.AdaptiveFileUploadFactory
 
FileLastModifiedTimeComparator - Class in jodd.io.findfile
 
FileLastModifiedTimeComparator(boolean) - Constructor for class jodd.io.findfile.FileLastModifiedTimeComparator
 
FileLFUCache - Class in jodd.cache
Files LFU cache stores files content in memory to dramatically speed up performances for frequently read files.
FileLFUCache(int) - Constructor for class jodd.cache.FileLFUCache
Creates file LFU cache with specified size.
FileLFUCache(int, int) - Constructor for class jodd.cache.FileLFUCache
 
FileLFUCache(int, int, long) - Constructor for class jodd.cache.FileLFUCache
Creates new File LFU cache.
FileLRUCache - Class in jodd.cache
Cache of recently used files.
FileLRUCache(int) - Constructor for class jodd.cache.FileLRUCache
Creates file LRU cache with specified size.
FileLRUCache(int, int) - Constructor for class jodd.cache.FileLRUCache
 
FileLRUCache(int, int, long) - Constructor for class jodd.cache.FileLRUCache
Creates new File LRU cache.
FileNameComparator - Class in jodd.io.findfile
 
FileNameComparator(boolean) - Constructor for class jodd.io.findfile.FileNameComparator
 
fileNames - Variable in class jodd.io.findfile.FindFile.FilesIterator
 
FileNameUtil - Class in jodd.io
General filename and filepath manipulation utilities.
FileNameUtil() - Constructor for class jodd.io.FileNameUtil
 
files - Variable in class jodd.io.findfile.FindFile.FilesIterator
 
filesCount - Variable in class jodd.io.watch.DirWatcher
 
FilesIterator(File) - Constructor for class jodd.io.findfile.FindFile.FilesIterator
 
FilesIterator(String[]) - Constructor for class jodd.io.findfile.FindFile.FilesIterator
 
fileTooBig - Variable in class jodd.io.upload.FileUpload
 
FileUpload - Class in jodd.io.upload
Encapsulates base for uploaded file.
FileUpload(MultipartRequestInputStream, int) - Constructor for class jodd.io.upload.FileUpload
 
FileUploadFactory - Interface in jodd.io.upload
FileUpload factory for handling uploaded files.
fileUploadFactory - Variable in class jodd.io.upload.MultipartStreamParser
 
FileUploadHeader - Class in jodd.io.upload
Parses file upload header.
FileUtil - Class in jodd.io
File utilities.
FileUtil() - Constructor for class jodd.io.FileUtil
 
filter(Predicate<? super T>) - Method in interface jodd.util.function.Maybe
 
filter(Predicate<? super T>) - Method in class jodd.util.function.Maybe.Just
 
find(E) - Method in class jodd.util.BinarySearch
Finds index of given element or negative value if element is not found.
find(E, int, int) - Method in class jodd.util.BinarySearch
Finds index of given element in inclusive index range.
find(int, int) - Method in class jodd.util.BinarySearchBase
Finds index of given element in inclusive index range.
findAll() - Method in class jodd.io.findfile.FindFile
Finds all files and returns list of founded files.
findCause(Throwable, Class<T>) - Static method in class jodd.exception.ExceptionUtil
Finds throwing cause in exception stack.
findCommonPrefix(String...) - Static method in class jodd.util.StringUtil
Finds common prefix for several strings.
findConstructor(Class<T>, Class<?>...) - Static method in class jodd.util.ClassUtil
Finds constructor with given parameter types.
findDeclaredMethod(Class, String) - Static method in class jodd.util.ClassUtil
 
findDefaultMessage(Locale, String) - Method in class jodd.util.ResourceBundleMessageResolver
Finds message in default bundles only, starting from fallback bundlename.
findEnum(Class) - Static method in class jodd.util.ClassUtil
Returns enum class or null if class is not an enum.
findExtensionsByMimeTypes(String, boolean) - Static method in class jodd.net.MimeTypes
Finds all extensions that belong to given mime type(s).
FindFile - Class in jodd.io.findfile
Generic iterative file finder.
FindFile() - Constructor for class jodd.io.findfile.FindFile
 
FindFile.FilesIterator - Class in jodd.io.findfile
Files iterator simply walks over files array.
FindFile.Match - Enum in jodd.io.findfile
Match type.
FindFileException - Exception in jodd.io.findfile
Exception during finding files or classes.
FindFileException(String) - Constructor for exception jodd.io.findfile.FindFileException
 
FindFileException(String, Throwable) - Constructor for exception jodd.io.findfile.FindFileException
 
findFirst(E) - Method in class jodd.util.BinarySearch
Finds very first index of given element or negative value if element is not found.
findFirst(E, int, int) - Method in class jodd.util.BinarySearch
Finds very first index of given element in inclusive index range.
findFirst(int, int) - Method in class jodd.util.BinarySearchBase
Finds very first index of given element in inclusive index range.
findFirstDiff(CharSequence, int, CharSequence) - Static method in class jodd.util.CharSequenceUtil
Finds index of the first character in given charsequence the differs from the given set of characters.
findFirstDiff(char[], int, char) - Static method in class jodd.util.CharSequenceUtil
Finds index of the first character in given array the differs from the given set of characters.
findFirstDiff(char[], int, char[]) - Static method in class jodd.util.CharUtil
Finds index of the first character in given array the differs from the given set of characters.
findFirstDiff(char[], int, char) - Static method in class jodd.util.CharUtil
Finds index of the first character in given array the differs from the given set of characters.
findFirstEqual(CharSequence, int, CharSequence) - Static method in class jodd.util.CharSequenceUtil
Finds index of the first character in given charsequence the matches any from the given set of characters.
findFirstEqual(char[], int, char) - Static method in class jodd.util.CharSequenceUtil
Finds index of the first character in given array the matches any from the given set of characters.
findFirstEqual(char[], int, char[]) - Static method in class jodd.util.CharUtil
Finds index of the first character in given array the matches any from the given set of characters.
findFirstEqual(char[], int, char) - Static method in class jodd.util.CharUtil
Finds index of the first character in given array the matches any from the given set of characters.
findInsertionPoint(E) - Method in class jodd.util.collection.SortedArrayList
Finds the index at which object should be inserted.
findInsertionPoint(E, int, int) - Method in class jodd.util.collection.SortedArrayList
Conducts a binary search to find the index where Object should be inserted.
findLast(E) - Method in class jodd.util.BinarySearch
Finds very last index of given element or negative value if element is not found.
findLast(E, int, int) - Method in class jodd.util.BinarySearch
Finds very last index of given element in inclusive index range.
findLast(int, int) - Method in class jodd.util.BinarySearchBase
Finds very last index of given element in inclusive index range.
findMessage(String, Locale, String) - Method in class jodd.util.ResourceBundleMessageResolver
Finds messages in the provided bundle.
findMethod(Class, String) - Static method in class jodd.util.ClassUtil
Returns method from an object, matched by name.
findResourceBundle(String, Locale) - Method in class jodd.util.ResourceBundleMessageResolver
Finds resource bundle by it's name.
first - Variable in class jodd.util.LoopIterator
 
flatMap(Function<? super T, Maybe<U>>) - Method in interface jodd.util.function.Maybe
Flat map.
flatMap(Function<? super T, Maybe<U>>) - Method in class jodd.util.function.Maybe.Just
 
floats(float...) - Static method in class jodd.util.ArraysUtil
Wraps elements into an array.
floatValue() - Method in class jodd.mutable.MutableByte
Returns the value as a float.
floatValue() - Method in class jodd.mutable.MutableDouble
Returns the value as a float..
floatValue() - Method in class jodd.mutable.MutableFloat
Returns the value as a float.
floatValue() - Method in class jodd.mutable.MutableInteger
Returns the value as a float.
floatValue() - Method in class jodd.mutable.MutableLong
Returns the value as a float.
floatValue() - Method in class jodd.mutable.MutableShort
Returns the value as a float.
flush() - Method in class jodd.io.AppendableWriter
 
flush() - Method in class jodd.io.FastCharArrayWriter
Flushing a FastCharArrayWriter has no effects.
fmix64(long) - Static method in class jodd.crypt.MurmurHash3
 
folder - Variable in class jodd.io.findfile.FindFile.FilesIterator
 
FolderFirstComparator - Class in jodd.io.findfile
 
FolderFirstComparator(boolean) - Constructor for class jodd.io.findfile.FolderFirstComparator
 
forArray(T[]) - Static method in class jodd.util.BinarySearch
Creates binary search wrapper over an array.
forArray(T[], Comparator<T>) - Static method in class jodd.util.BinarySearch
Creates binary search wrapper over an array with given comparator.
forbidden() - Method in class jodd.net.HttpStatus.HttpStatus403
 
forceAccess(AccessibleObject) - Static method in class jodd.util.ClassUtil
Suppress access check against a reflection object.
forEachValue(Consumer<? super T>) - Method in class jodd.cache.TypeCache
Iterates all cached values.
forList(List<T>) - Static method in class jodd.util.BinarySearch
Creates binary search wrapper over a list of comparable elements.
forList(List<T>, Comparator<T>) - Static method in class jodd.util.BinarySearch
Creates binary search wrapper over a list with given comparator.
Format - Class in jodd.util
Various string formatting and conversions.
Format() - Constructor for class jodd.util.Format
 
formatHttpDate(long) - Static method in class jodd.time.TimeUtil
Formats time to HTTP date/time format.
formatParagraph(String, int, boolean) - Static method in class jodd.util.Format
Formats provided string as paragraph.
fraction - Variable in class jodd.time.JulianDate
Fraction part of the Julian Date (JD).
from(char[], int, int) - Static method in class jodd.util.CharArraySequence
Static constructor that creates a char sequence by making a copy of provided char array.
fromCalendar(Calendar) - Static method in class jodd.time.TimeUtil
 
fromCamelCase(String, char) - Static method in class jodd.util.Format
Changes CamelCase string to lower case words separated by provided separator character.
fromDate(Date) - Static method in class jodd.time.TimeUtil
 
fromMilliseconds(long) - Static method in class jodd.time.TimeUtil
 
Futures - Class in jodd.util
Some Java 8 futures utilities.
Futures() - Constructor for class jodd.util.Futures
 

G

gensalt(int, SecureRandom) - Static method in class jodd.crypt.BCrypt
Generate a salt for use with the BCrypt.hashpw() method.
gensalt(int) - Static method in class jodd.crypt.BCrypt
Generate a salt for use with the BCrypt.hashpw() method.
gensalt() - Static method in class jodd.crypt.BCrypt
Generate a salt for use with the BCrypt.hashpw() method, selecting a reasonable default for the number of hashing rounds to apply.
get(int) - Method in class jodd.buffer.FastBooleanBuffer
Returns boolean element at given index.
get(int) - Method in class jodd.buffer.FastByteBuffer
Returns byte element at given index.
get(int) - Method in class jodd.buffer.FastCharBuffer
Returns char element at given index.
get(int) - Method in class jodd.buffer.FastDoubleBuffer
Returns double element at given index.
get(int) - Method in class jodd.buffer.FastFloatBuffer
Returns float element at given index.
get(int) - Method in class jodd.buffer.FastIntBuffer
Returns int element at given index.
get(int) - Method in class jodd.buffer.FastLongBuffer
Returns long element at given index.
get(int) - Method in class jodd.buffer.FastShortBuffer
Returns short element at given index.
get(K) - Method in class jodd.cache.AbstractCacheMap
Retrieves an object from the cache.
get(K) - Method in interface jodd.cache.Cache
Retrieves an object from the cache.
get(K) - Method in class jodd.cache.NoCache
 
get() - Method in class jodd.cache.TypeCache.Builder
Builds a type cache.
get(Class<?>) - Method in class jodd.cache.TypeCache
Returns value from the map or null if value does not exist.
get(Class<K>, Function<Class<K>, ? extends T>) - Method in class jodd.cache.TypeCache
Returns existing value or add default supplied one.
get() - Method in class jodd.mutable.LazyValue
Returns the value.
get() - Method in class jodd.mutable.MutableBoolean
Returns mutable value.
get() - Method in class jodd.mutable.MutableByte
Returns mutable value.
get() - Method in class jodd.mutable.MutableDouble
Returns mutable value.
get() - Method in class jodd.mutable.MutableFloat
Returns mutable value.
get() - Method in class jodd.mutable.MutableInteger
Returns mutable value.
get() - Method in class jodd.mutable.MutableLong
Returns mutable value.
get() - Method in class jodd.mutable.MutableShort
Returns mutable value.
get() - Method in class jodd.net.URLCoder.Builder
Returns full URL.
get(String) - Static method in class jodd.system.SystemUtil
Returns system property or null if not set.
get(String, String) - Static method in class jodd.system.SystemUtil
Returns system property.
get() - Method in class jodd.util.cl.ClassLoaderLocal
Returns the value in the current classloader copy of this variable.
get() - Static method in interface jodd.util.cl.ClassLoaderStrategy
Returns the implementation.
get(Object) - Method in class jodd.util.collection.IntHashMap
Returns the value to which this map maps the specified key.
get(int) - Method in class jodd.util.collection.IntHashMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class jodd.util.collection.StringKeyedMapAdapter
Returns the request attribute associated with the given key or null if it doesn't exist.
get() - Method in class jodd.util.concurrent.ThreadFactoryBuilder
Returns a new thread factory using the options supplied during the building process.
get() - Static method in class jodd.util.RandomString
Returns default instance of RandomString.
getAccessibleFields(Class) - Static method in class jodd.util.ClassUtil
 
getAccessibleFields(Class, Class) - Static method in class jodd.util.ClassUtil
 
getAccessibleMethods(Class) - Static method in class jodd.util.ClassUtil
Returns array of all methods that are accessible from given class.
getAccessibleMethods(Class, Class) - Static method in class jodd.util.ClassUtil
Returns array of all methods that are accessible from given class, upto limit (usually Object.class).
getAnnotationType() - Method in class jodd.util.annotation.AnnotationParser
Returns annotation type of this parser.
getAttribute(String) - Method in class jodd.util.collection.StringKeyedMapAdapter
Hooks method that needs to be implemented by concrete subclasses.
getAttributeNames() - Method in class jodd.util.collection.StringKeyedMapAdapter
Hook method that needs to be implemented by concrete subclasses.
getBaseName(String) - Static method in class jodd.io.FileNameUtil
Gets the base name, minus the full path and extension, from a full filename.
getBeanPropertyGetterName(Method) - Static method in class jodd.util.ClassUtil
Returns property name from a getter method.
getBeanPropertySetterName(Method) - Static method in class jodd.util.ClassUtil
Returns beans property setter name or null if method is not a real setter.
getBOMSize() - Method in class jodd.io.UnicodeInputStream
Returns BOM size in bytes.
getBoolean(String, boolean) - Static method in class jodd.system.SystemUtil
Returns system property as boolean.
getBoolean(byte[], int) - Static method in class jodd.util.Bits
 
getBundle(String, Locale, ClassLoader) - Method in class jodd.util.ResourceBundleMessageResolver
Returns specified bundle.
getBytes(String) - Static method in class jodd.util.StringUtil
Returns String bytes using Jodds default encoding.
getBytes(String, String) - Static method in class jodd.util.StringUtil
 
getCallerClass(int) - Static method in class jodd.util.ClassUtil
Emulates Reflection.getCallerClass using standard API.
getCallerClass() - Static method in class jodd.util.ClassUtil
Smart variant of ClassUtil.getCallerClass(int) that skips all relevant Jodd calls.
getCause() - Method in exception jodd.exception.UncheckedException
Returns exception cause.
getChar(byte[], int) - Static method in class jodd.util.Bits
 
getChars(String) - Static method in class jodd.util.UnsafeUtil
Returns String characters in most performing way.
getClassAsStream(Class) - Static method in class jodd.util.ClassLoaderUtil
Opens a class of the specified name for reading using class classloader.
getClassAsStream(String) - Static method in class jodd.util.ClassLoaderUtil
Opens a class of the specified name for reading.
getClassAsStream(String, ClassLoader) - Static method in class jodd.util.ClassLoaderUtil
Opens a class of the specified name for reading using provided class loader.
getClasses(Object...) - Static method in class jodd.util.ClassUtil
Returns classes from array of objects.
getClasspathItemBaseDir(File) - Static method in class jodd.util.ClassLoaderUtil
Returns base folder for classpath item.
getClasspathItemManifest(File) - Static method in class jodd.util.ClassLoaderUtil
Returns classpath item manifest or null if not found.
getComparator() - Method in class jodd.util.collection.SortedArrayList
Returns comparator assigned to this collection, if such exist.
getComponentType(Type, int) - Static method in class jodd.util.ClassUtil
Returns single component type.
getComponentType(Type, Class, int) - Static method in class jodd.util.ClassUtil
Returns single component type for given type and implementation.
getComponentTypes(Type) - Static method in class jodd.util.ClassUtil
 
getComponentTypes(Type, Class) - Static method in class jodd.util.ClassUtil
Returns all component types of the given type.
getContentDisposition() - Method in class jodd.io.upload.FileUploadHeader
Returns content disposition.
getContentType() - Method in class jodd.io.upload.FileUploadHeader
Returns uploaded content type.
getContextClassLoader() - Static method in class jodd.util.ClassLoaderUtil
Returns thread context class loader.
getCount() - Method in class jodd.util.LoopIterator
Returns current item count (1-based).
getCurrentStackTrace() - Static method in class jodd.exception.ExceptionUtil
Returns current stack trace in form of array of stack trace elements.
getDefaultClassLoader() - Static method in class jodd.util.ClassLoaderUtil
Returns default class loader.
getDefaultClasspath() - Static method in class jodd.util.ClassLoaderUtil
Returns default classpath using default classloader.
getDefaultClasspath(ClassLoader) - Static method in class jodd.util.ClassLoaderUtil
Returns default class path from all available URLClassLoader in classloader hierarchy.
getDestinationFolder() - Method in class jodd.io.upload.impl.DiskFileUpload
Returns destination folder.
getDetectedEncoding() - Method in class jodd.io.UnicodeInputStream
Returns detected UTF encoding or null if no UTF encoding has been detected (i.e. no BOM).
getDouble(byte[], int) - Static method in class jodd.util.Bits
 
getExceptionChain(Throwable) - Static method in class jodd.exception.ExceptionUtil
Returns exception chain starting from top up to root cause.
getExitCode() - Method in class jodd.util.ProcessRunner.ProcessResult
Returns process exit code.
getExtension(String) - Static method in class jodd.io.FileNameUtil
Gets the extension of a filename.
getFallbackBundlename() - Method in class jodd.util.ResourceBundleMessageResolver
 
getFallbackLocale() - Method in class jodd.util.ResourceBundleMessageResolver
 
getFile() - Method in class jodd.io.upload.impl.DiskFileUpload
Returns uploaded and saved file.
getFile(String) - Method in class jodd.io.upload.MultipartStreamParser
Returns uploaded file.
getFileBytes(File) - Method in class jodd.cache.FileCache
Returns cached file bytes.
getFileContent() - Method in class jodd.io.upload.FileUpload
Returns all bytes of uploaded file.
getFileContent() - Method in class jodd.io.upload.impl.AdaptiveFileUpload
Returns the content of file upload item.
getFileContent() - Method in class jodd.io.upload.impl.DiskFileUpload
Returns files content from disk file.
getFileContent() - Method in class jodd.io.upload.impl.MemoryFileUpload
Returns byte array containing uploaded file data.
getFileExtensions() - Method in class jodd.io.upload.impl.AdaptiveFileUpload
 
getFileInputStream() - Method in class jodd.io.upload.FileUpload
Returns input stream of uploaded file.
getFileInputStream() - Method in class jodd.io.upload.impl.AdaptiveFileUpload
 
getFileInputStream() - Method in class jodd.io.upload.impl.DiskFileUpload
Returns new buffered file input stream.
getFileInputStream() - Method in class jodd.io.upload.impl.MemoryFileUpload
Returns byte array input stream.
getFileName() - Method in class jodd.io.upload.FileUploadHeader
Returns file name (base name and extension, without full path data).
getFileParameterNames() - Method in class jodd.io.upload.MultipartStreamParser
Returns parameter names of all uploaded files.
getFiles(String) - Method in class jodd.io.upload.MultipartStreamParser
Returns all uploaded files the given request parameter has.
getFloat(byte[], int) - Static method in class jodd.util.Bits
 
getFormFieldName() - Method in class jodd.io.upload.FileUploadHeader
Returns form field name.
getFormFilename() - Method in class jodd.io.upload.FileUploadHeader
Returns complete file name as specified at client side.
getFraction() - Method in class jodd.time.JulianDate
Returns the fraction part of Julian Date (JD).
getFullPath(String) - Static method in class jodd.io.FileNameUtil
Gets the full path from a full filename, which is the prefix + path.
getFullPathNoEndSeparator(String) - Static method in class jodd.io.FileNameUtil
Gets the full path from a full filename, which is the prefix + path, and also excluding the final directory separator.
getGenericSupertype(Class, int) - Static method in class jodd.util.ClassUtil
Shortcut for getComponentType(type.getGenericSuperclass()).
getGenericSupertypes(Class) - Static method in class jodd.util.ClassUtil
Shortcut for getComponentTypes(type.getGenericSuperclass()).
getHeader() - Method in class jodd.io.upload.FileUpload
Returns FileUploadHeader of uploaded file.
getHitCount() - Method in class jodd.cache.AbstractCacheMap
Returns hit count.
getIndex() - Method in class jodd.util.LoopIterator
Returns current item index (0-based).
getIndexModulus() - Method in class jodd.util.LoopIterator
Returns modulus of current index.
getInt(String, int) - Static method in class jodd.system.SystemUtil
Returns system property as an int.
getInt(byte[], int) - Static method in class jodd.util.Bits
 
getInteger() - Method in class jodd.time.JulianDate
Returns integer part of the Julian Date (JD).
getIpAsInt(String) - Static method in class jodd.io.NetUtil
Returns IP address as integer.
getJulianDayNumber() - Method in class jodd.time.JulianDate
Returns JDN.
getKey() - Method in class jodd.util.collection.MapEntry
 
getLastHeader() - Method in class jodd.io.upload.MultipartRequestInputStream
 
getLastIndex() - Method in class jodd.util.BinarySearch
Returns index of last element in wrapped collection.
getLong(String, long) - Static method in class jodd.system.SystemUtil
Returns system property as a long.
getLong(byte[], int) - Static method in class jodd.util.Bits
 
getLongLittleEndian(byte[], int) - Static method in class jodd.crypt.MurmurHash3
Gets a long from a byte buffer in little endian byte order.
getMaskAsInt(String) - Static method in class jodd.io.NetUtil
 
getMatchingFilePath(File) - Method in class jodd.io.findfile.FindFile
Resolves file path depending on matching type Returned path is formatted in unix style.
getMaxFileSize() - Method in class jodd.io.upload.FileUpload
Returns max file size or -1 if there is no max file size.
getMaxFileSize() - Method in class jodd.io.upload.impl.AdaptiveFileUploadFactory
 
getMaxFileSize() - Method in class jodd.io.upload.impl.DiskFileUploadFactory
 
getMaxFileSize() - Method in class jodd.io.upload.impl.MemoryFileUploadFactory
 
getMemoryThreshold() - Method in class jodd.io.upload.impl.AdaptiveFileUpload
 
getMemoryThreshold() - Method in class jodd.io.upload.impl.AdaptiveFileUploadFactory
 
getMessage() - Method in exception jodd.exception.UncheckedException
Returns the detail message, including the message from the nested exception if there is one.
getMessage(String, Locale, String) - Method in class jodd.util.ResourceBundleMessageResolver
Gets the message from the named resource bundle.
getMimeSubtype() - Method in class jodd.io.upload.FileUploadHeader
Returns file sub type MIME.
getMimeType() - Method in class jodd.io.upload.FileUploadHeader
Returns file types MIME.
getMimeType(String) - Static method in class jodd.net.MimeTypes
Returns the corresponding MIME type to the given extension.
getMissCount() - Method in class jodd.cache.AbstractCacheMap
Returns miss count.
getModifiedJulianDate() - Method in class jodd.time.JulianDate
Returns Modified Julian Date (MJD), where date starts from midnight rather than noon.
getModulus() - Method in class jodd.util.LoopIterator
Returns modulus of current count.
getModulusValue() - Method in class jodd.util.LoopIterator
Returns modulus value.
getName(String) - Static method in class jodd.io.FileNameUtil
Gets the name minus the path from a full filename.
getOutput() - Method in class jodd.util.ProcessRunner.ProcessResult
Returns process output.
getParameter(String) - Method in class jodd.io.upload.MultipartStreamParser
Returns single value of a parameter.
getParameterNames() - Method in class jodd.io.upload.MultipartStreamParser
Returns the names of the parameters contained in this request.
getParameterValues(String) - Method in class jodd.io.upload.MultipartStreamParser
Returns all values all of the values the given request parameter has.
getParentFile(File) - Static method in class jodd.io.FileUtil
Returns parent for the file.
getPath(String) - Static method in class jodd.io.FileNameUtil
Gets the path from a full filename, which excludes the prefix.
getPathNoEndSeparator(String) - Static method in class jodd.io.FileNameUtil
Gets the path from a full filename, which excludes the prefix, and also excluding the final directory separator.
getPrefix(String) - Static method in class jodd.io.FileNameUtil
Gets the prefix from a full filename, such as C:/ or ~/.
getPrefixLength(String) - Static method in class jodd.io.FileNameUtil
Returns the length of the filename prefix, such as C:/ or ~/.
getProperty(Map, String) - Static method in class jodd.util.PropertiesUtil
Returns String property from a map.
getProperty(Map, String, String) - Static method in class jodd.util.PropertiesUtil
Returns String property from a map.
getRawType(Type) - Static method in class jodd.util.ClassUtil
Returns raw class for given type.
getRawType(Type, Class) - Static method in class jodd.util.ClassUtil
Returns raw class for given type when implementation class is known and it makes difference.
getReducedJulianDate() - Method in class jodd.time.JulianDate
Returns Reduced Julian Date (RJD), used by astronomers.
getResource(String) - Method in class jodd.util.cl.ExtendedURLClassLoader
Returns a resource using parent-first or parent-last strategy.
getResourceAsStream(String) - Static method in class jodd.util.ResourcesUtil
Opens a resource of the specified name for reading.
getResourceAsStream(String, ClassLoader) - Static method in class jodd.util.ResourcesUtil
Opens a resource of the specified name for reading.
getResourceAsStream(String, ClassLoader, boolean) - Static method in class jodd.util.ResourcesUtil
Opens a resource of the specified name for reading.
getResourceAsString(String) - Static method in class jodd.util.ResourcesUtil
 
getResources(String) - Method in class jodd.util.cl.ExtendedURLClassLoader
 
getResourceUrl(String) - Static method in class jodd.util.ResourcesUtil
Retrieves given resource as URL.
getResourceUrl(String, ClassLoader) - Static method in class jodd.util.ResourcesUtil
Retrieves given resource as URL.
getRootCause(Throwable) - Static method in class jodd.exception.ExceptionUtil
Introspects the Throwable to obtain the root cause.
getRule(int) - Method in class jodd.inex.InExRules
Returns rule's value on given index.
getShort(byte[], int) - Static method in class jodd.util.Bits
 
getShortClassName(Class) - Static method in class jodd.util.ClassUtil
Returns short class name: packages are replaces with single letter.
getShortClassName(Class, int) - Static method in class jodd.util.ClassUtil
 
getSignificantFraction() - Method in class jodd.time.JulianDate
Calculates and returns significant fraction only as an int.
getSize() - Method in class jodd.io.upload.FileUpload
Returns the file upload size or -1 if file was not uploaded.
getStackTrace(Throwable, String[], String[]) - Static method in class jodd.exception.ExceptionUtil
Returns stack trace filtered by class names.
getStackTraceChain(Throwable, String[], String[]) - Static method in class jodd.exception.ExceptionUtil
Returns stack trace chain filtered by class names.
getSuperclasses(Class) - Static method in class jodd.util.ClassUtil
Returns all superclasses.
getSupportedFields(Class) - Static method in class jodd.util.ClassUtil
 
getSupportedFields(Class, Class) - Static method in class jodd.util.ClassUtil
 
getSupportedMethods(Class) - Static method in class jodd.util.ClassUtil
 
getSupportedMethods(Class, Class) - Static method in class jodd.util.ClassUtil
Returns a Method array of the methods to which instances of the specified respond except for those methods defined in the class specified by limit or any of its superclasses.
getSystemClassLoader() - Static method in class jodd.util.ClassLoaderUtil
Returns system class loader.
getTruncatedJulianDate() - Method in class jodd.time.JulianDate
Returns Truncated Julian Day (TJD), introduced by NASA for the space program.
getUploadPath() - Method in class jodd.io.upload.impl.AdaptiveFileUpload
 
getUploadPath() - Method in class jodd.io.upload.impl.AdaptiveFileUploadFactory
 
getValue() - Method in class jodd.util.collection.MapEntry
 
getValue() - Method in class jodd.util.LoopIterator
Returns current loop value.
GRAY - Static variable in class jodd.chalk.Chalk
 
gray() - Method in class jodd.chalk.Chalk
 
grayscale(int) - Method in class jodd.chalk.Chalk256
 
GREEN - Static variable in class jodd.chalk.Chalk
 
green() - Method in class jodd.chalk.Chalk
 
grey() - Method in class jodd.chalk.Chalk
 
gzip(String) - Static method in class jodd.io.ZipUtil
Compresses a file into gzip archive.
gzip(File) - Static method in class jodd.io.ZipUtil
Compresses a file into gzip archive.
GZIP_EXT - Static variable in class jodd.io.ZipUtil
 

H

hasAnnotationOn(AnnotatedElement) - Method in class jodd.util.annotation.AnnotationParser
Returns true if annotation is present on given annotated element.
hasArg() - Method in class jodd.cli.Option
 
hasArg(String) - Method in class jodd.cli.Option
 
hasExtension(String) - Static method in class jodd.io.FileNameUtil
Returns true if file has extension.
hash(String) - Method in interface jodd.crypt.HashEngine
Creates a hash from the input string.
HASH - Static variable in interface jodd.util.StringPool
 
hashCode(byte[]) - Static method in class jodd.crypt.SipHash
 
hashCode(long, long, byte[]) - Static method in class jodd.crypt.SipHash
 
hashCode() - Method in class jodd.inex.InExRules.Rule
 
hashCode() - Method in class jodd.mutable.MutableBoolean
Returns a hashcode for this value.
hashCode() - Method in class jodd.mutable.MutableByte
Returns a hashcode for this value.
hashCode() - Method in class jodd.mutable.MutableDouble
Returns a hashcode for this value.
hashCode() - Method in class jodd.mutable.MutableFloat
Returns a hashcode for this value.
hashCode() - Method in class jodd.mutable.MutableInteger
Returns a hashcode for this value.
hashCode() - Method in class jodd.mutable.MutableLong
Returns a hashcode for this value.
hashCode() - Method in class jodd.mutable.MutableShort
Returns a hashcode for this value.
hashCode() - Method in class jodd.time.JulianDate
 
hashCode() - Method in class jodd.util.collection.MapEntry
 
hashCode() - Method in class jodd.util.function.Maybe.Just
 
HashEngine - Interface in jodd.crypt
Hash engines.
hashpw(String, String) - Static method in class jodd.crypt.BCrypt
Hash a password using the OpenBSD bcrypt scheme.
HashValue(long, long) - Constructor for class jodd.crypt.MurmurHash3.HashValue
 
hasMoreElements() - Method in class jodd.util.collection.ArrayEnumeration
 
hasMoreElements() - Method in class jodd.util.collection.CompositeEnumeration
Returns true if composite has more elements.
hasNext() - Method in class jodd.util.collection.ArrayIterator
 
hasNext() - Method in class jodd.util.collection.CompositeIterator
Returns true if next element is available.
hasParams - Variable in class jodd.net.URLCoder.Builder
 
hasRules() - Method in class jodd.inex.InExRules
Returns true if rule engine has at least one rule set.
hasUnsafe() - Static method in class jodd.util.UnsafeUtil
Returns true if system has the Unsafe.
HAT - Static variable in interface jodd.util.StringPool
 
header - Variable in class jodd.io.upload.FileUpload
 
hex2int(char) - Static method in class jodd.util.CharUtil
Converts hex char to int value.
HEX_CHARS - Static variable in class jodd.util.CharUtil
 
HIDDEN - Static variable in class jodd.chalk.Chalk
 
hidden() - Method in class jodd.chalk.Chalk
 
hitCount - Variable in class jodd.cache.AbstractCacheMap
 
HTML_AMP - Static variable in interface jodd.util.StringPool
 
HTML_GT - Static variable in interface jodd.util.StringPool
 
HTML_LT - Static variable in interface jodd.util.StringPool
 
HTML_NBSP - Static variable in interface jodd.util.StringPool
 
HTML_QUOTE - Static variable in interface jodd.util.StringPool
 
HtmlDecoder - Class in jodd.net
HTML decoder.
HtmlDecoder() - Constructor for class jodd.net.HtmlDecoder
 
HtmlEncoder - Class in jodd.net
Encodes text and URL strings in various ways resulting HTML-safe text.
HtmlEncoder() - Constructor for class jodd.net.HtmlEncoder
 
HTTP_DATE_FORMAT - Static variable in class jodd.time.TimeUtil
 
HttpMethod - Enum in jodd.net
Http request methods.
httpMethodNotAllowed() - Method in class jodd.net.HttpStatus.HttpStatus405
 
HttpStatus - Class in jodd.net
Simple developer-friendly set of HttpStatus codes and messages.
HttpStatus(int, String) - Constructor for class jodd.net.HttpStatus
 
HttpStatus(int) - Constructor for class jodd.net.HttpStatus
 
HttpStatus.HttpStatus400 - Class in jodd.net
 
HttpStatus.HttpStatus401 - Class in jodd.net
 
HttpStatus.HttpStatus403 - Class in jodd.net
 
HttpStatus.HttpStatus404 - Class in jodd.net
 
HttpStatus.HttpStatus405 - Class in jodd.net
 
HttpStatus.HttpStatus408 - Class in jodd.net
 
HttpStatus.HttpStatus409 - Class in jodd.net
 
HttpStatus.HttpStatus500 - Class in jodd.net
 
HttpStatus.HttpStatus503 - Class in jodd.net
 
HttpStatus.Redirection - Class in jodd.net
 
HttpStatus400() - Constructor for class jodd.net.HttpStatus.HttpStatus400
 
HttpStatus401() - Constructor for class jodd.net.HttpStatus.HttpStatus401
 
HttpStatus403() - Constructor for class jodd.net.HttpStatus.HttpStatus403
 
HttpStatus404() - Constructor for class jodd.net.HttpStatus.HttpStatus404
 
HttpStatus405() - Constructor for class jodd.net.HttpStatus.HttpStatus405
 
HttpStatus408() - Constructor for class jodd.net.HttpStatus.HttpStatus408
 
HttpStatus409() - Constructor for class jodd.net.HttpStatus.HttpStatus409
 
HttpStatus500() - Constructor for class jodd.net.HttpStatus.HttpStatus500
 
HttpStatus503() - Constructor for class jodd.net.HttpStatus.HttpStatus503
 
humanReadableByteCount(long, boolean) - Static method in class jodd.util.Format
Formats byte size to human readable bytecount.

I

ifNotNull(String, Function<String, String>) - Static method in class jodd.util.StringUtil
Executes function on a string if not null.
ignoreAccents - Variable in class jodd.util.NaturalOrderComparator
 
ignoreCase - Variable in class jodd.util.NaturalOrderComparator
 
ignoreDotFiles - Variable in class jodd.io.watch.DirWatcher
 
ignoreDotFiles(boolean) - Method in class jodd.io.watch.DirWatcher
Enables or disables if dot files should be watched.
ignoreException - Variable in class jodd.io.findfile.ClassScanner
If set to true exceptions for entry scans are ignored.
ignoreException(boolean) - Method in class jodd.io.findfile.ClassScanner
Sets if exceptions during scanning process should be ignored or not.
Implementation() - Constructor for class jodd.util.cl.ClassLoaderStrategy.Implementation
 
include(D) - Method in class jodd.inex.InExRules
Adds include rule.
include - Variable in class jodd.inex.InExRules.Rule
 
include(String) - Method in class jodd.io.findfile.FindFile
Defines include pattern.
include(String...) - Method in class jodd.io.findfile.FindFile
Defines include patterns.
includeAll() - Method in class jodd.io.findfile.FindFile
Enables blacklist mode.
includeAllEntries(boolean) - Method in class jodd.io.findfile.ClassScanner
Sets white/black list mode for entries.
includeAllJars(boolean) - Method in class jodd.io.findfile.ClassScanner
Sets white/black list mode for jars.
includeDirs - Variable in class jodd.io.findfile.FindFile
 
includeDirs(boolean) - Method in class jodd.io.findfile.FindFile
Include directories in search.
includeEntries(String...) - Method in class jodd.io.findfile.ClassScanner
Sets included set of names that will be considered during configuration.
includeFiles - Variable in class jodd.io.findfile.FindFile
 
includeFiles(boolean) - Method in class jodd.io.findfile.FindFile
Include files in search.
includeJars(String...) - Method in class jodd.io.findfile.ClassScanner
Specify included jars.
includeResources - Variable in class jodd.io.findfile.ClassScanner
If set to true all files will be scanned and not only classes.
includeResources(boolean) - Method in class jodd.io.findfile.ClassScanner
 
includesCount - Variable in class jodd.inex.InExRules
 
index - Variable in class jodd.io.findfile.FindFile.FilesIterator
 
index() - Method in class jodd.util.StringBand
Returns current index of string array.
indexOf(byte[], byte) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence of an element in an array.
indexOf(byte[], byte, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence of given value in an array from specified given position.
indexOf(byte[], byte, int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position and upto given length.
indexOf(char[], char) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence of an element in an array.
indexOf(char[], char, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence of given value in an array from specified given position.
indexOf(char[], char, int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position and upto given length.
indexOf(short[], short) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence of an element in an array.
indexOf(short[], short, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence of given value in an array from specified given position.
indexOf(short[], short, int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position and upto given length.
indexOf(int[], int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence of an element in an array.
indexOf(int[], int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence of given value in an array from specified given position.
indexOf(int[], int, int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position and upto given length.
indexOf(long[], long) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence of an element in an array.
indexOf(long[], long, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence of given value in an array from specified given position.
indexOf(long[], long, int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position and upto given length.
indexOf(boolean[], boolean) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence of an element in an array.
indexOf(boolean[], boolean, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence of given value in an array from specified given position.
indexOf(boolean[], boolean, int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position and upto given length.
indexOf(float[], float) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence of value in float array.
indexOf(float[], float, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence of given value in float array from specified given position.
indexOf(float[], float, int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in float array from specified given position and upto given length.
indexOf(double[], double) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence of value in double array.
indexOf(double[], double, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence of given value in double array from specified given position.
indexOf(double[], double, int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in double array from specified given position and upto given length.
indexOf(Object[], Object) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array.
indexOf(Object[], Object, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position.
indexOf(byte[], byte[]) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array.
indexOf(byte[], byte[], int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position.
indexOf(byte[], byte[], int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position and upto given length.
indexOf(char[], char[]) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array.
indexOf(char[], char[], int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position.
indexOf(char[], char[], int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position and upto given length.
indexOf(short[], short[]) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array.
indexOf(short[], short[], int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position.
indexOf(short[], short[], int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position and upto given length.
indexOf(int[], int[]) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array.
indexOf(int[], int[], int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position.
indexOf(int[], int[], int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position and upto given length.
indexOf(long[], long[]) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array.
indexOf(long[], long[], int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position.
indexOf(long[], long[], int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position and upto given length.
indexOf(boolean[], boolean[]) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array.
indexOf(boolean[], boolean[], int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position.
indexOf(boolean[], boolean[], int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position and upto given length.
indexOf(float[], float[]) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array.
indexOf(float[], float[], int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position.
indexOf(float[], float[], int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position and upto given length.
indexOf(double[], double[]) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array.
indexOf(double[], double[], int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position.
indexOf(double[], double[], int, int) - Static method in class jodd.util.ArraysUtil
Finds the first occurrence in an array from specified given position and upto given length.
indexOf(String, String, int, int) - Static method in class jodd.util.StringUtil
Finds first occurrence of a substring in the given source but within limited range [start, end).
indexOf(String, char, int, int) - Static method in class jodd.util.StringUtil
Finds the first occurrence of a character in the given source but within limited range (start, end].
indexOf(String, String...) - Static method in class jodd.util.StringUtil
Finds the very first index of a substring from the specified array.
indexOf(String, String[], int) - Static method in class jodd.util.StringUtil
Finds the very first index of a substring from the specified array.
indexOfChars(String, String) - Static method in class jodd.util.StringUtil
 
indexOfChars(String, String, int) - Static method in class jodd.util.StringUtil
Returns the very first index of any char from provided string, starting from specified index offset.
indexOfChars(String, char[]) - Static method in class jodd.util.StringUtil
 
indexOfChars(String, char[], int) - Static method in class jodd.util.StringUtil
Returns the very first index of any char from provided string, starting from specified index offset.
indexOfExtension(String) - Static method in class jodd.io.FileNameUtil
Returns the index of the last extension separator character, which is a dot.
indexOfIgnoreCase(String, char, int, int) - Static method in class jodd.util.StringUtil
Finds the first occurrence of a character in the given source but within limited range (start, end].
indexOfIgnoreCase(String, String) - Static method in class jodd.util.StringUtil
Finds first index of a substring in the given source string with ignored case.
indexOfIgnoreCase(String, String, int) - Static method in class jodd.util.StringUtil
Finds first index of a substring in the given source string with ignored case.
indexOfIgnoreCase(String, String, int, int) - Static method in class jodd.util.StringUtil
Finds first index of a substring in the given source string and range with ignored case.
indexOfIgnoreCase(String, String...) - Static method in class jodd.util.StringUtil
Finds the very first index of a substring from the specified array.
indexOfIgnoreCase(String, String[], int) - Static method in class jodd.util.StringUtil
Finds the very first index of a substring from the specified array.
indexOfLastSeparator(String) - Static method in class jodd.io.FileNameUtil
Returns the index of the last directory separator character.
indexOfNonWhitespace(String) - Static method in class jodd.util.StringUtil
 
indexOfNonWhitespace(String, int) - Static method in class jodd.util.StringUtil
 
indexOfNonWhitespace(String, int, int) - Static method in class jodd.util.StringUtil
 
indexOfRegion(String, String, String) - Static method in class jodd.util.StringUtil
 
indexOfRegion(String, String, String, int) - Static method in class jodd.util.StringUtil
Returns indexes of the first region without escaping character.
indexOfRegion(String, String, String, char) - Static method in class jodd.util.StringUtil
 
indexOfRegion(String, String, String, char, int) - Static method in class jodd.util.StringUtil
Returns indexes of the first string region.
indexOfUnescapedChar(String, char, char) - Static method in class jodd.util.StringUtil
 
indexOfUnescapedChar(String, char, char, int) - Static method in class jodd.util.StringUtil
 
indexOfWhitespace(String) - Static method in class jodd.util.StringUtil
Returns first index of a whitespace character.
indexOfWhitespace(String, int) - Static method in class jodd.util.StringUtil
 
indexOfWhitespace(String, int, int) - Static method in class jodd.util.StringUtil
Returns first index of a whitespace character, starting from specified index offset.
InExRuleMatcher<T,R> - Interface in jodd.inex
Rule matcher.
inExRuleMatcher - Variable in class jodd.inex.InExRules
 
InExRules<V,D,R> - Class in jodd.inex
A single-class rule engine for includes/excludes filtering logic.
InExRules() - Constructor for class jodd.inex.InExRules
Creates default instance.
InExRules(InExRuleMatcher<V, R>) - Constructor for class jodd.inex.InExRules
Creates instance that uses provided matcher.
InExRules.Rule<R> - Class in jodd.inex
Rule definition.
info() - Static method in class jodd.system.SystemUtil
Returns system information.
init(long[], long[]) - Method in class jodd.crypt.Threefish
Initialize the cipher using the key and the tweak value.
init(String, long, long) - Method in class jodd.crypt.Threefish
Initializes cipher in a simple way.
init() - Method in class jodd.io.findfile.FindFile
Initializes file walking.
init() - Method in class jodd.io.UnicodeInputStream
Detects and decodes encoding from BOM character.
init() - Method in class jodd.io.watch.DirWatcher
Initializes dir watcher by reading all files from watched folder.
initialValue() - Method in class jodd.util.cl.ClassLoaderLocal
Returns the current classloader "initial value" for this classloader-local variable.
input - Variable in class jodd.io.upload.FileUpload
 
inputStreamReadeOf(InputStream) - Static method in class jodd.io.StreamUtil
 
inputStreamReadeOf(InputStream, String) - Static method in class jodd.io.StreamUtil
Returns new InputStreamReader using specified InputStream and encoding.
insert(T[], T[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another array.
insert(T[], T, int) - Static method in class jodd.util.ArraysUtil
Inserts one element into an array.
insert(T[], T[], int, Class) - Static method in class jodd.util.ArraysUtil
Inserts one array into another array.
insert(T[], T, int, Class) - Static method in class jodd.util.ArraysUtil
Inserts one element into another array.
insert(String[], String[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another String array.
insert(String[], String, int) - Static method in class jodd.util.ArraysUtil
Inserts one element into another String array.
insert(byte[], byte[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another byte array.
insert(byte[], byte, int) - Static method in class jodd.util.ArraysUtil
Inserts one element into another byte array.
insert(char[], char[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another char array.
insert(char[], char, int) - Static method in class jodd.util.ArraysUtil
Inserts one element into another char array.
insert(short[], short[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another short array.
insert(short[], short, int) - Static method in class jodd.util.ArraysUtil
Inserts one element into another short array.
insert(int[], int[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another int array.
insert(int[], int, int) - Static method in class jodd.util.ArraysUtil
Inserts one element into another int array.
insert(long[], long[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another long array.
insert(long[], long, int) - Static method in class jodd.util.ArraysUtil
Inserts one element into another long array.
insert(float[], float[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another float array.
insert(float[], float, int) - Static method in class jodd.util.ArraysUtil
Inserts one element into another float array.
insert(double[], double[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another double array.
insert(double[], double, int) - Static method in class jodd.util.ArraysUtil
Inserts one element into another double array.
insert(boolean[], boolean[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another boolean array.
insert(boolean[], boolean, int) - Static method in class jodd.util.ArraysUtil
Inserts one element into another boolean array.
insert(String, String) - Static method in class jodd.util.StringUtil
 
insert(String, String, int) - Static method in class jodd.util.StringUtil
Inserts a string on provided offset.
insertAt(T[], T[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another at given offset.
insertAt(T[], T[], int, Class) - Static method in class jodd.util.ArraysUtil
Inserts one array into another at given offset.
insertAt(String[], String[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another by replacing specified offset.
insertAt(byte[], byte[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another by replacing specified offset.
insertAt(char[], char[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another by replacing specified offset.
insertAt(short[], short[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another by replacing specified offset.
insertAt(int[], int[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another by replacing specified offset.
insertAt(long[], long[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another by replacing specified offset.
insertAt(float[], float[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another by replacing specified offset.
insertAt(double[], double[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another by replacing specified offset.
insertAt(boolean[], boolean[], int) - Static method in class jodd.util.ArraysUtil
Inserts one array into another by replacing specified offset.
INSTANCE - Static variable in class jodd.util.RandomString
 
int2hex(int) - Static method in class jodd.util.CharUtil
Converts integer digit to heck char.
INT_VALUE_127_0_0_1 - Static variable in class jodd.io.NetUtil
 
integer - Variable in class jodd.time.JulianDate
Integer part of the Julian Date (JD).
internalError() - Method in class jodd.net.HttpStatus.HttpStatus500
 
IntHashMap - Class in jodd.util.collection
A Map that accepts int or Integer keys only.
IntHashMap(int, float) - Constructor for class jodd.util.collection.IntHashMap
Constructs a new, empty map with the specified initial capacity and the specified load factor.
IntHashMap(int) - Constructor for class jodd.util.collection.IntHashMap
Constructs a new, empty map with the specified initial capacity and default load factor, which is 0.75.
IntHashMap() - Constructor for class jodd.util.collection.IntHashMap
Constructs a new, empty map with a default capacity and load factor, which is 0.75.
IntHashMap(Map) - Constructor for class jodd.util.collection.IntHashMap
Constructs a new map with the same mappings as the given map.
ints(int...) - Static method in class jodd.util.ArraysUtil
Wraps elements into an array.
intValue() - Method in class jodd.mutable.MutableByte
Returns the value as a int.
intValue() - Method in class jodd.mutable.MutableDouble
Returns the value as a int.
intValue() - Method in class jodd.mutable.MutableFloat
Returns the value as a int.
intValue() - Method in class jodd.mutable.MutableInteger
Returns the value as a int.
intValue() - Method in class jodd.mutable.MutableLong
Returns the value as a int.
intValue() - Method in class jodd.mutable.MutableShort
Returns the value as a int.
invalidDocumentValue() - Method in class jodd.net.HttpStatus.HttpStatus400
 
invalidQuery() - Method in class jodd.net.HttpStatus.HttpStatus400
 
INVERSE - Static variable in class jodd.chalk.Chalk
 
inverse() - Method in class jodd.chalk.Chalk
 
ioBufferSize - Static variable in class jodd.core.JoddCore
Buffer size for various I/O operations.
is - Variable in class jodd.io.StreamGobbler
 
isAllAssignableFrom(Class<?>[], Class<?>[]) - Static method in class jodd.util.ClassUtil
Returns true if all types are assignable from the other array of types.
isAllBlank(String...) - Static method in class jodd.util.StringUtil
Determines if string array contains just blank strings.
isAllEmpty(String...) - Static method in class jodd.util.StringUtil
Determines if string array contains empty strings.
isAllowFileExtensions() - Method in class jodd.io.upload.impl.AdaptiveFileUpload
 
isAlpha(char) - Static method in class jodd.util.CharUtil
Indicates whether the given character is in the ALPHA set.
isAlphaOrDigit(char) - Static method in class jodd.util.CharUtil
 
isAncestor(File, File, boolean) - Static method in class jodd.io.FileUtil
Check if one File is an ancestor of second one.
isArchive() - Method in class jodd.io.findfile.ClassScanner.ClassPathEntry
Returns true if archive.
isAssignableFrom(Member, Member) - Static method in class jodd.util.ClassUtil
Returns true if the first member is accessible from second one.
isBeanProperty(Method) - Static method in class jodd.util.ClassUtil
Returns true if method is a bean property.
isBeanPropertyGetter(Method) - Static method in class jodd.util.ClassUtil
Returns true if method is bean getter.
isBeanPropertySetter(Method) - Static method in class jodd.util.ClassUtil
Returns true if method is bean setter.
isBinary(File) - Static method in class jodd.io.FileUtil
Checks the start of the file for ASCII control characters
isBlacklist() - Method in class jodd.inex.InExRules
Returns true if blacklist mode is set.
isBlank(CharSequence) - Static method in class jodd.util.StringUtil
Determines if a string is blank (null or StringUtil.containsOnlyWhitespaces(CharSequence)).
isBoundary(byte) - Method in class jodd.io.upload.MultipartRequestInputStream
Checks if the current byte (i.e. one that was read last) represents the very first byte of the boundary.
isBreakOnError() - Method in class jodd.io.upload.impl.AdaptiveFileUpload
 
isBreakOnError() - Method in class jodd.io.upload.impl.AdaptiveFileUploadFactory
 
isCacheResourceBundles() - Method in class jodd.util.ResourceBundleMessageResolver
 
isCharAtEqual(String, int, char) - Static method in class jodd.util.StringUtil
Safely compares provided char with char on given location.
isCharAtEscaped(String, int, char) - Static method in class jodd.util.StringUtil
Returns true if character at provided index position is escaped by escape character.
isDigit(char) - Static method in class jodd.util.CharUtil
Indicates whether the given character is in the DIGIT set.
isEmpty() - Method in class jodd.buffer.FastBooleanBuffer
Tests if this buffer has no elements.
isEmpty() - Method in class jodd.buffer.FastByteBuffer
Tests if this buffer has no elements.
isEmpty() - Method in class jodd.buffer.FastCharBuffer
Tests if this buffer has no elements.
isEmpty() - Method in class jodd.buffer.FastDoubleBuffer
Tests if this buffer has no elements.
isEmpty() - Method in class jodd.buffer.FastFloatBuffer
Tests if this buffer has no elements.
isEmpty() - Method in class jodd.buffer.FastIntBuffer
Tests if this buffer has no elements.
isEmpty() - Method in class jodd.buffer.FastLongBuffer
Tests if this buffer has no elements.
isEmpty() - Method in class jodd.buffer.FastShortBuffer
Tests if this buffer has no elements.
isEmpty() - Method in class jodd.cache.AbstractCacheMap
Returns true if cache is empty.
isEmpty() - Method in interface jodd.cache.Cache
Returns true if cache is empty.
isEmpty() - Method in class jodd.cache.NoCache
 
isEmpty() - Method in class jodd.cache.TypeCache
Returns true if cache is empty.
isEmpty() - Method in class jodd.util.collection.IntHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class jodd.util.collection.SetMapAdapter
Returns true if this set contains no elements.
isEmpty() - Method in class jodd.util.function.Consumers
 
isEmpty(CharSequence) - Static method in class jodd.util.StringUtil
Determines if a string is empty (null or zero-length).
isError() - Method in class jodd.net.HttpStatus
Returns true is status is error.
isEven() - Method in class jodd.util.LoopIterator
Returns true if current count is even.
isEven(int) - Static method in class jodd.util.MathUtil
Returns true if a number is even.
isExistingFile(File) - Static method in class jodd.io.FileUtil
Returns true if File exists.
isExistingFolder(File) - Static method in class jodd.io.FileUtil
Returns true if directory exists.
isFile() - Method in class jodd.io.upload.FileUploadHeader
Returns true if uploaded data are correctly marked as a file.
isFilePathAcceptable(File, FileFilter) - Static method in class jodd.io.FileUtil
Checks if file and its ancestors are acceptable by using FileFilter.accept(File).
isFileTooBig() - Method in class jodd.io.upload.FileUpload
Returns true if file is too big.
isFirst() - Method in class jodd.util.LoopIterator
Returns true if current item is the first one.
isFull() - Method in class jodd.cache.AbstractCacheMap
Returns true if max cache capacity has been reached only if cache is size limited.
isFull() - Method in interface jodd.cache.Cache
Returns true if max cache capacity has been reached only if cache is size limited.
isFull() - Method in class jodd.cache.NoCache
 
isGenericDelimiter(int) - Static method in class jodd.util.CharUtil
Indicates whether the given character is in the gen-delims set.
isHexDigit(char) - Static method in class jodd.util.CharUtil
Indicates whether the given character is the hexadecimal digit.
isInfinite() - Method in class jodd.mutable.MutableDouble
Checks whether the double value is infinite.
isInfinite() - Method in class jodd.mutable.MutableFloat
Checks whether the float value is infinite.
isInMemory() - Method in class jodd.io.upload.FileUpload
Returns true if uploaded file content is stored in memory.
isInMemory() - Method in class jodd.io.upload.impl.AdaptiveFileUpload
Returns true if file upload resides in memory.
isInMemory() - Method in class jodd.io.upload.impl.DiskFileUpload
Returns false as uploaded file is stored on disk.
isInMemory() - Method in class jodd.io.upload.impl.MemoryFileUpload
Returns true as uploaded file is stored in memory.
isInstanceOf(Object, Class) - Static method in class jodd.util.ClassUtil
Safe version of isInstance, returns false if any of the arguments is null.
isJust() - Method in interface jodd.util.function.Maybe
Returns true if value is present.
isJust() - Method in class jodd.util.function.Maybe.Just
 
isKotlinClass(Class) - Static method in class jodd.util.ClassUtil
Returns true if type is a Kotlin class.
isLast() - Method in class jodd.util.LoopIterator
Returns true if current item is the last one.
isLastIteration(int) - Method in class jodd.util.LoopIterator
 
isLoadArrayClassByComponentTypes() - Method in class jodd.util.cl.DefaultClassLoaderStrategy
Returns arrays class loading strategy.
isLowercaseAlpha(char) - Static method in class jodd.util.CharUtil
Returns true if specified character is lowercase ASCII.
isMatchingRules(String, String...) - Method in class jodd.util.cl.ExtendedURLClassLoader
Returns true if class or resource name matches at least one package rule from the list.
isNaN() - Method in class jodd.mutable.MutableDouble
Checks whether the value is the special NaN value.
isNaN() - Method in class jodd.mutable.MutableFloat
Checks whether the value is the special NaN value.
isNewer(String, String) - Static method in class jodd.io.FileUtil
 
isNewer(File, File) - Static method in class jodd.io.FileUtil
Uses File.lastModified() for reference.
isNewer(File, long) - Static method in class jodd.io.FileUtil
Tests if the specified File is newer than the specified time reference.
isNewer(String, long) - Static method in class jodd.io.FileUtil
 
isNotBlank(CharSequence) - Static method in class jodd.util.StringUtil
Determines if string is not blank.
isNotEmpty(CharSequence) - Static method in class jodd.util.StringUtil
Determines if a string is not empty.
isNothing() - Method in interface jodd.util.function.Maybe
Returns false if value is not present.
isNothing() - Method in class jodd.util.function.Maybe.Just
 
ISO_8859_1 - Static variable in interface jodd.util.StringPool
 
isObjectMethod(Method) - Static method in class jodd.util.ClassUtil
Returns true if method defined in Object class.
isOdd() - Method in class jodd.util.LoopIterator
Returns true if current count is odd.
isOdd(int) - Static method in class jodd.util.MathUtil
Returns true if a number is odd.
isOlder(String, String) - Static method in class jodd.io.FileUtil
 
isOlder(File, File) - Static method in class jodd.io.FileUtil
Uses File.lastModified() for reference.
isOlder(File, long) - Static method in class jodd.io.FileUtil
Tests if the specified File is older than the specified time reference.
isOlder(String, long) - Static method in class jodd.io.FileUtil
 
isParsed() - Method in class jodd.io.upload.MultipartStreamParser
Returns true if multi-part request is already loaded.
isPchar(char) - Static method in class jodd.util.CharUtil
Indicates whether the given character is in the pchar set.
isPropertyNameChar(char) - Static method in class jodd.util.CharUtil
 
isPruneExpiredActive() - Method in class jodd.cache.AbstractCacheMap
Returns true if prune of expired objects should be invoked.
isPublic(Member) - Static method in class jodd.util.ClassUtil
Returns true if class member is public.
isPublic(Class) - Static method in class jodd.util.ClassUtil
Returns true if class is public.
isPublicPublic(Member) - Static method in class jodd.util.ClassUtil
Returns true if class member is public and if its declaring class is also public.
isReallyFull(K) - Method in class jodd.cache.AbstractCacheMap
 
isRegisteredExtension(String) - Static method in class jodd.net.MimeTypes
Returns true if given value is one of the registered MIME extensions.
isReserved(char) - Static method in class jodd.util.CharUtil
Indicates whether the given character is in the reserved set.
isSet(byte, byte) - Static method in class jodd.util.Bits
 
isSet(int, int) - Static method in class jodd.util.Bits
 
isSocketAccessAllowed(int, int, int) - Static method in class jodd.io.NetUtil
 
isSubDelimiter(int) - Static method in class jodd.util.CharUtil
Indicates whether the given character is in the sub-delims set.
isSubstringAt(String, String, int) - Static method in class jodd.util.StringUtil
Returns true if substring exist at given offset in a string.
isSuccess() - Method in class jodd.net.HttpStatus
Returns true is status is successful.
isSymlink(File) - Static method in class jodd.io.FileUtil
Deprecated.
Files.isSymbolicLink(java.nio.file.Path) provides this functionality natively as of Java 1.7.
isTypeOf(Class<?>, Class<?>) - Static method in class jodd.util.ClassUtil
Safe version of isAssignableFrom method that returns false if one of the arguments is null.
isTypeSignatureInUse(byte[]) - Method in class jodd.io.findfile.ClassScanner.ClassPathEntry
Returns true if class contains type signature.
isUnreserved(char) - Static method in class jodd.util.CharUtil
Indicates whether the given character is in the unreserved set.
isUploaded() - Method in class jodd.io.upload.FileUpload
Returns true if file was uploaded.
isUppercaseAlpha(char) - Static method in class jodd.util.CharUtil
Returns true if specified character is uppercase ASCII.
isUserDefinedMethod(Method) - Static method in class jodd.util.ClassUtil
Returns true if method is user defined and not defined in Object class.
isValid() - Method in class jodd.io.upload.FileUpload
Returns true if upload process went correctly.
isWhitelist() - Method in class jodd.inex.InExRules
Returns true if whitelist mode is set.
isWhitespace(char) - Static method in class jodd.util.CharUtil
Returns true if character is a white space (<= ' ').
isWordChar(char) - Static method in class jodd.util.CharUtil
 
ITALIC - Static variable in class jodd.chalk.Chalk
 
italic() - Method in class jodd.chalk.Chalk
 
ITERATION_INDEX - Static variable in class jodd.crypt.PBKDF2Hash
 
iterationCount - Variable in class jodd.crypt.PBKDF2Encryptor
 
iterator() - Method in class jodd.io.findfile.FindFile
Returns file walking iterator.
iterator() - Method in class jodd.util.collection.SetMapAdapter
Returns an iterator over the elements in this set.
iterator() - Method in class jodd.util.function.Maybe.Just
 

J

jarFileOf(Class<?>) - Static method in class jodd.util.ClassUtil
Returns the jar file from which the given class is loaded; or null if no such jar file can be located.
JD_1970 - Static variable in class jodd.time.JulianDate
Julian Date for 1970-01-01T00:00:00 (Thursday).
JD_2001 - Static variable in class jodd.time.JulianDate
Julian Date for 2001-01-01T00:00:00 (Monday).
jodd - package jodd
Jodd = tools + ioc + mvc + db + aop + tx + json + html < 1.7Mb
Jodd - Class in jodd
Jodd!
Jodd() - Constructor for class jodd.Jodd
 
JODD - Static variable in class jodd.Jodd
Ascii art of Jodds name.
JODD - Static variable in interface jodd.util.StringPool
 
jodd.buffer - package jodd.buffer
Faster primitive buffers.
jodd.cache - package jodd.cache
Some useful caches: LRU, LFU, FIFO.
jodd.chalk - package jodd.chalk
Little tool for coloring the console output.
jodd.cli - package jodd.cli
Small parser for command line arguments.
jodd.core - package jodd.core
Jodd Core module.
jodd.crypt - package jodd.crypt
 
jodd.exception - package jodd.exception
Jodds exceptions.
jodd.inex - package jodd.inex
Include-Exclude rules engine.
jodd.io - package jodd.io
Various IO utilities (files, streams, http...).
jodd.io.findfile - package jodd.io.findfile
Nice utilities for easier files and classes finding.
jodd.io.upload - package jodd.io.upload
Multipart streams and file uploads.
jodd.io.upload.impl - package jodd.io.upload.impl
Various implementations of uploaded files and their factories.
jodd.io.watch - package jodd.io.watch
Smart directory change watcher.
jodd.mutable - package jodd.mutable
Mutable number bean-alike implementations.
jodd.net - package jodd.net
 
jodd.system - package jodd.system
Various system and runtime information in one or two friendly classes.
jodd.template - package jodd.template
 
jodd.time - package jodd.time
Precise and powerful Julian Date.
jodd.util - package jodd.util
Huge set of various utilities.
jodd.util.annotation - package jodd.util.annotation
 
jodd.util.cl - package jodd.util.cl
Class loaders works.
jodd.util.collection - package jodd.util.collection
Few collection enhancements.
jodd.util.concurrent - package jodd.util.concurrent
 
jodd.util.function - package jodd.util.function
 
JoddCore - Class in jodd.core
Jodd library-wide properties.
JoddCore() - Constructor for class jodd.core.JoddCore
 
joddLocation() - Static method in class jodd.util.ClassLoaderUtil
Returns Jodd location.
join(T[]...) - Static method in class jodd.util.ArraysUtil
Joins arrays.
join(Class<T>, T[][]) - Static method in class jodd.util.ArraysUtil
Joins arrays using provided component type.
join(String[]...) - Static method in class jodd.util.ArraysUtil
Join String arrays.
join(byte[]...) - Static method in class jodd.util.ArraysUtil
Join byte arrays.
join(char[]...) - Static method in class jodd.util.ArraysUtil
Join char arrays.
join(short[]...) - Static method in class jodd.util.ArraysUtil
Join short arrays.
join(int[]...) - Static method in class jodd.util.ArraysUtil
Join int arrays.
join(long[]...) - Static method in class jodd.util.ArraysUtil
Join long arrays.
join(float[]...) - Static method in class jodd.util.ArraysUtil
Join float arrays.
join(double[]...) - Static method in class jodd.util.ArraysUtil
Join double arrays.
join(boolean[]...) - Static method in class jodd.util.ArraysUtil
Join boolean arrays.
join(Object[]) - Static method in class jodd.util.StringUtil
Joins an array of objects into one string without separators.
join(Object[], char) - Static method in class jodd.util.StringUtil
Joins an array of objects into one string with separator.
join(Collection, char) - Static method in class jodd.util.StringUtil
Joins an collection of objects into one string with separator.
join(Collection, String) - Static method in class jodd.util.StringUtil
 
join(Object[], String) - Static method in class jodd.util.StringUtil
Joins an array of objects into one string with separator.
join(Thread) - Static method in class jodd.util.ThreadUtil
 
join(Thread, long) - Static method in class jodd.util.ThreadUtil
 
join(Thread, long, int) - Static method in class jodd.util.ThreadUtil
 
JulianDate - Class in jodd.time
Julian Date stamp, for high precision calculations.
JulianDate(double) - Constructor for class jodd.time.JulianDate
Creates JD from a double.
JulianDate(int, double) - Constructor for class jodd.time.JulianDate
Creates JD from both integer and fractional part using normalization.
JulianDate(BigDecimal) - Constructor for class jodd.time.JulianDate
Creates JD from BigDecimal.
just(T) - Static method in interface jodd.util.function.Maybe
Returns a JUST>

K

keyExpired() - Method in class jodd.net.HttpStatus.HttpStatus400
 
keySet() - Method in class jodd.util.collection.IntHashMap
Returns a set view of the keys contained in this map.

L

label(String) - Method in class jodd.cli.Option
 
label(String) - Method in class jodd.cli.Param
 
last - Variable in class jodd.util.LoopIterator
 
lastFile - Variable in class jodd.io.findfile.FindFile
 
lastFile() - Method in class jodd.io.findfile.FindFile
Returns last founded file.
lastHeader - Variable in class jodd.io.upload.MultipartRequestInputStream
 
lastIndexOf(String, String, int, int) - Static method in class jodd.util.StringUtil
Finds last index of a substring in the given source string in specified range [end, start] See StringUtil.indexOf(String, String, int, int) for details about the speed.
lastIndexOf(String, char, int, int) - Static method in class jodd.util.StringUtil
Finds last index of a character in the given source string in specified range [end, start]
lastIndexOf(String, String...) - Static method in class jodd.util.StringUtil
Finds the very last index of a substring from the specified array.
lastIndexOf(String, String[], int) - Static method in class jodd.util.StringUtil
Finds the very last index of a substring from the specified array.
lastIndexOfIgnoreCase(String, String) - Static method in class jodd.util.StringUtil
Finds last index of a substring in the given source string with ignored case.
lastIndexOfIgnoreCase(String, String, int) - Static method in class jodd.util.StringUtil
Finds last index of a substring in the given source string with ignored case.
lastIndexOfIgnoreCase(String, String, int, int) - Static method in class jodd.util.StringUtil
Finds last index of a substring in the given source string with ignored case in specified range.
lastIndexOfIgnoreCase(String, char, int, int) - Static method in class jodd.util.StringUtil
Finds last index of a character in the given source string in specified range [end, start]
lastIndexOfIgnoreCase(String, String...) - Static method in class jodd.util.StringUtil
Finds the very last index of a substring from the specified array.
lastIndexOfIgnoreCase(String, String[], int) - Static method in class jodd.util.StringUtil
Finds the very last index of a substring from the specified array.
lastIndexOfNonWhitespace(String) - Static method in class jodd.util.StringUtil
 
lastIndexOfNonWhitespace(String, int) - Static method in class jodd.util.StringUtil
 
lastIndexOfNonWhitespace(String, int, int) - Static method in class jodd.util.StringUtil
 
lastIndexOfWhitespace(String) - Static method in class jodd.util.StringUtil
 
lastIndexOfWhitespace(String, int) - Static method in class jodd.util.StringUtil
Returns last index of a whitespace.
lastIndexOfWhitespace(String, int, int) - Static method in class jodd.util.StringUtil
Returns last index of a whitespace.
LazyValue<T> - Class in jodd.mutable
Holder of a value that is computed lazy.
LEFT_BRACE - Static variable in interface jodd.util.StringPool
 
LEFT_BRACKET - Static variable in interface jodd.util.StringPool
 
LEFT_CHEV - Static variable in interface jodd.util.StringPool
 
LEFT_SQ_BRACKET - Static variable in interface jodd.util.StringPool
 
length() - Method in class jodd.buffer.FastCharBuffer
 
length() - Method in class jodd.util.CharArraySequence
 
length() - Method in class jodd.util.StringBand
Returns total string length.
length(Object) - Static method in class jodd.util.Util
Returns length of the object.
LFUCache<K,V> - Class in jodd.cache
LFU (least frequently used) cache.
LFUCache(int) - Constructor for class jodd.cache.LFUCache
 
LFUCache(int, long) - Constructor for class jodd.cache.LFUCache
 
limit() - Method in class jodd.cache.AbstractCacheMap
Returns cache size or 0 if there is no size limit.
limit() - Method in interface jodd.cache.Cache
Returns cache size or 0 if there is no size limit.
limit() - Method in class jodd.cache.NoCache
 
limitExceeded() - Method in class jodd.net.HttpStatus.HttpStatus403
 
listeners - Variable in class jodd.io.watch.DirWatcher
 
listZip(File) - Static method in class jodd.io.ZipUtil
Lists zip content.
loadArrayClassByComponentType(String, ClassLoader) - Method in class jodd.util.cl.DefaultClassLoaderStrategy
Loads array class using component type.
loadArrayClassByComponentTypes - Variable in class jodd.util.cl.DefaultClassLoaderStrategy
 
loadClass() - Method in class jodd.io.findfile.ClassScanner.ClassPathEntry
Loads class by its name.
loadClass(String, ClassLoader) - Method in interface jodd.util.cl.ClassLoaderStrategy
Loads class with given name and optionally provided class loader.
loadClass(String, ClassLoader) - Method in class jodd.util.cl.DefaultClassLoaderStrategy
Loads class by name.
loadClass(String, String, ClassLoader) - Method in class jodd.util.cl.DefaultClassLoaderStrategy
Loads a class using provided class loader.
loadClass(String, boolean) - Method in class jodd.util.cl.ExtendedURLClassLoader
Loads class using parent-first or parent-last strategy.
loadClass(String) - Static method in class jodd.util.ClassLoaderUtil
Loads a class using default class loader strategy.
loadClass(String, ClassLoader) - Static method in class jodd.util.ClassLoaderUtil
Loads a class using default class loader strategy.
loaderOnlyRules - Variable in class jodd.util.cl.ExtendedURLClassLoader
 
loadFromClasspath(Properties, String...) - Static method in class jodd.util.PropertiesUtil
Loads properties from classpath file(s).
loadFromFile(Properties, String) - Static method in class jodd.util.PropertiesUtil
Loads properties from the file.
loadFromFile(Properties, File) - Static method in class jodd.util.PropertiesUtil
Loads properties from the file.
loadFromString(Properties, String) - Static method in class jodd.util.PropertiesUtil
Loads properties from string.
Loading(boolean, boolean) - Constructor for class jodd.util.cl.ExtendedURLClassLoader.Loading
 
LOCAL_HOST - Static variable in class jodd.io.NetUtil
 
LOCAL_IP - Static variable in class jodd.io.NetUtil
 
lock - Variable in class jodd.io.StreamGobbler
 
longName(String) - Method in class jodd.cli.Option
 
longs(long...) - Static method in class jodd.util.ArraysUtil
Wraps elements into an array.
longsToBytes(long[]) - Static method in class jodd.crypt.Threefish
 
longValue() - Method in class jodd.mutable.MutableByte
Returns the value as a long.
longValue() - Method in class jodd.mutable.MutableDouble
Returns the value as a long.
longValue() - Method in class jodd.mutable.MutableFloat
Returns the value as a long.
longValue() - Method in class jodd.mutable.MutableInteger
Returns the value as a long.
longValue() - Method in class jodd.mutable.MutableLong
Returns the value as a long.
longValue() - Method in class jodd.mutable.MutableShort
Returns the value as a long.
lookup(String) - Static method in class jodd.net.HtmlDecoder
Returns replacement chars for given character reference.
lookupMimeType(String) - Static method in class jodd.net.MimeTypes
Simply returns MIME type or null if no type is found.
looping - Variable in class jodd.util.LoopIterator
 
LoopIterator - Class in jodd.util
Loop iterator that provides various counting data about the loop cycles.
LoopIterator(int, int) - Constructor for class jodd.util.LoopIterator
 
LoopIterator(int, int, int) - Constructor for class jodd.util.LoopIterator
 
LoopIterator(int, int, int, int) - Constructor for class jodd.util.LoopIterator
 
LRUCache<K,V> - Class in jodd.cache
LRU (least recently used) cache.
LRUCache(int) - Constructor for class jodd.cache.LRUCache
 
LRUCache(int, long) - Constructor for class jodd.cache.LRUCache
Creates a new LRU cache.

M

macroEnd - Variable in class jodd.template.StringTemplateParser
 
macroPrefix - Variable in class jodd.template.StringTemplateParser
 
macroStart - Variable in class jodd.template.StringTemplateParser
 
MAGENTA - Static variable in class jodd.chalk.Chalk
 
magenta() - Method in class jodd.chalk.Chalk
 
makeRule(D) - Method in class jodd.inex.InExRules
 
map - Variable in class jodd.io.watch.DirWatcher
 
map - Variable in class jodd.util.collection.SetMapAdapter
 
map(Function<? super T, ? extends U>) - Method in class jodd.util.function.Maybe.Just
 
map(Function<? super T, ? extends U>) - Method in interface jodd.util.function.Maybe
Map.
MapEntry<K,V> - Class in jodd.util.collection
Default Map.Entry implementation.
MapEntry(K, V) - Constructor for class jodd.util.collection.MapEntry
 
MapTemplateParser - Class in jodd.template
 
MapTemplateParser() - Constructor for class jodd.template.MapTemplateParser
 
match(V) - Method in class jodd.inex.InExRules
Matches value against the set of rules using current white/black list mode.
match(V, boolean) - Method in class jodd.inex.InExRules
Matches value against the set of rules using provided white/black list mode.
match(CharSequence, CharSequence) - Static method in class jodd.util.Wildcard
Checks whether a string matches a given wildcard pattern.
matchFileExtension() - Method in class jodd.io.upload.impl.AdaptiveFileUpload
 
matchFullPath() - Method in class jodd.io.findfile.FindFile
 
matchOne(String, String...) - Static method in class jodd.util.Wildcard
Matches string to at least one pattern.
matchOnlyFileName() - Method in class jodd.io.findfile.FindFile
 
matchPath(String, String) - Static method in class jodd.util.Wildcard
Matches path against pattern using *, ?
matchPathOne(String, String...) - Static method in class jodd.util.Wildcard
Matches path to at least one pattern.
matchRelativePath() - Method in class jodd.io.findfile.FindFile
 
matchResourcesAsPackages - Variable in class jodd.util.cl.ExtendedURLClassLoader
 
matchTokens(String[], String[]) - Static method in class jodd.util.Wildcard
Match tokenized string and pattern.
matchType - Variable in class jodd.io.findfile.FindFile
 
matchType(FindFile.Match) - Method in class jodd.io.findfile.FindFile
MathUtil - Class in jodd.util
Various math utilities.
MathUtil() - Constructor for class jodd.util.MathUtil
 
MAX_BOM_SIZE - Static variable in class jodd.io.UnicodeInputStream
 
maxCommonPrefix(String, String) - Static method in class jodd.util.StringUtil
Returns max common prefix of two strings.
maxFileSize - Variable in class jodd.cache.FileCache
 
maxFileSize() - Method in class jodd.cache.FileCache
Returns maximum allowed file size that can be added to the cache.
maxFileSize - Variable in class jodd.io.upload.FileUpload
 
maxFileSize - Variable in class jodd.io.upload.impl.AdaptiveFileUploadFactory
 
maxFileSize - Variable in class jodd.io.upload.impl.DiskFileUploadFactory
 
maxFileSize - Variable in class jodd.io.upload.impl.MemoryFileUploadFactory
 
maxSize - Variable in class jodd.cache.FileCache
 
maxSize() - Method in class jodd.cache.FileCache
Returns max cache size in bytes.
Maybe<T> - Interface in jodd.util.function
Slightly better Maybe monad.
maybe(V, Function<T, V>) - Method in class jodd.util.function.Maybe.Just
 
maybe(V, Function<T, V>) - Method in interface jodd.util.function.Maybe
Takes a default value and a function.
Maybe.Just<T> - Class in jodd.util.function
 
md2() - Static method in interface jodd.crypt.DigestEngine
Creates new MD2 digest.
md5() - Static method in interface jodd.crypt.DigestEngine
Creates new MD5 digest.
md5(File) - Static method in class jodd.io.FileUtil
Creates MD5 digest of a File.
MemoryFileUpload - Class in jodd.io.upload.impl
FileUpload that stores uploaded files in memory byte array.
MemoryFileUploadFactory - Class in jodd.io.upload.impl
Factory for MemoryFileUpload.
MemoryFileUploadFactory() - Constructor for class jodd.io.upload.impl.MemoryFileUploadFactory
 
memoryThreshold - Variable in class jodd.io.upload.impl.AdaptiveFileUpload
 
memoryThreshold - Variable in class jodd.io.upload.impl.AdaptiveFileUploadFactory
 
message(Throwable) - Static method in class jodd.exception.ExceptionUtil
Returns non-null message for a throwable.
message - Variable in class jodd.net.HttpStatus
 
message() - Method in class jodd.net.HttpStatus
Returns status message.
METHOD_GET_PREFIX - Static variable in class jodd.util.ClassUtil
 
METHOD_IS_PREFIX - Static variable in class jodd.util.ClassUtil
 
METHOD_SET_PREFIX - Static variable in class jodd.util.ClassUtil
 
MILLIS_IN_DAY - Static variable in class jodd.time.TimeUtil
 
MIME_APPLICATION_ATOM_XML - Static variable in class jodd.net.MimeTypes
 
MIME_APPLICATION_JAVASCRIPT - Static variable in class jodd.net.MimeTypes
 
MIME_APPLICATION_JSON - Static variable in class jodd.net.MimeTypes
 
MIME_APPLICATION_OCTET_STREAM - Static variable in class jodd.net.MimeTypes
 
MIME_APPLICATION_XML - Static variable in class jodd.net.MimeTypes
 
MIME_TEXT_CSS - Static variable in class jodd.net.MimeTypes
 
MIME_TEXT_HTML - Static variable in class jodd.net.MimeTypes
 
MIME_TEXT_PLAIN - Static variable in class jodd.net.MimeTypes
 
MimeTypes - Class in jodd.net
Map file extensions to MIME types.
MimeTypes() - Constructor for class jodd.net.MimeTypes
 
missCount - Variable in class jodd.cache.AbstractCacheMap
 
misses - Variable in class jodd.util.ResourceBundleMessageResolver
 
missingKeyReplacement - Variable in class jodd.template.StringTemplateParser
 
mkdir(String) - Static method in class jodd.io.FileUtil
 
mkdir(File) - Static method in class jodd.io.FileUtil
Creates single directory.
mkdirs(String) - Static method in class jodd.io.FileUtil
 
mkdirs(File) - Static method in class jodd.io.FileUtil
Creates all directories at once.
modulus - Variable in class jodd.util.LoopIterator
 
modulus(int) - Method in class jodd.util.LoopIterator
Calculates modulus of current count.
monitor(String...) - Method in class jodd.io.watch.DirWatcher
Defines patterns to scan.
move(String, String) - Static method in class jodd.io.FileUtil
 
move(File, File) - Static method in class jodd.io.FileUtil
Smart move.
moveDir(String, String) - Static method in class jodd.io.FileUtil
 
moveDir(File, File) - Static method in class jodd.io.FileUtil
 
movedPermanently301() - Method in class jodd.net.HttpStatus.Redirection
 
movedTemporarily302() - Method in class jodd.net.HttpStatus.Redirection
 
moveFile(String, String) - Static method in class jodd.io.FileUtil
 
moveFile(File, File) - Static method in class jodd.io.FileUtil
 
moveFileToDir(String, String) - Static method in class jodd.io.FileUtil
 
moveFileToDir(File, File) - Static method in class jodd.io.FileUtil
Moves a file to a directory.
MultiComparator<T> - Class in jodd.util
Multiple comparators compares using list of comparators.
MultiComparator(List<Comparator<T>>) - Constructor for class jodd.util.MultiComparator
 
MultipartRequestInputStream - Class in jodd.io.upload
Extended input stream based on buffered requests input stream.
MultipartRequestInputStream(InputStream) - Constructor for class jodd.io.upload.MultipartRequestInputStream
 
MultipartStreamParser - Class in jodd.io.upload
Generic, serlvets-free multipart request input stream parser.
MultipartStreamParser() - Constructor for class jodd.io.upload.MultipartStreamParser
 
MultipartStreamParser(FileUploadFactory) - Constructor for class jodd.io.upload.MultipartStreamParser
 
multipleChoice300() - Method in class jodd.net.HttpStatus.Redirection
 
MurmurHash3 - Class in jodd.crypt
MurmurHash3 128bits.
MurmurHash3() - Constructor for class jodd.crypt.MurmurHash3
 
MurmurHash3.HashValue - Class in jodd.crypt
128 bits of state.
murmurhash3_x64_128(String, int) - Static method in class jodd.crypt.MurmurHash3
 
murmurhash3_x64_128(byte[], int, int, int) - Static method in class jodd.crypt.MurmurHash3
Returns the MurmurHash3_x64_128 hash.
MutableBoolean - Class in jodd.mutable
A mutable boolean wrapper.
MutableBoolean() - Constructor for class jodd.mutable.MutableBoolean
 
MutableBoolean(boolean) - Constructor for class jodd.mutable.MutableBoolean
 
MutableBoolean(String) - Constructor for class jodd.mutable.MutableBoolean
 
MutableBoolean(Boolean) - Constructor for class jodd.mutable.MutableBoolean
 
MutableBoolean(Number) - Constructor for class jodd.mutable.MutableBoolean
 
MutableByte - Class in jodd.mutable
A mutable byte wrapper.
MutableByte() - Constructor for class jodd.mutable.MutableByte
 
MutableByte(byte) - Constructor for class jodd.mutable.MutableByte
 
MutableByte(String) - Constructor for class jodd.mutable.MutableByte
 
MutableByte(Number) - Constructor for class jodd.mutable.MutableByte
 
MutableDouble - Class in jodd.mutable
A mutable double wrapper.
MutableDouble() - Constructor for class jodd.mutable.MutableDouble
 
MutableDouble(double) - Constructor for class jodd.mutable.MutableDouble
 
MutableDouble(String) - Constructor for class jodd.mutable.MutableDouble
 
MutableDouble(Number) - Constructor for class jodd.mutable.MutableDouble
 
MutableFloat - Class in jodd.mutable
A mutable float wrapper.
MutableFloat() - Constructor for class jodd.mutable.MutableFloat
 
MutableFloat(float) - Constructor for class jodd.mutable.MutableFloat
 
MutableFloat(String) - Constructor for class jodd.mutable.MutableFloat
 
MutableFloat(Number) - Constructor for class jodd.mutable.MutableFloat
 
MutableInteger - Class in jodd.mutable
A mutable int wrapper.
MutableInteger() - Constructor for class jodd.mutable.MutableInteger
 
MutableInteger(int) - Constructor for class jodd.mutable.MutableInteger
 
MutableInteger(String) - Constructor for class jodd.mutable.MutableInteger
 
MutableInteger(Number) - Constructor for class jodd.mutable.MutableInteger
 
MutableLong - Class in jodd.mutable
A mutable long wrapper.
MutableLong() - Constructor for class jodd.mutable.MutableLong
 
MutableLong(long) - Constructor for class jodd.mutable.MutableLong
 
MutableLong(String) - Constructor for class jodd.mutable.MutableLong
 
MutableLong(Number) - Constructor for class jodd.mutable.MutableLong
 
MutableShort - Class in jodd.mutable
A mutable short wrapper.
MutableShort() - Constructor for class jodd.mutable.MutableShort
 
MutableShort(short) - Constructor for class jodd.mutable.MutableShort
 
MutableShort(String) - Constructor for class jodd.mutable.MutableShort
 
MutableShort(Number) - Constructor for class jodd.mutable.MutableShort
 

N

N - Static variable in interface jodd.util.StringPool
 
name() - Method in class jodd.io.findfile.ClassScanner.ClassPathEntry
Returns entry name.
names(String, String) - Method in class jodd.cli.Option
 
naturalOrderComparator - Variable in class jodd.io.findfile.FileNameComparator
 
NaturalOrderComparator<T> - Class in jodd.util
Probably the best natural strings comparator.
NaturalOrderComparator() - Constructor for class jodd.util.NaturalOrderComparator
 
NaturalOrderComparator(boolean, boolean, boolean) - Constructor for class jodd.util.NaturalOrderComparator
 
NetUtil - Class in jodd.io
Network utilities.
NetUtil() - Constructor for class jodd.io.NetUtil
 
newEnv(boolean) - Method in class jodd.util.CommandLine
When set to true, environment will not be copied from the parent process and will be completly empty.
newInstance(Class<T>, Object...) - Static method in class jodd.util.ClassUtil
Creates new instance of given class with given optional arguments.
newInstance(Class<T>) - Static method in class jodd.util.ClassUtil
Creates new instances including for common mutable classes that do not have a default constructor.
NEWLINE - Static variable in interface jodd.util.StringPool
 
newString(byte[]) - Static method in class jodd.util.StringUtil
 
newString(byte[], String) - Static method in class jodd.util.StringUtil
 
next() - Method in class jodd.io.findfile.FindFile.FilesIterator
Returns next file or null when no next file is available.
next() - Method in class jodd.util.collection.ArrayIterator
 
next() - Method in class jodd.util.collection.CompositeIterator
next() - Method in class jodd.util.LoopIterator
Iterates to next value at the beginning of the loop.
nextElement() - Method in class jodd.util.collection.ArrayEnumeration
 
nextElement() - Method in class jodd.util.collection.CompositeEnumeration
nextFile() - Method in class jodd.io.findfile.FindFile.FilesIterator
 
nextFile() - Method in class jodd.io.findfile.FindFile
Finds the next file.
nextFileName() - Method in class jodd.io.findfile.FindFile.FilesIterator
 
NO - Static variable in interface jodd.util.StringPool
 
NoCache<K,V> - Class in jodd.cache
Simple no-cache implementations of Cache for situation when cache needs to be quickly turned-off.
NoCache() - Constructor for class jodd.cache.NoCache
 
noCache() - Method in class jodd.cache.TypeCache.Builder
No cache will be used.
normalize(String) - Static method in class jodd.io.FileNameUtil
 
normalize(String, boolean) - Static method in class jodd.io.FileNameUtil
Normalizes a path, removing double and single dot path steps.
normalizeNoEndSeparator(String) - Static method in class jodd.io.FileNameUtil
 
normalizeNoEndSeparator(String, boolean) - Static method in class jodd.io.FileNameUtil
Normalizes a path, removing double and single dot path steps, and removing any final directory separator.
notFound() - Method in class jodd.net.HttpStatus.HttpStatus404
 
nothing() - Static method in interface jodd.util.function.Maybe
Returns a NOTHING.
notify(Object) - Static method in class jodd.util.ThreadUtil
Notifies an object for synchronization purposes.
notifyAll(Object) - Static method in class jodd.util.ThreadUtil
Notifies an object for synchronization purposes.
notmisses - Variable in class jodd.util.ResourceBundleMessageResolver
 
notModified304() - Method in class jodd.net.HttpStatus.Redirection
 
notSet(int, int) - Static method in class jodd.util.Bits
 
now() - Static method in class jodd.time.JulianDate
 
NULL - Static variable in interface jodd.util.StringPool
 

O

objectToByteArray(Object) - Static method in class jodd.util.ObjectUtil
Serialize an object to byte array.
ObjectUtil - Class in jodd.util
Various object utilities.
ObjectUtil() - Constructor for class jodd.util.ObjectUtil
 
of(Supplier<T>) - Static method in class jodd.mutable.LazyValue
Creates new instance of LazyValue.
of(boolean) - Static method in class jodd.mutable.MutableBoolean
 
of(byte) - Static method in class jodd.mutable.MutableByte
 
of(double) - Static method in class jodd.mutable.MutableDouble
 
of(float) - Static method in class jodd.mutable.MutableFloat
 
of(int) - Static method in class jodd.mutable.MutableInteger
 
of(long) - Static method in class jodd.mutable.MutableLong
 
of(short) - Static method in class jodd.mutable.MutableShort
 
of(R) - Static method in interface jodd.mutable.Value
Creates default value wrapper.
of(int, String) - Static method in class jodd.net.HttpStatus
 
of(Map) - Method in class jodd.template.MapTemplateParser
Creates new working template context of a map.
of(double) - Static method in class jodd.time.JulianDate
 
of(LocalDateTime) - Static method in class jodd.time.JulianDate
 
of(LocalDate) - Static method in class jodd.time.JulianDate
 
of(long) - Static method in class jodd.time.JulianDate
 
of(int, double) - Static method in class jodd.time.JulianDate
 
of(int, int, int, int, int, int, int) - Static method in class jodd.time.JulianDate
 
of(AnnotatedElement) - Method in class jodd.util.annotation.AnnotationParser
Returns an annotation reader of annotated element.
of(Class<T>) - Static method in class jodd.util.annotation.Annotations
 
of(char...) - Static method in class jodd.util.CharArraySequence
Static constructor that creates a char sequence using provided char array.
of(char[], int, int) - Static method in class jodd.util.CharArraySequence
 
of(Class<R>) - Static method in class jodd.util.ClassConsumer
 
of(Class<R>, Consumer<R>) - Static method in class jodd.util.ClassConsumer
 
of(ClassLoader, Class) - Static method in class jodd.util.ClassPathURLs
Returns urls for the classloader
of(Runnable) - Static method in interface jodd.util.concurrent.Task
Creates a Task from Runnable.
of(Callable) - Static method in interface jodd.util.concurrent.Task
Creates a Task from Callable.
of(String, byte[], ClassLoader) - Static method in class jodd.util.DefineClass
Defines a class from byte array into the specified class loader.
of(Consumer<R>...) - Static method in class jodd.util.function.Consumers
Creates an aggregate from given consumers.
of(Iterable<Consumer<R>>) - Static method in class jodd.util.function.Consumers
 
of(T) - Static method in interface jodd.util.function.Maybe
Static factory for Maybe.
of(Optional<T>) - Static method in interface jodd.util.function.Maybe
 
OFF - Static variable in interface jodd.util.StringPool
 
ok() - Static method in class jodd.net.HttpStatus
 
OK - Static variable in class jodd.util.CommandLine
 
on(String) - Method in class jodd.chalk.Chalk
Returns chalked string.
ON - Static variable in interface jodd.util.StringPool
 
onChange(DirWatcherEvent.Type, File) - Method in class jodd.io.watch.DirWatcher
Triggers listeners on file change.
onClass(Class) - Method in class jodd.util.annotation.Annotations
 
ONE - Static variable in interface jodd.util.StringPool
 
onEntry(ClassScanner.ClassPathEntry) - Method in class jodd.io.findfile.ClassScanner
Called during classpath scanning when class or resource is found.
onFile(Consumer<File>) - Method in class jodd.io.findfile.FindFile
Registers file consumer
onMethod(Method) - Method in class jodd.util.annotation.Annotations
 
onPackageHierarchyOf(Class) - Method in class jodd.util.annotation.Annotations
 
onRemove(K, V) - Method in class jodd.cache.AbstractCacheMap
Callback called on item removal.
openInputStream() - Method in class jodd.io.findfile.ClassScanner.ClassPathEntry
Opens zip entry or plain file and returns its input stream.
option() - Method in class jodd.cli.Cli
 
Option - Class in jodd.cli
 
Option() - Constructor for class jodd.cli.Option
 
optional(int) - Method in class jodd.cli.Param
 
optional() - Method in class jodd.cli.Param
 
optional() - Method in class jodd.util.function.Maybe.Just
 
optional() - Method in interface jodd.util.function.Maybe
Converts Maybe to the Java Optional.
or(T) - Method in class jodd.util.function.Maybe.Just
 
or(Maybe<T>) - Method in class jodd.util.function.Maybe.Just
 
or(Supplier<? extends Maybe<? extends T>>) - Method in class jodd.util.function.Maybe.Just
 
or(T) - Method in interface jodd.util.function.Maybe
Use a maybe of given value if this one is NOTHING.
or(Maybe<T>) - Method in interface jodd.util.function.Maybe
Use give maybe if this one is NOTHING.
or(Supplier<? extends Maybe<? extends T>>) - Method in interface jodd.util.function.Maybe
Use supplied value if this one is NOTHING.
order - Variable in class jodd.io.findfile.FileExtensionComparator
 
order - Variable in class jodd.io.findfile.FileLastModifiedTimeComparator
 
order - Variable in class jodd.io.findfile.FileNameComparator
 
order - Variable in class jodd.io.findfile.FolderFirstComparator
 
out - Variable in class jodd.io.StreamGobbler
 
out - Variable in class jodd.util.CommandLine
 
out(OutputStream) - Method in class jodd.util.CommandLine
 
outBytes(File, byte[], int, int, boolean) - Static method in class jodd.io.FileUtil
Writes data to File destination.
outChars(File, char[], String, boolean) - Static method in class jodd.io.FileUtil
Writes characters to File destination.
outPrefix - Variable in class jodd.util.CommandLine
 
outPrefix(String) - Method in class jodd.util.CommandLine
Defines output prefix.
OUTPUT_PREFIX - Static variable in class jodd.util.ProcessRunner
 
outputStreamWriterOf(OutputStream) - Static method in class jodd.io.StreamUtil
 
outputStreamWriterOf(OutputStream, String) - Static method in class jodd.io.StreamUtil
Returns new OutputStreamWriter using specified OutputStream and encoding.
outString(File, String, String, boolean) - Static method in class jodd.io.FileUtil
Writes data using encoding to File.

P

parallel(boolean) - Method in class jodd.util.function.Consumers
Defines if consumer acceptance should be parallel.
parallelStreamOf(Iterator<T>) - Static method in class jodd.util.CollectionUtil
Wraps an iterator as a stream.
parallelStreamOf(Iterable<T>) - Static method in class jodd.util.CollectionUtil
Wraps an iterator as a stream.
param() - Method in class jodd.cli.Cli
 
Param - Class in jodd.cli
 
Param() - Constructor for class jodd.cli.Param
 
parentClassLoader - Variable in class jodd.util.cl.ExtendedURLClassLoader
 
parentFirst - Variable in class jodd.util.cl.ExtendedURLClassLoader
 
parentOnlyRules - Variable in class jodd.util.cl.ExtendedURLClassLoader
 
parse(String) - Method in interface jodd.template.ContextTemplateParser
 
parse(String, Function<String, String>) - Method in class jodd.template.StringTemplateParser
Parses string template and replaces macros with resolved values.
parseDigit(char) - Static method in class jodd.util.MathUtil
Converts char digit into integer value.
parseHttpTime(String) - Static method in class jodd.time.TimeUtil
Parses the HTTP date/time format.
parseRequestStream(InputStream, String) - Method in class jodd.io.upload.MultipartStreamParser
Extracts uploaded files and parameters from the request data.
parseValues - Variable in class jodd.template.StringTemplateParser
 
parseWithMap(String, Map) - Method in class jodd.template.MapTemplateParser
 
path(String) - Method in class jodd.io.ZipBuilder.AddContentToZip
Defines optional entry path.
path(String) - Method in class jodd.io.ZipBuilder.AddFileToZip
Defines optional entry path.
PATH_MATCH - Static variable in class jodd.util.Wildcard
 
PATH_SEPARATORS - Static variable in class jodd.util.Wildcard
 
pathList - Variable in class jodd.io.findfile.FindFile
 
pathListOriginal - Variable in class jodd.io.findfile.FindFile
 
PathUtil - Class in jodd.io
 
PathUtil() - Constructor for class jodd.io.PathUtil
 
patterns - Variable in class jodd.io.watch.DirWatcher
 
pbe3des(String) - Static method in interface jodd.crypt.CryptoEngine
Creates new encryptor.
pbk2() - Static method in interface jodd.crypt.HashEngine
Returns PBK2DF2 hash.
PBKDF2_INDEX - Static variable in class jodd.crypt.PBKDF2Hash
 
PBKDF2Encryptor - Class in jodd.crypt
Symmetric de/encryptor that uses PBE With MD5 And Triple DES.
PBKDF2Encryptor(String) - Constructor for class jodd.crypt.PBKDF2Encryptor
 
PBKDF2Encryptor(String, byte[], int, int) - Constructor for class jodd.crypt.PBKDF2Encryptor
 
PBKDF2Hash - Class in jodd.crypt
 
PBKDF2Hash() - Constructor for class jodd.crypt.PBKDF2Hash
 
PBKDF2Hash(int, int, int) - Constructor for class jodd.crypt.PBKDF2Hash
 
PERCENT - Static variable in interface jodd.util.StringPool
 
permanentRedirect308() - Method in class jodd.net.HttpStatus.Redirection
 
PIPE - Static variable in interface jodd.util.StringPool
 
PLUS - Static variable in interface jodd.util.StringPool
 
prefix - Variable in class jodd.chalk.Chalk
 
prefix - Variable in class jodd.io.StreamGobbler
 
prefix(String, String) - Static method in class jodd.util.StringUtil
Inserts prefix if doesn't exist.
prepareArrayClassnameForLoading(String) - Static method in class jodd.util.cl.DefaultClassLoaderStrategy
Prepares classname for loading, respecting the arrays.
prepareEntryName(String, boolean) - Method in class jodd.io.findfile.ClassScanner
Prepares resource and class names.
PRIMITIVE_BYTECODE_NAME - Static variable in class jodd.util.cl.DefaultClassLoaderStrategy
List of primitive bytecode characters that matches names list.
PRIMITIVE_TYPE_NAMES - Static variable in class jodd.util.cl.DefaultClassLoaderStrategy
List of primitive type names.
PRIMITIVE_TYPES - Static variable in class jodd.util.cl.DefaultClassLoaderStrategy
List of primitive types that matches names list.
print(String) - Method in class jodd.chalk.Chalk
Prints chalked string to system output.
println(String) - Method in class jodd.chalk.Chalk
Prints chalked string to system output.
printStackTrace() - Method in exception jodd.exception.UncheckedException
 
printStackTrace(PrintStream) - Method in exception jodd.exception.UncheckedException
 
printStackTrace(PrintWriter) - Method in exception jodd.exception.UncheckedException
 
printUsage(String) - Method in class jodd.cli.Cli
Prints the usage line.
processExcludes(V, boolean) - Method in class jodd.inex.InExRules
Process excludes rules.
processIncludes(V, boolean) - Method in class jodd.inex.InExRules
Process includes rules.
ProcessResult(int, String) - Constructor for class jodd.util.ProcessRunner.ProcessResult
 
ProcessRunner - Class in jodd.util
Runtime utilities.
ProcessRunner() - Constructor for class jodd.util.ProcessRunner
 
ProcessRunner.ProcessResult - Class in jodd.util
 
processStream() - Method in class jodd.io.upload.FileUpload
Process request input stream.
processStream() - Method in class jodd.io.upload.impl.AdaptiveFileUpload
 
processStream() - Method in class jodd.io.upload.impl.DiskFileUpload
 
processStream() - Method in class jodd.io.upload.impl.MemoryFileUpload
Reads data from input stream into byte array and stores file size.
PropertiesUtil - Class in jodd.util
Misc java.util.Properties utils.
PropertiesUtil() - Constructor for class jodd.util.PropertiesUtil
 
prune() - Method in class jodd.cache.AbstractCacheMap
Prunes objects from cache and returns the number of removed objects.
prune() - Method in interface jodd.cache.Cache
Prunes objects from cache and returns the number of removed objects.
prune() - Method in class jodd.cache.NoCache
 
pruneCache() - Method in class jodd.cache.AbstractCacheMap
Prune implementation.
pruneCache() - Method in class jodd.cache.FIFOCache
Prune expired objects and, if cache is still full, the first one.
pruneCache() - Method in class jodd.cache.LFUCache
Prunes expired and, if cache is still full, the LFU element(s) from the cache.
pruneCache() - Method in class jodd.cache.LRUCache
Prune only expired objects, LinkedHashMap will take care of LRU if needed.
pruneCache() - Method in class jodd.cache.TimedCache
Prunes expired elements from the cache.
pruneTimer - Variable in class jodd.cache.TimedCache
 
put(K, V) - Method in class jodd.cache.AbstractCacheMap
Adds an object to the cache with default timeout.
put(K, V, long) - Method in class jodd.cache.AbstractCacheMap
Adds an object to the cache with specified timeout after which it becomes expired.
put(K, V) - Method in interface jodd.cache.Cache
Adds an object to the cache with default timeout.
put(K, V, long) - Method in interface jodd.cache.Cache
Adds an object to the cache with specified timeout after which it becomes expired.
put(K, V) - Method in class jodd.cache.NoCache
 
put(K, V, long) - Method in class jodd.cache.NoCache
 
put(Class<?>, T) - Method in class jodd.cache.TypeCache
Add values to the map.
put(Object, Object) - Method in class jodd.util.collection.IntHashMap
Associates the specified value with the specified key in this map.
put(int, Object) - Method in class jodd.util.collection.IntHashMap
Associates the specified value with the specified key in this map.
put(String, Object) - Method in class jodd.util.collection.StringKeyedMapAdapter
Saves an attribute in the request.
putAll(Map) - Method in class jodd.util.collection.IntHashMap
Copies all of the mappings from the specified map to this one.
putBoolean(byte[], int, boolean) - Static method in class jodd.util.Bits
 
putChar(byte[], int, char) - Static method in class jodd.util.Bits
 
putDouble(byte[], int, double) - Static method in class jodd.util.Bits
 
putFile(String, FileUpload) - Method in class jodd.io.upload.MultipartStreamParser
 
putFloat(byte[], int, float) - Static method in class jodd.util.Bits
 
putInt(byte[], int, int) - Static method in class jodd.util.Bits
 
putLong(byte[], int, long) - Static method in class jodd.util.Bits
 
putParameter(String, String) - Method in class jodd.io.upload.MultipartStreamParser
 
putParameters(String, String[]) - Method in class jodd.io.upload.MultipartStreamParser
 
putShort(byte[], int, short) - Static method in class jodd.util.Bits
 

Q

queryParam(String, Object) - Method in class jodd.net.URLCoder.Builder
 
queryParam(String, String) - Method in class jodd.net.URLCoder.Builder
Appends new query parameter to the url.
QUESTION_MARK - Static variable in interface jodd.util.StringPool
 
quotaExceeded() - Method in class jodd.net.HttpStatus.HttpStatus403
 
QUOTE - Static variable in interface jodd.util.StringPool
 

R

random(int, char[]) - Method in class jodd.util.RandomString
Creates random string whose length is the number of characters specified.
random(int, String) - Method in class jodd.util.RandomString
Creates random string whose length is the number of characters specified.
random(int, char, char) - Method in class jodd.util.RandomString
Creates random string whose length is the number of characters specified.
randomAlpha(int) - Method in class jodd.util.RandomString
Creates random string of characters.
randomAlphaNumeric(int) - Method in class jodd.util.RandomString
Creates random string of characters and digits.
randomAscii(int) - Method in class jodd.util.RandomString
Creates random string whose length is the number of characters specified.
randomBase64(int) - Method in class jodd.util.RandomString
Creates random string that contains only Base64 characters.
randomInt(int, int) - Static method in class jodd.util.MathUtil
Generates pseudo-random integer from specific range.
randomLong(long, long) - Static method in class jodd.util.MathUtil
Generates pseudo-random long from specific range.
randomNumeric(int) - Method in class jodd.util.RandomString
Creates random string that consist only of numbers.
randomRanges(int, char...) - Method in class jodd.util.RandomString
Creates random string whose length is the number of characters specified.
RandomString - Class in jodd.util
Class that generates random strings.
RandomString() - Constructor for class jodd.util.RandomString
Creates new random string.
range(int, int) - Method in class jodd.cli.Param
 
rateLimitExceeded() - Method in class jodd.net.HttpStatus.HttpStatus403
 
read(char[], int, int) - Method in class jodd.io.CharBufferReader
 
read() - Method in class jodd.io.CharBufferReader
 
read() - Method in class jodd.io.UnicodeInputStream
Reads byte from the stream.
readAnnotationValue(Annotation, String) - Static method in class jodd.util.ClassUtil
Reads annotation value.
readAvailableBytes(InputStream) - Static method in class jodd.io.StreamUtil
Reads all available bytes from InputStream as a byte array.
readBoolean(String, boolean) - Method in class jodd.util.annotation.AnnotationParser.Reader
Reads boolean element from the annotation.
readBoundary() - Method in class jodd.io.upload.MultipartRequestInputStream
Reads boundary from the input stream.
readByte() - Method in class jodd.io.upload.MultipartRequestInputStream
Reads expected byte.
readBytes(String) - Static method in class jodd.io.FileUtil
 
readBytes(File) - Static method in class jodd.io.FileUtil
 
readBytes(File, int) - Static method in class jodd.io.FileUtil
Read file and returns byte array with contents.
readBytes() - Method in class jodd.io.findfile.ClassScanner.ClassPathEntry
Reads stream bytes.
readBytes(InputStream) - Static method in class jodd.io.StreamUtil
 
readBytes(InputStream, int) - Static method in class jodd.io.StreamUtil
 
readBytes(Reader) - Static method in class jodd.io.StreamUtil
 
readBytes(Reader, int) - Static method in class jodd.io.StreamUtil
 
readBytes(Reader, String) - Static method in class jodd.io.StreamUtil
 
readBytes(Reader, String, int) - Static method in class jodd.io.StreamUtil
 
readChars(File, String) - Static method in class jodd.io.FileUtil
Reads file content as char array.
readChars(String) - Static method in class jodd.io.FileUtil
 
readChars(File) - Static method in class jodd.io.FileUtil
 
readChars(String, String) - Static method in class jodd.io.FileUtil
 
readChars(Reader) - Static method in class jodd.io.StreamUtil
 
readChars(Reader, int) - Static method in class jodd.io.StreamUtil
 
readChars(InputStream) - Static method in class jodd.io.StreamUtil
 
readChars(InputStream, String) - Static method in class jodd.io.StreamUtil
 
readChars(InputStream, int) - Static method in class jodd.io.StreamUtil
 
readChars(InputStream, String, int) - Static method in class jodd.io.StreamUtil
 
readDataHeader(String) - Method in class jodd.io.upload.MultipartRequestInputStream
Reads data header from the input stream.
readDataHeaderString(String) - Method in class jodd.io.upload.MultipartRequestInputStream
 
readElement(String) - Method in class jodd.util.annotation.AnnotationParser.Reader
Reads annotation element as an object.
readInt(String, int) - Method in class jodd.util.annotation.AnnotationParser.Reader
Reads int element from the annotation.
readLines(String) - Static method in class jodd.io.FileUtil
 
readLines(String, String) - Static method in class jodd.io.FileUtil
 
readLines(File) - Static method in class jodd.io.FileUtil
 
readLines(File, String) - Static method in class jodd.io.FileUtil
Reads lines from source File with specified encoding and returns lines as Strings in array.
readObject(String) - Static method in class jodd.util.ObjectUtil
 
readObject(File) - Static method in class jodd.util.ObjectUtil
Reads serialized object from the file.
readString(File, String) - Static method in class jodd.io.FileUtil
Reads File content as String encoded in provided encoding.
readString(String) - Static method in class jodd.io.FileUtil
 
readString(String, String) - Static method in class jodd.io.FileUtil
 
readString(File) - Static method in class jodd.io.FileUtil
 
readString(Path) - Static method in class jodd.io.PathUtil
Reads path content.
readString(String, String) - Method in class jodd.util.annotation.AnnotationParser.Reader
Reads string element from the annotation.
readStringElement(String) - Method in class jodd.util.annotation.AnnotationParser.Reader
Reads non-empty, trimmed, annotation element value.
readUTFChars(String) - Static method in class jodd.io.FileUtil
 
readUTFChars(File) - Static method in class jodd.io.FileUtil
Reads UTF file content as char array.
readUTFString(String) - Static method in class jodd.io.FileUtil
 
readUTFString(File) - Static method in class jodd.io.FileUtil
Detects optional BOM and reads UTF String from a File.
readUTFString(InputStream) - Static method in class jodd.io.FileUtil
Detects optional BOM and reads UTF String from an InputStream.
recursive - Variable in class jodd.io.findfile.FindFile
 
recursive(boolean) - Method in class jodd.io.findfile.FindFile
Activates recursive search.
recursive() - Method in class jodd.io.ZipBuilder.AddFileToZip
Defines if folders content should be added.
RED - Static variable in class jodd.chalk.Chalk
 
red() - Method in class jodd.chalk.Chalk
 
redirection() - Static method in class jodd.net.HttpStatus
 
RegExpFindFile - Class in jodd.io.findfile
Simple FindFile that matches file names with regular expression pattern.
RegExpFindFile() - Constructor for class jodd.io.findfile.RegExpFindFile
 
register(Consumer<DirWatcherEvent>) - Method in class jodd.io.watch.DirWatcher
Registers consumer.
registerEntryConsumer(Consumer<ClassScanner.ClassPathEntry>) - Method in class jodd.io.findfile.ClassScanner
Registers a class path entry consumer.
registerMimeType(String, String) - Static method in class jodd.net.MimeTypes
Registers MIME type for provided extension.
relativePath(String, String) - Static method in class jodd.io.FileNameUtil
Calculates relative path of target path on base path.
remove(K) - Method in class jodd.cache.AbstractCacheMap
Removes an object from the cache and returns removed value of null if object was not in the cache or was expired.
remove(K) - Method in interface jodd.cache.Cache
Removes an object from the cache and returns removed value of null if object was not in the cache or was expired.
remove(K) - Method in class jodd.cache.NoCache
 
remove(Class<?>) - Method in class jodd.cache.TypeCache
Removes element from the type cache.
remove(Consumer<DirWatcherEvent>) - Method in class jodd.io.watch.DirWatcher
Removes registered consumer.
remove(T[], int, int) - Static method in class jodd.util.ArraysUtil
Removes sub-array.
remove(T[], int, int, Class<T>) - Static method in class jodd.util.ArraysUtil
Removes sub-array.
remove(String[], int, int) - Static method in class jodd.util.ArraysUtil
Removes sub-array from String array.
remove(byte[], int, int) - Static method in class jodd.util.ArraysUtil
Removes sub-array from byte array.
remove(char[], int, int) - Static method in class jodd.util.ArraysUtil
Removes sub-array from char array.
remove(short[], int, int) - Static method in class jodd.util.ArraysUtil
Removes sub-array from short array.
remove(int[], int, int) - Static method in class jodd.util.ArraysUtil
Removes sub-array from int array.
remove(long[], int, int) - Static method in class jodd.util.ArraysUtil
Removes sub-array from long array.
remove(float[], int, int) - Static method in class jodd.util.ArraysUtil
Removes sub-array from float array.
remove(double[], int, int) - Static method in class jodd.util.ArraysUtil
Removes sub-array from double array.
remove(boolean[], int, int) - Static method in class jodd.util.ArraysUtil
Removes sub-array from boolean array.
remove() - Method in class jodd.util.cl.ClassLoaderLocal
Removes the current classloader's value for this variable.
remove() - Method in class jodd.util.collection.ArrayIterator
 
remove() - Method in class jodd.util.collection.CompositeIterator
remove(Object) - Method in class jodd.util.collection.IntHashMap
Removes the mapping for this key from this map if present.
remove(int) - Method in class jodd.util.collection.IntHashMap
Removes the mapping for this key from this map if present.
remove(Object) - Method in class jodd.util.collection.SetMapAdapter
Removes the specified element from this set if it is present.
remove(Object) - Method in class jodd.util.collection.StringKeyedMapAdapter
Removes the specified request attribute.
remove(Consumer<T>) - Method in class jodd.util.function.Consumers
Removes a consumer.
remove(String, String) - Static method in class jodd.util.StringUtil
Removes all substring occurrences from the string.
remove(String, char) - Static method in class jodd.util.StringUtil
Removes a single character from string.
removeAttribute(String) - Method in class jodd.util.collection.StringKeyedMapAdapter
Hooks method that needs to be implemented by concrete subclasses.
removeChars(String, String) - Static method in class jodd.util.StringUtil
Removes all characters contained in provided string.
removeChars(String, char...) - Static method in class jodd.util.StringUtil
Removes set of characters from string.
removeEldestEntry(int) - Method in class jodd.cache.LRUCache
Removes the eldest entry if current cache size exceed cache size.
removeExtension(String) - Static method in class jodd.io.FileNameUtil
Removes the extension from a filename.
removeQuotes(String) - Static method in class jodd.util.StringUtil
Removes starting and ending single or double quotes.
repeat(String, int) - Static method in class jodd.util.StringUtil
Creates a new string that contains the provided string a number of times.
repeat(char, int) - Static method in class jodd.util.StringUtil
 
replace(String, String, String) - Static method in class jodd.util.StringUtil
Replaces all occurrences of a certain pattern in a string with a replacement string.
replace(String, String[], String[]) - Static method in class jodd.util.StringUtil
Replaces many substring at once.
replaceChar(String, char, char) - Static method in class jodd.util.StringUtil
Replaces all occurrences of a character in a string.
replaceChars(String, char[], char[]) - Static method in class jodd.util.StringUtil
Replaces all occurrences of a characters in a string.
replaceFirst(String, String, String) - Static method in class jodd.util.StringUtil
Replaces the very first occurrence of a substring with supplied string.
replaceFirst(String, char, char) - Static method in class jodd.util.StringUtil
Replaces the very first occurrence of a character in a string.
replaceIgnoreCase(String, String[], String[]) - Static method in class jodd.util.StringUtil
Replaces many substring at once.
replaceLast(String, String, String) - Static method in class jodd.util.StringUtil
Replaces the very last occurrence of a substring with supplied string.
replaceLast(String, char, char) - Static method in class jodd.util.StringUtil
Replaces the very last occurrence of a character in a string.
replaceMissingKey - Variable in class jodd.template.StringTemplateParser
 
requestFiles - Variable in class jodd.io.upload.MultipartStreamParser
 
requestParameters - Variable in class jodd.io.upload.MultipartStreamParser
 
requestTimeout() - Method in class jodd.net.HttpStatus.HttpStatus408
 
required(int) - Method in class jodd.cli.Param
 
required() - Method in class jodd.cli.Param
 
required() - Method in class jodd.net.HttpStatus.HttpStatus400
 
RESET - Static variable in class jodd.chalk.Chalk
 
reset() - Method in class jodd.inex.InExRules
Resets all the rules in this rule engine.
reset() - Method in class jodd.io.FastByteArrayOutputStream
 
reset() - Method in class jodd.io.FastCharArrayWriter
 
reset() - Method in class jodd.io.findfile.FindFile
Reset the search so it can be run again with very same parameters (and sorting options).
reset() - Method in class jodd.util.LoopIterator
Resets the loop from the beginning.
resize(T[], int) - Static method in class jodd.util.ArraysUtil
Resizes an array.
resize(String[], int) - Static method in class jodd.util.ArraysUtil
Resizes a String array.
resize(byte[], int) - Static method in class jodd.util.ArraysUtil
Resizes a byte array.
resize(char[], int) - Static method in class jodd.util.ArraysUtil
Resizes a char array.
resize(short[], int) - Static method in class jodd.util.ArraysUtil
Resizes a short array.
resize(int[], int) - Static method in class jodd.util.ArraysUtil
Resizes a int array.
resize(long[], int) - Static method in class jodd.util.ArraysUtil
Resizes a long array.
resize(float[], int) - Static method in class jodd.util.ArraysUtil
Resizes a float array.
resize(double[], int) - Static method in class jodd.util.ArraysUtil
Resizes a double array.
resize(boolean[], int) - Static method in class jodd.util.ArraysUtil
Resizes a boolean array.
resolve(Path, String) - Static method in class jodd.io.PathUtil
Resolves subpath in safer way.
resolve(Path, String...) - Static method in class jodd.io.PathUtil
 
resolveAllInterfaces(Class) - Static method in class jodd.util.ClassUtil
Resolves all interfaces of a type.
resolveAllSuperclasses(Class) - Static method in class jodd.util.ClassUtil
Resolves all super classes, from top (direct subclass) to down.
resolveAllVariables(Properties) - Static method in class jodd.util.PropertiesUtil
Resolves all variables.
resolveEscapes - Variable in class jodd.template.StringTemplateParser
 
resolveHome(String) - Static method in class jodd.io.FileNameUtil
Resolve ~ in the path.
resolveHostName(byte[]) - Static method in class jodd.io.NetUtil
Resolves host name from IP address bytes.
resolveIpAddress(String) - Static method in class jodd.io.NetUtil
Resolves IP address from a hostname.
resolveLoading(boolean, String) - Method in class jodd.util.cl.ExtendedURLClassLoader
Resolves loading rules.
resolveProperty(Map, String) - Static method in class jodd.util.PropertiesUtil
Returns property with resolved variables.
resolveResourceLoading(boolean, String) - Method in class jodd.util.cl.ExtendedURLClassLoader
Resolves resources.
resolveVariable(TypeVariable, Class) - Static method in class jodd.util.ClassUtil
Resolves TypeVariable with given implementation class.
ResourceBundleMessageResolver - Class in jodd.util
Resolves messages from resource bundles.
ResourceBundleMessageResolver() - Constructor for class jodd.util.ResourceBundleMessageResolver
 
ResourcesUtil - Class in jodd.util
 
ResourcesUtil() - Constructor for class jodd.util.ResourcesUtil
 
responseTooLarge() - Method in class jodd.net.HttpStatus.HttpStatus403
 
rethrow() - Method in exception jodd.exception.UncheckedException
Re-throws cause if exists.
RETURN - Static variable in interface jodd.util.StringPool
 
reverse(String) - Static method in class jodd.util.StringUtil
Reverse a string.
rgb(int) - Method in class jodd.chalk.Chalk256
 
rgb(int, int, int) - Method in class jodd.chalk.Chalk256
Colors with red-green-blue value, in the range 0 to 6.
RIGHT_BRACE - Static variable in interface jodd.util.StringPool
 
RIGHT_BRACKET - Static variable in interface jodd.util.StringPool
 
RIGHT_CHEV - Static variable in interface jodd.util.StringPool
 
RIGHT_SQ_BRACKET - Static variable in interface jodd.util.StringPool
 
rnd - Variable in class jodd.util.RandomString
 
rollupSqlExceptions(Collection<SQLException>) - Static method in class jodd.exception.ExceptionUtil
Rolls up SQL exceptions by taking each proceeding exception and making it a child of the previous using the setNextException method of SQLException.
rootFile - Variable in class jodd.io.findfile.FindFile
 
rootPath - Variable in class jodd.io.findfile.FindFile
 
Rule(R, boolean) - Constructor for class jodd.inex.InExRules.Rule
 
rules - Variable in class jodd.inex.InExRules
 
rules - Variable in class jodd.io.findfile.FindFile
 
rulesEntries - Variable in class jodd.io.findfile.ClassScanner
 
rulesJars - Variable in class jodd.io.findfile.ClassScanner
 
run() - Method in class jodd.io.StreamGobbler
 
run() - Method in class jodd.io.watch.DirWatcher.WatchTask
 
run() - Method in class jodd.util.CommandLine
Runs command and returns process result.
run() - Method in interface jodd.util.concurrent.Task
Runs a code or throws an exception if unable to do so.
run(Process) - Static method in class jodd.util.ProcessRunner
Executes a process and returns the process output and exit code.
runAndWrapException(UncheckedException.CallableVoid) - Static method in exception jodd.exception.UncheckedException
Wraps checked exceptions in a UncheckedException.
running - Variable in class jodd.io.watch.DirWatcher.WatchTask
 

S

SALT_INDEX - Static variable in class jodd.crypt.PBKDF2Hash
 
save() - Method in class jodd.io.ZipBuilder.AddContentToZip
Stores the content into the ZIP.
save() - Method in class jodd.io.ZipBuilder.AddFileToZip
Stores the content into the ZIP.
scan(URL...) - Method in class jodd.io.findfile.ClassScanner
Scans URLs.
scan(File...) - Method in class jodd.io.findfile.ClassScanner
Scans provided paths.
scan(String...) - Method in class jodd.io.findfile.ClassScanner
Scans provided paths.
scanClassFile(String, String, File, boolean) - Method in class jodd.io.findfile.ClassScanner
 
scanClassPath(File) - Method in class jodd.io.findfile.ClassScanner
Scans single classpath directory.
scanDefaultClasspath() - Method in class jodd.io.findfile.ClassScanner
scanEntry(ClassScanner.ClassPathEntry) - Method in class jodd.io.findfile.ClassScanner
If entry name is accepted invokes ClassScanner.onEntry(ClassPathEntry) a callback}.
scanJarFile(File) - Method in class jodd.io.findfile.ClassScanner
Scans classes inside single JAR archive.
schedulePrune(long) - Method in class jodd.cache.TimedCache
Schedules prune.
searchPath(File) - Method in class jodd.io.findfile.FindFile
Specifies single search path.
searchPath(File...) - Method in class jodd.io.findfile.FindFile
Specifies a set of search paths.
searchPath(String) - Method in class jodd.io.findfile.FindFile
Specifies the search path.
searchPath(URI) - Method in class jodd.io.findfile.FindFile
Specifies the search path.
searchPath(URL) - Method in class jodd.io.findfile.FindFile
Specifies the search path.
searchPaths(String...) - Method in class jodd.io.findfile.FindFile
Specifies search paths.
searchPaths(URI...) - Method in class jodd.io.findfile.FindFile
Specifies the search path.
searchPaths(URL...) - Method in class jodd.io.findfile.FindFile
Specifies the search path.
SECONDS_IN_DAY - Static variable in class jodd.time.TimeUtil
 
SEMICOLON - Static variable in interface jodd.util.StringPool
 
separatorsToSystem(String) - Static method in class jodd.io.FileNameUtil
Converts all separators to the system separator.
separatorsToUnix(String) - Static method in class jodd.io.FileNameUtil
Converts all separators to the Unix separator of forward slash.
separatorsToWindows(String) - Static method in class jodd.io.FileNameUtil
Converts all separators to the Windows separator of backslash.
serviceUnavailable() - Method in class jodd.net.HttpStatus.HttpStatus503
 
set(boolean) - Method in class jodd.mutable.MutableBoolean
Sets mutable value.
set(Boolean) - Method in class jodd.mutable.MutableBoolean
Sets mutable value.
set(byte) - Method in class jodd.mutable.MutableByte
Sets mutable value.
set(Number) - Method in class jodd.mutable.MutableByte
Sets mutable value from a Number.
set(double) - Method in class jodd.mutable.MutableDouble
Sets mutable value.
set(Number) - Method in class jodd.mutable.MutableDouble
Sets mutable value from a Number.
set(float) - Method in class jodd.mutable.MutableFloat
Sets mutable value.
set(Number) - Method in class jodd.mutable.MutableFloat
Sets mutable value from a Number.
set(int) - Method in class jodd.mutable.MutableInteger
Sets mutable value.
set(Number) - Method in class jodd.mutable.MutableInteger
Sets mutable value from a Number.
set(long) - Method in class jodd.mutable.MutableLong
Sets mutable value.
set(Number) - Method in class jodd.mutable.MutableLong
Sets mutable value from a Number.
set(short) - Method in class jodd.mutable.MutableShort
Sets mutable value.
set(Number) - Method in class jodd.mutable.MutableShort
Sets mutable value from a Number.
set(T) - Method in interface jodd.mutable.Value
Sets new value.
set(int, int, boolean) - Static method in class jodd.util.Bits
Returns value with the bit corresponding to the mask set (if setBit is true) or cleared (if setBit is false).
set(byte, byte, boolean) - Static method in class jodd.util.Bits
Returns value with the bit corresponding to the mask set (if setBit is true) or cleared (if setBit is false).
set(T) - Method in class jodd.util.cl.ClassLoaderLocal
Sets the current classloaders's copy of this variable to the specified value.
set(ClassLoaderStrategy) - Static method in class jodd.util.cl.ClassLoaderStrategy.Implementation
Sets the instance.
set(int, E) - Method in class jodd.util.collection.SortedArrayList
 
setAttribute(String, Object) - Method in class jodd.util.collection.StringKeyedMapAdapter
Hooks method that needs to be implemented by concrete subclasses.
setBackingThreadFactory(ThreadFactory) - Method in class jodd.util.concurrent.ThreadFactoryBuilder
Sets the backing ThreadFactory for new threads.
setBreakOnError(boolean) - Method in class jodd.io.upload.impl.AdaptiveFileUploadFactory
 
setCacheResourceBundles(boolean) - Method in class jodd.util.ResourceBundleMessageResolver
 
setDaemon(boolean) - Method in class jodd.util.concurrent.ThreadFactoryBuilder
Sets if new threads will be daemon.
setEscapeChar(char) - Method in class jodd.template.StringTemplateParser
Defines escape character.
setFallbackBundlename(String) - Method in class jodd.util.ResourceBundleMessageResolver
 
setFallbackLocale(Locale) - Method in class jodd.util.ResourceBundleMessageResolver
 
setFallbackLocale(String) - Method in class jodd.util.ResourceBundleMessageResolver
 
setFileExtensions(String[], boolean) - Method in class jodd.io.upload.impl.AdaptiveFileUploadFactory
Allow or disallow set of file extensions.
setIndex(int) - Method in class jodd.util.StringBand
Specifies the new index.
setKey(K) - Method in class jodd.util.collection.MapEntry
 
setKey(K) - Method in class jodd.util.collection.UnmodifiableMapEntry
 
setLoadArrayClassByComponentTypes(boolean) - Method in class jodd.util.cl.DefaultClassLoaderStrategy
Defines arrays class loading strategy.
setMacroEnd(String) - Method in class jodd.template.StringTemplateParser
Defines macro end string.
setMacroPrefix(String) - Method in class jodd.template.StringTemplateParser
 
setMacroStart(String) - Method in class jodd.template.StringTemplateParser
Defines macro start string.
SetMapAdapter<E> - Class in jodd.util.collection
Map adapter for a set provides an easy way to have a Set from various map implementations.
SetMapAdapter(Map<E, Object>) - Constructor for class jodd.util.collection.SetMapAdapter
Constructs a new, empty set; the backing HashMap instance has default initial capacity (16) and load factor (0.75).
setMatchResourcesAsPackages(boolean) - Method in class jodd.util.cl.ExtendedURLClassLoader
When set, resources will be matched in the same way as packages.
setMaxFileSize(int) - Method in class jodd.io.upload.impl.AdaptiveFileUploadFactory
Sets maximum file upload size.
setMaxFileSize(int) - Method in class jodd.io.upload.impl.DiskFileUploadFactory
Sets maximum file upload size.
setMaxFileSize(int) - Method in class jodd.io.upload.impl.MemoryFileUploadFactory
Sets maximum file upload size.
setMemoryThreshold(int) - Method in class jodd.io.upload.impl.AdaptiveFileUploadFactory
Specifies per file memory limit for keeping uploaded files in the memory.
setMissingKeyReplacement(String) - Method in class jodd.template.StringTemplateParser
Specifies replacement for missing keys.
setNameFormat(String) - Method in class jodd.util.concurrent.ThreadFactoryBuilder
Sets the printf-compatible naming format for threads.
setParsed() - Method in class jodd.io.upload.MultipartStreamParser
Sets the loaded flag that indicates that input stream is loaded and parsed.
setParseValues(boolean) - Method in class jodd.template.StringTemplateParser
Defines if macro values has to be parsed, too.
setPriority(int) - Method in class jodd.util.concurrent.ThreadFactoryBuilder
Sets the threads priority.
setReplaceMissingKey(boolean) - Method in class jodd.template.StringTemplateParser
Specifies if missing keys should be resolved at all, true by default.
setResolveEscapes(boolean) - Method in class jodd.template.StringTemplateParser
Specifies if escaped values should be resolved.
setStrictFormat() - Method in class jodd.template.StringTemplateParser
Sets the strict format by setting the macro prefix to null.
setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Method in class jodd.util.concurrent.ThreadFactoryBuilder
Sets the UncaughtExceptionHandler for new threads created.
setUploadDir(String) - Method in class jodd.io.upload.impl.DiskFileUploadFactory
 
setUploadPath(File) - Method in class jodd.io.upload.impl.AdaptiveFileUploadFactory
Specifies the upload path.
setValue(V) - Method in class jodd.util.collection.MapEntry
 
setValue(V) - Method in class jodd.util.collection.UnmodifiableMapEntry
 
sha1() - Static method in interface jodd.crypt.DigestEngine
Creates new SHA-1 digest.
sha256() - Static method in interface jodd.crypt.DigestEngine
Creates new SHA-256 digest.
sha256(File) - Static method in class jodd.io.FileUtil
Creates SHA-256 digest of a file.
sha384() - Static method in interface jodd.crypt.DigestEngine
Creates new SHA-384 digest.
sha512() - Static method in interface jodd.crypt.DigestEngine
Creates new SHA-512 digest.
sha512(File) - Static method in class jodd.io.FileUtil
Creates SHA-512 digest of a file.
shorten(String, int, String) - Static method in class jodd.util.StringUtil
Shorten string to given length.
shortName(String) - Method in class jodd.cli.Option
 
shorts(short...) - Static method in class jodd.util.ArraysUtil
Wraps elements into an array.
showCauseDetails - Variable in exception jodd.exception.UncheckedException
If set to true stack trace will be enhanced with cause's stack traces.
SINGLE_QUOTE - Static variable in interface jodd.util.StringPool
 
SipHash - Class in jodd.crypt
SipHash computes 64-bit message authentication code from a variable-length message and 128-bit secret key.
SipHash() - Constructor for class jodd.crypt.SipHash
 
size() - Method in class jodd.buffer.FastBooleanBuffer
Returns buffer size.
size() - Method in class jodd.buffer.FastByteBuffer
Returns buffer size.
size() - Method in class jodd.buffer.FastCharBuffer
Returns buffer size.
size() - Method in class jodd.buffer.FastDoubleBuffer
Returns buffer size.
size() - Method in class jodd.buffer.FastFloatBuffer
Returns buffer size.
size() - Method in class jodd.buffer.FastIntBuffer
Returns buffer size.
size() - Method in class jodd.buffer.FastLongBuffer
Returns buffer size.
size() - Method in class jodd.buffer.FastShortBuffer
Returns buffer size.
size() - Method in class jodd.cache.AbstractCacheMap
Returns current cache size.
size() - Method in interface jodd.cache.Cache
Returns current cache size.
size() - Method in class jodd.cache.NoCache
 
size() - Method in class jodd.cache.TypeCache
Returns cache size.
size() - Method in class jodd.io.FastByteArrayOutputStream
 
size() - Method in class jodd.io.FastCharArrayWriter
 
size - Variable in class jodd.io.upload.FileUpload
 
size() - Method in class jodd.util.collection.IntHashMap
Returns the number of key-value mappings in this map.
size() - Method in class jodd.util.collection.SetMapAdapter
Returns the number of elements in this set (its cardinality).
skipBytes(int) - Method in class jodd.io.upload.MultipartRequestInputStream
Skips specified number of bytes.
skipSpaces - Variable in class jodd.util.NaturalOrderComparator
 
skipToBoundary() - Method in class jodd.io.upload.MultipartRequestInputStream
Skips to the boundary and returns total number of bytes skipped.
SLASH - Static variable in interface jodd.util.StringPool
 
sleep(long) - Static method in class jodd.util.ThreadUtil
Puts a thread to sleep, without throwing an InterruptedException.
sleep() - Static method in class jodd.util.ThreadUtil
Puts a thread to sleep forever.
snapshot(boolean) - Method in class jodd.cache.AbstractCacheMap
Creates a snapshot from current cache values.
snapshot(boolean) - Method in interface jodd.cache.Cache
Creates a snapshot from current cache values.
snapshot() - Method in interface jodd.cache.Cache
 
snapshot(boolean) - Method in class jodd.cache.NoCache
 
sortByExtension() - Method in class jodd.io.findfile.FindFile
Sorts files by file extension.
sortByExtensionDesc() - Method in class jodd.io.findfile.FindFile
Sorts files by file extension descending.
sortByName() - Method in class jodd.io.findfile.FindFile
Sorts files by file name, using natural sort.
sortByNameDesc() - Method in class jodd.io.findfile.FindFile
Sorts files by file names descending, using natural sort.
sortByTime() - Method in class jodd.io.findfile.FindFile
Sorts files by last modified time.
sortByTimeDesc() - Method in class jodd.io.findfile.FindFile
Sorts files by last modified time descending.
sortComparators - Variable in class jodd.io.findfile.FindFile
 
SortedArrayList<E> - Class in jodd.util.collection
An extension of ArrayList that insures that all of the items added are sorted.
SortedArrayList(Comparator<E>) - Constructor for class jodd.util.collection.SortedArrayList
Constructs a new SortedArrayList.
SortedArrayList() - Constructor for class jodd.util.collection.SortedArrayList
Constructs a new SortedArrayList expecting elements are comparable.
SortedArrayList(Collection<? extends E>) - Constructor for class jodd.util.collection.SortedArrayList
Constructs a new SortedArrayList expecting elements are comparable.
sortFoldersFirst() - Method in class jodd.io.findfile.FindFile
Puts folders before files.
sortFoldersLast() - Method in class jodd.io.findfile.FindFile
Puts files before folders.
sortNone() - Method in class jodd.io.findfile.FindFile
Removes ALL sorting options.
sortWith(Comparator<File>) - Method in class jodd.io.findfile.FindFile
Adds generic sorting.
SPACE - Static variable in interface jodd.util.StringPool
 
SPECIAL_CHARS - Static variable in class jodd.util.CsvUtil
 
split(String) - Static method in class jodd.io.FileNameUtil
Splits filename into a array of four Strings containing prefix, path, basename and extension.
split(String, String) - Static method in class jodd.util.StringUtil
Splits a string in several parts (tokens) that are separated by delimiter.
splitc(String, String) - Static method in class jodd.util.StringUtil
Splits a string in several parts (tokens) that are separated by delimiter characters.
splitc(String, char[]) - Static method in class jodd.util.StringUtil
Splits a string in several parts (tokens) that are separated by delimiter characters.
splitc(String, char) - Static method in class jodd.util.StringUtil
Splits a string in several parts (tokens) that are separated by single delimiter characters.
standard(int) - Method in class jodd.chalk.Chalk256
 
STAR - Static variable in interface jodd.util.StringPool
 
start() - Method in class jodd.io.findfile.ClassScanner
Starts with the scanner.
start(long) - Method in class jodd.io.watch.DirWatcher
Starts the watcher.
start - Variable in class jodd.util.LoopIterator
 
startBlank - Variable in class jodd.io.watch.DirWatcher
 
startBlank(boolean) - Method in class jodd.io.watch.DirWatcher
Defines if watcher should start blank and consider all present files as created.
startSequence(String) - Method in class jodd.chalk.Chalk
 
startsWithChar(String, char) - Static method in class jodd.util.StringUtil
Returns if string starts with given character.
startsWithIgnoreCase(String, String) - Static method in class jodd.util.StringUtil
Tests if this string starts with the specified prefix with ignored case.
startsWithIgnoreCase(String, String, int) - Static method in class jodd.util.StringUtil
Tests if this string starts with the specified prefix with ignored case and with the specified prefix beginning a specified index.
startsWithLowercase(CharSequence, CharSequence) - Static method in class jodd.util.CharSequenceUtil
 
startsWithOne(String, String...) - Static method in class jodd.util.StringUtil
Checks if string starts with at least one string from the provided array.
startsWithOneIgnoreCase(String, String...) - Static method in class jodd.util.StringUtil
Checks if string starts with at least one string from the provided array.
status() - Method in class jodd.net.HttpStatus
Returns status code.
step - Variable in class jodd.util.LoopIterator
 
stop() - Method in class jodd.io.watch.DirWatcher
Stops the watcher.
stream() - Method in class jodd.util.function.Maybe.Just
 
stream() - Method in interface jodd.util.function.Maybe
Returns empty or single-element stream.
StreamGobbler - Class in jodd.io
Consumes a stream.
StreamGobbler(InputStream) - Constructor for class jodd.io.StreamGobbler
 
StreamGobbler(InputStream, OutputStream) - Constructor for class jodd.io.StreamGobbler
 
StreamGobbler(InputStream, OutputStream, String) - Constructor for class jodd.io.StreamGobbler
 
streamOf(Iterator<T>) - Static method in class jodd.util.CollectionUtil
Converts iterator to a stream.
streamOf(Iterable<T>) - Static method in class jodd.util.CollectionUtil
Converts interable to a non-parallel stream.
StreamUtil - Class in jodd.io
Optimized byte and character stream utilities.
StreamUtil() - Constructor for class jodd.io.StreamUtil
 
STRIKETHROUGH - Static variable in class jodd.chalk.Chalk
 
strikeThrough() - Method in class jodd.chalk.Chalk
 
stringAt(int) - Method in class jodd.util.StringBand
Returns string at given position.
StringBand - Class in jodd.util
StringBand is a faster alternative to StringBuilder.
StringBand() - Constructor for class jodd.util.StringBand
Creates an empty StringBand.
StringBand(int) - Constructor for class jodd.util.StringBand
Creates an empty StringBand with provided capacity.
StringBand(String) - Constructor for class jodd.util.StringBand
Creates StringBand with provided content.
StringBand(Object) - Constructor for class jodd.util.StringBand
 
StringKeyedMapAdapter - Class in jodd.util.collection
Adapter for map whose keys are String values.
StringKeyedMapAdapter() - Constructor for class jodd.util.collection.StringKeyedMapAdapter
 
StringPool - Interface in jodd.util
Pool of String constants to prevent repeating of hard-coded String literals in the code.
StringTemplateParser - Class in jodd.template
Parser for string macro templates.
StringTemplateParser() - Constructor for class jodd.template.StringTemplateParser
 
StringUtil - Class in jodd.util
Various String utilities.
StringUtil() - Constructor for class jodd.util.StringUtil
 
stripChar(String, char) - Static method in class jodd.util.StringUtil
Strips leading and trailing char from given string.
stripFromChar(String, char) - Static method in class jodd.util.StringUtil
Strips everything from the first appearance of given char.
stripLeadingChar(String, char) - Static method in class jodd.util.StringUtil
Strips leading char if string starts with one.
stripToChar(String, char) - Static method in class jodd.util.StringUtil
Strips everything up to the first appearance of given char.
stripTrailingChar(String, char) - Static method in class jodd.util.StringUtil
Strips trailing char if string ends with one.
sub(JulianDate) - Method in class jodd.time.JulianDate
Subtracts a JD from current instance and returns a new instance.
sub(double) - Method in class jodd.time.JulianDate
Subtracts a double from current instance and returns a new instance.
subarray(T[], int, int) - Static method in class jodd.util.ArraysUtil
Returns subarray.
subarray(T[], int, int, Class<T>) - Static method in class jodd.util.ArraysUtil
Returns subarray.
subarray(String[], int, int) - Static method in class jodd.util.ArraysUtil
Returns subarray.
subarray(byte[], int, int) - Static method in class jodd.util.ArraysUtil
Returns subarray.
subarray(char[], int, int) - Static method in class jodd.util.ArraysUtil
Returns subarray.
subarray(short[], int, int) - Static method in class jodd.util.ArraysUtil
Returns subarray.
subarray(int[], int, int) - Static method in class jodd.util.ArraysUtil
Returns subarray.
subarray(long[], int, int) - Static method in class jodd.util.ArraysUtil
Returns subarray.
subarray(float[], int, int) - Static method in class jodd.util.ArraysUtil
Returns subarray.
subarray(double[], int, int) - Static method in class jodd.util.ArraysUtil
Returns subarray.
subarray(boolean[], int, int) - Static method in class jodd.util.ArraysUtil
Returns subarray.
subSequence(int, int) - Method in class jodd.buffer.FastCharBuffer
 
subSequence(int, int) - Method in class jodd.util.CharArraySequence
 
subset(Properties, String, boolean) - Static method in class jodd.util.PropertiesUtil
Creates new Properties object from the original one, by copying those properties that have specified first part of the key name.
substring(String, int, int) - Static method in class jodd.util.StringUtil
Returns a new string that is a substring of this string.
suffix - Variable in class jodd.chalk.Chalk
 
suffix(String, String) - Static method in class jodd.util.StringUtil
Appends suffix if doesn't exist.
surround(String, String) - Static method in class jodd.util.StringUtil
 
surround(String, String, String) - Static method in class jodd.util.StringUtil
Surrounds the string with provided prefix and suffix if such missing from string.
SYSTEM_JARS - Static variable in class jodd.io.findfile.ClassScanner
Array of system jars that are excluded from the search.
SystemInfo - Class in jodd.system
 
SystemInfo() - Constructor for class jodd.system.SystemInfo
 
SystemUtil - Class in jodd.system
 
SystemUtil() - Constructor for class jodd.system.SystemUtil
 

T

TAB - Static variable in interface jodd.util.StringPool
 
target() - Method in class jodd.io.watch.DirWatcherEvent
Returns event target.
Task - Interface in jodd.util.concurrent
Piece of code that that has no result and may throw an exception.
tempFile - Variable in class jodd.io.upload.impl.AdaptiveFileUpload
 
tempFilePrefix - Static variable in class jodd.core.JoddCore
Default prefix for temporary files.
temporaryRedirect307() - Method in class jodd.net.HttpStatus.Redirection
 
TERMINATOR - Static variable in class jodd.crypt.BlockCipher
 
text - Variable in class jodd.chalk.Chalk
 
text(CharSequence) - Static method in class jodd.net.HtmlEncoder
Encodes a string to HTML-safe text.
ThreadFactoryBuilder - Class in jodd.util.concurrent
Fluent ThreadFactory builder.
ThreadFactoryBuilder() - Constructor for class jodd.util.concurrent.ThreadFactoryBuilder
 
threadsafe(boolean) - Method in class jodd.cache.TypeCache.Builder
Cache will be thread-safe.
ThreadUtil - Class in jodd.util
Thread utilities.
ThreadUtil() - Constructor for class jodd.util.ThreadUtil
 
threefish(String) - Static method in interface jodd.crypt.CryptoEngine
Creates new Threefish encryptor.
Threefish - Class in jodd.crypt
Threefish cipher.
Threefish(int) - Constructor for class jodd.crypt.Threefish
Threefish implementation using the specified blocksize in bits.
Threefish(int, int) - Constructor for class jodd.crypt.Threefish
Threefish implementation using the specified blocksize in bits, specifying the number of rounds directly instead of using the default number of rounds depending on the blockSize.
throwRuntimeException(Throwable) - Static method in class jodd.exception.ExceptionUtil
Throws checked exceptions in un-checked manner.
TILDA - Static variable in interface jodd.util.StringPool
 
TimedCache<K,V> - Class in jodd.cache
Timed cache.
TimedCache(long) - Constructor for class jodd.cache.TimedCache
 
timeout - Variable in class jodd.cache.AbstractCacheMap
 
timeout() - Method in class jodd.cache.AbstractCacheMap
Returns default cache timeout or 0 if it is not set.
timeout() - Method in interface jodd.cache.Cache
Returns default timeout or 0 if it is not set.
timeout - Variable in class jodd.cache.FileCache
 
timeout() - Method in class jodd.cache.NoCache
 
timer - Variable in class jodd.io.watch.DirWatcher
 
timestamp() - Method in class jodd.io.watch.DirWatcherEvent
Returns event creation timestamp.
TimeUtil - Class in jodd.time
 
TimeUtil() - Constructor for class jodd.time.TimeUtil
 
title(String) - Static method in class jodd.util.StringUtil
Makes a title-cased string from given input.
TMP_FILE_SUFFIX - Static variable in class jodd.io.upload.impl.AdaptiveFileUpload
 
toArray() - Method in class jodd.buffer.FastBooleanBuffer
Creates boolean array from buffered content.
toArray(int, int) - Method in class jodd.buffer.FastBooleanBuffer
Creates boolean subarray from buffered content.
toArray() - Method in class jodd.buffer.FastByteBuffer
Creates byte array from buffered content.
toArray(int, int) - Method in class jodd.buffer.FastByteBuffer
Creates byte subarray from buffered content.
toArray() - Method in class jodd.buffer.FastCharBuffer
Creates char array from buffered content.
toArray(int, int) - Method in class jodd.buffer.FastCharBuffer
Creates char subarray from buffered content.
toArray() - Method in class jodd.buffer.FastDoubleBuffer
Creates double array from buffered content.
toArray(int, int) - Method in class jodd.buffer.FastDoubleBuffer
Creates double subarray from buffered content.
toArray() - Method in class jodd.buffer.FastFloatBuffer
Creates float array from buffered content.
toArray(int, int) - Method in class jodd.buffer.FastFloatBuffer
Creates float subarray from buffered content.
toArray() - Method in class jodd.buffer.FastIntBuffer
Creates int array from buffered content.
toArray(int, int) - Method in class jodd.buffer.FastIntBuffer
Creates int subarray from buffered content.
toArray() - Method in class jodd.buffer.FastLongBuffer
Creates long array from buffered content.
toArray(int, int) - Method in class jodd.buffer.FastLongBuffer
Creates long subarray from buffered content.
toArray() - Method in class jodd.buffer.FastShortBuffer
Creates short array from buffered content.
toArray(int, int) - Method in class jodd.buffer.FastShortBuffer
Creates short subarray from buffered content.
toAscii(char) - Static method in class jodd.util.CharUtil
Returns ASCII value of a char.
toAsciiByteArray(char[]) - Static method in class jodd.util.CharUtil
Converts char array into ASCII array.
toAsciiByteArray(CharSequence) - Static method in class jodd.util.CharUtil
Converts char sequence into ASCII byte array.
toBigDecimal() - Method in class jodd.time.JulianDate
Returns BigDecimal value of JD.
toByteArray() - Method in class jodd.io.FastByteArrayOutputStream
 
toByteArray(char[]) - Static method in class jodd.util.CharUtil
Converts char array to byte array using default Jodd encoding.
toByteArray(char[], String) - Static method in class jodd.util.CharUtil
Converts char array to byte array using provided encoding.
toBytes() - Method in class jodd.io.ZipBuilder
 
toCalendar(LocalDateTime) - Static method in class jodd.time.TimeUtil
Converts local date time to Calendar.
toCalendar(LocalDate) - Static method in class jodd.time.TimeUtil
Converts local date time to Calendar and setting time to midnight.
toCallable() - Method in interface jodd.util.concurrent.Task
Wraps a task into a callable that returns null.
toCamelCase(String, boolean, char) - Static method in class jodd.util.Format
Converts separated string value to CamelCase.
toChar(byte) - Static method in class jodd.util.CharUtil
Converts (signed) byte to (unsigned) char.
toCharArray() - Method in class jodd.io.FastCharArrayWriter
 
toCharArray(byte[]) - Static method in class jodd.util.CharUtil
Converts byte array of default Jodd encoding to char array.
toCharArray(byte[], String) - Static method in class jodd.util.CharUtil
Converts byte array of specific encoding to char array.
toContainerFile(URL) - Static method in class jodd.io.FileUtil
Returns a file of either a folder or a containing archive.
toCsvString(Object...) - Static method in class jodd.util.CsvUtil
Parse fields as csv string,
toDate(LocalDate) - Static method in class jodd.time.TimeUtil
Converts local date to Date.
toDate(LocalDateTime) - Static method in class jodd.time.TimeUtil
Converts local date time to Date.
todoFiles - Variable in class jodd.io.findfile.FindFile
 
todoFolders - Variable in class jodd.io.findfile.FindFile
 
toFile(URL) - Static method in class jodd.io.FileUtil
Converts File URLs to File.
toFileName(URL) - Static method in class jodd.io.FileUtil
Converts File URLs to file name.
toHexString(byte[]) - Static method in class jodd.util.StringUtil
Converts bytes to hex string.
toLocalDateTime() - Method in class jodd.time.JulianDate
 
toLowerAscii(char) - Static method in class jodd.util.CharUtil
Lowers uppercase ASCII char.
toLowerCase(String) - Static method in class jodd.util.StringUtil
Converts all of the characters in the string to lower case, based on the portal instance's default locale.
toLowerCase(String, Locale) - Static method in class jodd.util.StringUtil
Converts all of the characters in the string to lower case, based on the locale.
toMilliseconds() - Method in class jodd.time.JulianDate
Converts to milliseconds.
toMilliseconds(LocalDateTime) - Static method in class jodd.time.TimeUtil
Converts local date time to epoh milliseconds.
toMilliseconds(LocalDate) - Static method in class jodd.time.TimeUtil
Converts local date time to epoh milliseconds assuming start of the day as time point.
toPrettyString(Object) - Static method in class jodd.util.Format
Converts object into pretty string.
toRawByteArray(char[]) - Static method in class jodd.util.CharUtil
Converts char array into byte array by replacing each character with two bytes.
toRawCharArray(byte[]) - Static method in class jodd.util.CharUtil
 
toRunnable() - Method in interface jodd.util.concurrent.Task
Wraps a task into a runnable.
toSafeString(Object) - Static method in class jodd.util.StringUtil
Converts safely an object to a string.
toSimpleByteArray(char[]) - Static method in class jodd.util.CharUtil
Converts char array into byte array by stripping the high byte of each character.
toSimpleByteArray(CharSequence) - Static method in class jodd.util.CharUtil
Converts char sequence into byte array.
toSimpleCharArray(byte[]) - Static method in class jodd.util.CharUtil
Converts byte array to char array by simply extending bytes to chars.
toString() - Method in class jodd.buffer.FastCharBuffer
Returns a String of the char buffer.
toString() - Method in class jodd.cli.Option
 
toString() - Method in class jodd.crypt.MurmurHash3.HashValue
 
toString() - Method in class jodd.inex.InExRules.Rule
 
toString() - Method in class jodd.io.FastByteArrayOutputStream
 
toString(String) - Method in class jodd.io.FastByteArrayOutputStream
 
toString() - Method in class jodd.io.FastCharArrayWriter
 
toString() - Method in class jodd.io.findfile.ClassScanner.ClassPathEntry
 
toString() - Method in class jodd.io.upload.FileUpload
Returns basic information about the uploaded file.
toString() - Method in class jodd.mutable.MutableBoolean
Stringify the value.
toString() - Method in class jodd.mutable.MutableByte
Stringify the value.
toString() - Method in class jodd.mutable.MutableDouble
Stringify the value.
toString() - Method in class jodd.mutable.MutableFloat
Stringify the value.
toString() - Method in class jodd.mutable.MutableInteger
Stringify the value.
toString() - Method in class jodd.mutable.MutableLong
Stringify the value.
toString() - Method in class jodd.mutable.MutableShort
Stringify the value.
toString() - Method in class jodd.time.JulianDate
Returns string representation of JD.
toString(Object[]) - Static method in class jodd.util.ArraysUtil
Converts an array to string.
toString(String[]) - Static method in class jodd.util.ArraysUtil
Converts an array to string.
toString(byte[]) - Static method in class jodd.util.ArraysUtil
Converts an array to string.
toString(char[]) - Static method in class jodd.util.ArraysUtil
Converts an array to string.
toString(short[]) - Static method in class jodd.util.ArraysUtil
Converts an array to string.
toString(int[]) - Static method in class jodd.util.ArraysUtil
Converts an array to string.
toString(long[]) - Static method in class jodd.util.ArraysUtil
Converts an array to string.
toString(float[]) - Static method in class jodd.util.ArraysUtil
Converts an array to string.
toString(double[]) - Static method in class jodd.util.ArraysUtil
Converts an array to string.
toString(boolean[]) - Static method in class jodd.util.ArraysUtil
Converts an array to string.
toString() - Method in class jodd.util.CharArraySequence
 
toString() - Method in class jodd.util.function.Maybe.Just
 
toString() - Method in class jodd.util.LoopIterator
 
toString() - Method in class jodd.util.StringBand
Joins together all strings into one.
toString(Object) - Static method in class jodd.util.StringUtil
Converts safely an object to a string.
toString(Object) - Static method in class jodd.util.Util
Returns string representation of an object, while checking for null.
toStringArray(Object[]) - Static method in class jodd.util.ArraysUtil
Converts an array to string array.
toStringArray(String[]) - Static method in class jodd.util.ArraysUtil
Converts an array to string array.
toStringArray(byte[]) - Static method in class jodd.util.ArraysUtil
Converts an array to string array.
toStringArray(char[]) - Static method in class jodd.util.ArraysUtil
Converts an array to string array.
toStringArray(short[]) - Static method in class jodd.util.ArraysUtil
Converts an array to string array.
toStringArray(int[]) - Static method in class jodd.util.ArraysUtil
Converts an array to string array.
toStringArray(long[]) - Static method in class jodd.util.ArraysUtil
Converts an array to string array.
toStringArray(float[]) - Static method in class jodd.util.ArraysUtil
Converts an array to string array.
toStringArray(double[]) - Static method in class jodd.util.ArraysUtil
Converts an array to string array.
toStringArray(boolean[]) - Static method in class jodd.util.ArraysUtil
Converts an array to string array.
toStringArray(String) - Static method in class jodd.util.CsvUtil
Converts CSV line to string array.
toStringArray(Object) - Static method in class jodd.util.StringUtil
Converts an array object to array of strings, where every element of input array is converted to a string.
totalExcludeRules() - Method in class jodd.inex.InExRules
Returns total number of exclude rules.
totalIncludeRules() - Method in class jodd.inex.InExRules
Returns total number of include rules.
totalRules() - Method in class jodd.inex.InExRules
Returns total number of all rules.
touch(String) - Static method in class jodd.io.FileUtil
 
touch(File) - Static method in class jodd.io.FileUtil
Implements the Unix "touch" utility.
toUpperAscii(char) - Static method in class jodd.util.CharUtil
Uppers lowercase ASCII char.
toUpperCase(String) - Static method in class jodd.util.StringUtil
Converts all of the characters in the string to upper case, based on the portal instance's default locale.
toUpperCase(String, Locale) - Static method in class jodd.util.StringUtil
Converts all of the characters in the string to upper case, based on the locale.
toURL(File) - Static method in class jodd.io.FileUtil
Converts File to URL in a correct way.
toZipFile() - Method in class jodd.io.ZipBuilder
 
trimAll(String...) - Static method in class jodd.util.StringUtil
Trims array of strings.
trimDown(String) - Static method in class jodd.util.StringUtil
Trims string and sets to null if trimmed string is empty.
trimDownAll(String...) - Static method in class jodd.util.StringUtil
Trims array of strings where empty strings are set to null.
trimLeft(String) - Static method in class jodd.util.StringUtil
Trim whitespaces from the left.
trimRight(String) - Static method in class jodd.util.StringUtil
Trim whitespaces from the right.
TRUE - Static variable in interface jodd.util.StringPool
 
truncate(String, int) - Static method in class jodd.util.StringUtil
Sets the maximum length of the string.
type() - Method in class jodd.io.watch.DirWatcherEvent
Returns event type.
type() - Method in class jodd.util.ClassConsumer
 
TypeCache<T> - Class in jodd.cache
Types cache.
TypeCache.Builder<A> - Class in jodd.cache
 
typeToString(Type) - Static method in class jodd.util.ClassUtil
Converts Type to a String.

U

unauthorized(String) - Method in class jodd.net.HttpStatus.HttpStatus401
 
UNBOLD - Static variable in class jodd.chalk.Chalk
 
uncapitalize(String) - Static method in class jodd.util.StringUtil
Uncapitalizes a String, changing the first letter to lower case.
UncheckedException - Exception in jodd.exception
Unchecked exception and also a wrapper for checked exceptions.
UncheckedException(Throwable) - Constructor for exception jodd.exception.UncheckedException
 
UncheckedException(Throwable, boolean) - Constructor for exception jodd.exception.UncheckedException
 
UncheckedException() - Constructor for exception jodd.exception.UncheckedException
 
UncheckedException(String) - Constructor for exception jodd.exception.UncheckedException
 
UncheckedException(String, Throwable) - Constructor for exception jodd.exception.UncheckedException
 
UncheckedException(String, Throwable, boolean) - Constructor for exception jodd.exception.UncheckedException
 
UncheckedException.CallableVoid - Interface in jodd.exception
 
UNDERLINE - Static variable in class jodd.chalk.Chalk
 
underline() - Method in class jodd.chalk.Chalk
 
UNDERSCORE - Static variable in interface jodd.util.StringPool
 
UNDIM - Static variable in class jodd.chalk.Chalk
 
unescapeJava(String) - Static method in class jodd.util.Format
Unescapes a string using java rules.
ungzip(String) - Static method in class jodd.io.ZipUtil
Decompress gzip archive.
ungzip(File) - Static method in class jodd.io.ZipUtil
Decompress gzip archive.
UNHIDDEN - Static variable in class jodd.chalk.Chalk
 
UnicodeInputStream - Class in jodd.io
Unicode input stream for detecting UTF encodings and reading BOM characters.
UnicodeInputStream(InputStream, String) - Constructor for class jodd.io.UnicodeInputStream
Creates new unicode stream.
UNINVERSE - Static variable in class jodd.chalk.Chalk
 
UNITALIC - Static variable in class jodd.chalk.Chalk
 
unknownAuth() - Method in class jodd.net.HttpStatus.HttpStatus403
 
UnmodifiableMapEntry<K,V> - Class in jodd.util.collection
Unmodifiable version of MapEntry implementation.
UnmodifiableMapEntry(K, V) - Constructor for class jodd.util.collection.UnmodifiableMapEntry
 
unsafeUsageEnabled - Static variable in class jodd.core.JoddCore
Flag that controls the Unsafe usage (if system detects it).
UnsafeUtil - Class in jodd.util
Few methods using infamous java.misc.Unsafe, mostly for private use.
UnsafeUtil() - Constructor for class jodd.util.UnsafeUtil
 
UNSTRIKETHROUGH - Static variable in class jodd.chalk.Chalk
 
unsupportedProtocol() - Method in class jodd.net.HttpStatus.HttpStatus404
 
UNUNDERLINE - Static variable in class jodd.chalk.Chalk
 
unwrapThrowable(Throwable) - Static method in class jodd.exception.ExceptionUtil
Unwraps invocation and undeclared exceptions to real cause.
unzip(String, String, String...) - Static method in class jodd.io.ZipUtil
Extracts zip file content to the target directory.
unzip(File, File, String...) - Static method in class jodd.io.ZipUtil
Extracts zip file to the target directory.
uploadPath - Variable in class jodd.io.upload.impl.AdaptiveFileUpload
 
uploadPath - Variable in class jodd.io.upload.impl.AdaptiveFileUploadFactory
 
url - Variable in class jodd.net.URLCoder.Builder
 
URLCoder - Class in jodd.net
Encodes URLs correctly, significantly faster and more convenient.
URLCoder() - Constructor for class jodd.net.URLCoder
 
URLCoder.Builder - Class in jodd.net
 
URLDecoder - Class in jodd.net
URL decoder.
URLDecoder() - Constructor for class jodd.net.URLDecoder
 
US_ASCII - Static variable in interface jodd.util.StringPool
 
usedSize - Variable in class jodd.cache.FileCache
 
usedSize() - Method in class jodd.cache.FileCache
Returns actually used size in bytes.
useWatchFile() - Method in class jodd.io.watch.DirWatcher
Enables usage of default watch file (".watch.ready").
useWatchFile(String) - Method in class jodd.io.watch.DirWatcher
Enables usage of provided watch file.
UTF_8 - Static variable in interface jodd.util.StringPool
 
Util - Class in jodd.util
Some general utilities.
Util() - Constructor for class jodd.util.Util
 

V

val1 - Variable in class jodd.crypt.MurmurHash3.HashValue
 
val2 - Variable in class jodd.crypt.MurmurHash3.HashValue
 
valid - Variable in class jodd.io.upload.FileUpload
 
validateAgaintIPAdressV4Format(String) - Static method in class jodd.io.NetUtil
Checks given string against IP address v4 format.
validatePassword(String, String) - Method in class jodd.crypt.PBKDF2Hash
Validates a password using a hash.
validatePassword(char[], String) - Method in class jodd.crypt.PBKDF2Hash
Validates a password using a hash.
validationError() - Method in class jodd.net.HttpStatus.HttpStatus400
 
value - Variable in class jodd.inex.InExRules.Rule
 
value - Variable in class jodd.mutable.MutableBoolean
The mutable value.
value - Variable in class jodd.mutable.MutableByte
The mutable value.
value - Variable in class jodd.mutable.MutableDouble
The mutable value.
value - Variable in class jodd.mutable.MutableFloat
The mutable value.
value - Variable in class jodd.mutable.MutableInteger
The mutable value.
value - Variable in class jodd.mutable.MutableLong
The mutable value.
value - Variable in class jodd.mutable.MutableShort
The mutable value.
Value<T> - Interface in jodd.mutable
Generic mutable value holder for holding objects.
value - Variable in class jodd.util.LoopIterator
 
valueOf(String) - Static method in enum jodd.io.findfile.FindFile.Match
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jodd.io.watch.DirWatcherEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jodd.net.HttpMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum jodd.io.findfile.FindFile.Match
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jodd.io.watch.DirWatcherEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jodd.net.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values(Byte[]) - Static method in class jodd.util.ArraysUtil
Converts to primitive array.
values(Character[]) - Static method in class jodd.util.ArraysUtil
Converts to primitive array.
values(Short[]) - Static method in class jodd.util.ArraysUtil
Converts to primitive array.
values(Integer[]) - Static method in class jodd.util.ArraysUtil
Converts to primitive array.
values(Long[]) - Static method in class jodd.util.ArraysUtil
Converts to primitive array.
values(Float[]) - Static method in class jodd.util.ArraysUtil
Converts to primitive array.
values(Double[]) - Static method in class jodd.util.ArraysUtil
Converts to primitive array.
values(Boolean[]) - Static method in class jodd.util.ArraysUtil
Converts to primitive array.
values() - Method in class jodd.util.collection.IntHashMap
Returns a collection view of the values contained in this map.
valuesOf(byte[]) - Static method in class jodd.util.ArraysUtil
Converts to object array.
valuesOf(char[]) - Static method in class jodd.util.ArraysUtil
Converts to object array.
valuesOf(short[]) - Static method in class jodd.util.ArraysUtil
Converts to object array.
valuesOf(int[]) - Static method in class jodd.util.ArraysUtil
Converts to object array.
valuesOf(long[]) - Static method in class jodd.util.ArraysUtil
Converts to object array.
valuesOf(float[]) - Static method in class jodd.util.ArraysUtil
Converts to object array.
valuesOf(double[]) - Static method in class jodd.util.ArraysUtil
Converts to object array.
valuesOf(boolean[]) - Static method in class jodd.util.ArraysUtil
Converts to object array.

W

wait(Object) - Static method in class jodd.util.ThreadUtil
Waits for a object for synchronization purposes.
wait(Object, long) - Static method in class jodd.util.ThreadUtil
Waits for a object or a timeout for synchronization purposes.
waitFor() - Method in class jodd.io.StreamGobbler
Waits for gobbler to end.
walking - Variable in class jodd.io.findfile.FindFile
 
walking(boolean) - Method in class jodd.io.findfile.FindFile
Sets the walking recursive mode.
watchFile - Variable in class jodd.io.watch.DirWatcher
 
watchFileLastAccessTime - Variable in class jodd.io.watch.DirWatcher
 
WatchTask() - Constructor for class jodd.io.watch.DirWatcher.WatchTask
 
weak(boolean) - Method in class jodd.cache.TypeCache.Builder
Cache keys will be weak.
WHITE - Static variable in class jodd.chalk.Chalk
 
white() - Method in class jodd.chalk.Chalk
 
whitelist() - Method in class jodd.inex.InExRules
Enables whitelist mode - everything is excluded by default, and user set explicit includes.
Wildcard - Class in jodd.util
Checks whether a string or path matches a given wildcard pattern.
Wildcard() - Constructor for class jodd.util.Wildcard
 
WILDCARD_PATH_RULE_MATCHER - Static variable in interface jodd.inex.InExRuleMatcher
Wilcard path rule matcher.
WILDCARD_RULE_MATCHER - Static variable in interface jodd.inex.InExRuleMatcher
Wilcard rule matcher.
WildcardFindFile - Class in jodd.io.findfile
FindFile that matches file names using *, ?
WildcardFindFile() - Constructor for class jodd.io.findfile.WildcardFindFile
 
with(Consumer<String>) - Method in class jodd.cli.Option
 
with(Consumer<String[]>) - Method in class jodd.cli.Param
 
within(CompletableFuture<T>, Duration) - Static method in class jodd.util.Futures
 
within(CompletableFuture<T>, long) - Static method in class jodd.util.Futures
 
withLoader - Variable in class jodd.util.cl.ExtendedURLClassLoader.Loading
 
withParent - Variable in class jodd.util.cl.ExtendedURLClassLoader.Loading
 
workingDirectory - Variable in class jodd.util.CommandLine
 
workingDirectory(File) - Method in class jodd.util.CommandLine
Defines working directory.
workingDirectory(String) - Method in class jodd.util.CommandLine
Defines working directory.
wrap(Throwable) - Static method in exception jodd.exception.UncheckedException
Wraps all exceptions in a UncheckedException
wrap(Throwable, String) - Static method in exception jodd.exception.UncheckedException
Wraps all exceptions in a UncheckedException
wrapToException(Throwable) - Static method in class jodd.exception.ExceptionUtil
 
wrapToRuntimeException(Throwable) - Static method in class jodd.exception.ExceptionUtil
Wraps exception to RuntimeException.
write(char[], int, int) - Method in class jodd.io.AppendableWriter
 
write(int) - Method in class jodd.io.AppendableWriter
 
write(String, int, int) - Method in class jodd.io.AppendableWriter
 
write(String) - Method in class jodd.io.AppendableWriter
 
write(char[]) - Method in class jodd.io.AppendableWriter
 
write(byte[], int, int) - Method in class jodd.io.FastByteArrayOutputStream
 
write(int) - Method in class jodd.io.FastByteArrayOutputStream
Writes single byte.
write(char[], int, int) - Method in class jodd.io.FastCharArrayWriter
 
write(int) - Method in class jodd.io.FastCharArrayWriter
Writes single byte.
write(String, int, int) - Method in class jodd.io.FastCharArrayWriter
 
write(String) - Method in class jodd.io.upload.impl.AdaptiveFileUpload
Writes file uploaded item.
write(File) - Method in class jodd.io.upload.impl.AdaptiveFileUpload
Writes file upload item to destination folder or to destination file.
writeBytes(String, byte[]) - Static method in class jodd.io.FileUtil
 
writeBytes(File, byte[]) - Static method in class jodd.io.FileUtil
 
writeBytes(String, byte[], int, int) - Static method in class jodd.io.FileUtil
 
writeBytes(File, byte[], int, int) - Static method in class jodd.io.FileUtil
Write bytes. append = false
writeChars(File, char[]) - Static method in class jodd.io.FileUtil
 
writeChars(String, char[]) - Static method in class jodd.io.FileUtil
 
writeChars(String, char[], String) - Static method in class jodd.io.FileUtil
 
writeChars(File, char[], String) - Static method in class jodd.io.FileUtil
Write characters. append = false
writeObject(String, Object) - Static method in class jodd.util.ObjectUtil
 
writeObject(File, Object) - Static method in class jodd.util.ObjectUtil
Writes serializable object to a file.
writeStream(String, InputStream) - Static method in class jodd.io.FileUtil
 
writeStream(File, InputStream) - Static method in class jodd.io.FileUtil
 
writeStream(FileOutputStream, InputStream) - Static method in class jodd.io.FileUtil
Write InputStream in to FileOutputStream.
writeString(String, String) - Static method in class jodd.io.FileUtil
 
writeString(String, String, String) - Static method in class jodd.io.FileUtil
 
writeString(File, String) - Static method in class jodd.io.FileUtil
 
writeString(File, String, String) - Static method in class jodd.io.FileUtil
Writes String. append = false
writeTo(OutputStream) - Method in class jodd.io.FastByteArrayOutputStream
 
writeTo(Writer) - Method in class jodd.io.FastCharArrayWriter
 
writeToFile(Properties, String) - Static method in class jodd.util.PropertiesUtil
Writes properties to a file.
writeToFile(Properties, String, String) - Static method in class jodd.util.PropertiesUtil
Writes properties to a file.
writeToFile(Properties, File) - Static method in class jodd.util.PropertiesUtil
Writes properties to a file.
writeToFile(Properties, File, String) - Static method in class jodd.util.PropertiesUtil
Writes properties to a file.

X

xml(CharSequence) - Static method in class jodd.net.HtmlEncoder
Encodes XML string.

Y

Y - Static variable in interface jodd.util.StringPool
 
YELLOW - Static variable in class jodd.chalk.Chalk
 
yellow() - Method in class jodd.chalk.Chalk
 
YES - Static variable in interface jodd.util.StringPool
 

Z

ZERO - Static variable in interface jodd.util.StringPool
 
zip(String) - Static method in class jodd.io.ZipUtil
Zips a file or a folder.
zip(File) - Static method in class jodd.io.ZipUtil
Zips a file or a folder.
ZIP_EXT - Static variable in class jodd.io.ZipUtil
 
ZipBuilder - Class in jodd.io
ZIP builder class for building both files or in-memory zips.
ZipBuilder(File) - Constructor for class jodd.io.ZipBuilder
 
ZipBuilder() - Constructor for class jodd.io.ZipBuilder
 
ZipBuilder.AddContentToZip - Class in jodd.io
 
ZipBuilder.AddFileToZip - Class in jodd.io
 
ZipUtil - Class in jodd.io
Performs zip/gzip/zlib operations on files and directories.
ZipUtil() - Constructor for class jodd.io.ZipUtil
 
zlib(String) - Static method in class jodd.io.ZipUtil
Compresses a file into zlib archive.
zlib(File) - Static method in class jodd.io.ZipUtil
Compresses a file into zlib archive.
ZLIB_EXT - Static variable in class jodd.io.ZipUtil
 

_

_this() - Method in class jodd.chalk.Chalk
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

Copyright © 2003-present Jodd Team