- 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
-
- 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.
- 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
-
- 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
-
- close() - Method in class jodd.io.FastCharArrayWriter
-
- 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 File
s 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 (InputStream
s).
- compare(Reader, Reader) - Static method in class jodd.io.StreamUtil
-
Compares the content of two character streams (Reader
s).
- 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
-
- 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
-
- copy(Reader) - Static method in class jodd.io.StreamUtil
-
- copy(Reader, int) - Static method in class jodd.io.StreamUtil
-
- copy(DataSource) - Static method in class jodd.io.StreamUtil
-
- 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
-
- copyToOutputStream(InputStream) - Static method in class jodd.io.StreamUtil
-
- copyToOutputStream(InputStream, int) - Static method in class jodd.io.StreamUtil
-
- 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
-
- 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
-
- create(MultipartRequestInputStream) - Method in class jodd.io.upload.impl.AdaptiveFileUploadFactory
-
- create(MultipartRequestInputStream) - Method in class jodd.io.upload.impl.DiskFileUploadFactory
-
- create(MultipartRequestInputStream) - Method in class jodd.io.upload.impl.MemoryFileUploadFactory
-
- 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
-
- 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 File
s 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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 String
s 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
-
- registerEntryConsumer(Consumer<ClassScanner.ClassPathEntry>) - Method in class jodd.io.findfile.ClassScanner
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
URL
s to File
.
- toFileName(URL) - Static method in class jodd.io.FileUtil
-
Converts File
URL
s 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
.