- 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
-
Deprecated.
Matches value against single rule.
- accept(T) - Method in class jodd.util.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.
- acceptJar(File) - Method in class jodd.io.findfile.ClassScanner
-
Returns true if some JAR file has to be accepted.
- 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(Consumer<T>) - Method in class jodd.util.Consumers
-
Registers an additional consumer.
- addAll(Consumer<T>...) - Method in class jodd.util.Consumers
-
Registers additional consumers.
- addComparator(Comparator<File>) - Method in class jodd.io.findfile.FindFile
-
- addDefaultBundle(String) - Method in class jodd.util.ResourceBundleMessageResolver
-
- 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
-
Deprecated.
Adds a rule.
- all() - Method in class jodd.cli.Param
-
- allEnumerations - Variable in class jodd.util.collection.CompositeEnumeration
-
- allIterators - Variable in class jodd.util.collection.CompositeIterator
-
- 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(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.
- apply(V, boolean) - Method in class jodd.inex.InExRules
-
Deprecated.
Applies rules on given flag using current black/white list mode.
- apply(V, boolean, boolean) - Method in class jodd.inex.InExRules
-
Deprecated.
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.
- 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
-
- 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.
- cancelPruneSchedule() - Method in class jodd.cache.TimedCache
-
Cancels prune schedules.
- capacity() - Method in class jodd.util.StringBand
-
Returns array capacity.
- 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
-
- charAt(int) - Method in class jodd.buffer.FastCharBuffer
-
- charAt(int) - Method in class jodd.util.StringBand
-
Returns char at given position.
- classLocation(Class) - Static method in class jodd.util.ClassPathUtil
-
Returns location of the class.
- ClassPathURLs - Class in jodd.util
-
- ClassPathURLs() - Constructor for class jodd.util.ClassPathURLs
-
- ClassPathUtil - Class in jodd.util
-
Utilities to manipulate class path, define and find classes etc.
- ClassPathUtil() - Constructor for class jodd.util.ClassPathUtil
-
- 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.
- 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.util.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.
- close() - Method in class jodd.io.FastByteArrayOutputStream
-
- close() - Method in class jodd.io.FastCharArrayWriter
-
- 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
-
- COLOR_RESET - Static variable in class jodd.chalk.Chalk
-
- CommandLine - Class in jodd.util
-
Simple user-friendly wrapper over ProcessBuilder.
- CommandLine(String) - Constructor for class jodd.util.CommandLine
-
- COMMONLY_EXCLUDED_ENTRIES - Static variable in class jodd.io.findfile.ClassScanner
-
- COMMONLY_EXCLUDED_JARS - Static variable in class jodd.io.findfile.ClassScanner
-
- comparators - Variable in class jodd.util.MultiComparator
-
- 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(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.
- 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.
- Consumers<T> - Class in jodd.util
-
An aggregate consumer.
- Consumers(Consumer<T>...) - Constructor for class jodd.util.Consumers
-
- Consumers(Iterable<Consumers<T>>) - Constructor for class jodd.util.Consumers
-
- count - Variable in class jodd.util.LoopIterator
-
- create() - Method in class jodd.inex.InExRules
-
Deprecated.
- 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
-
- 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
-
- createCacheObject(K, V, long) - Method in class jodd.cache.AbstractCacheMap
-
- createFileCacheObject(File, byte[], long) - Method in class jodd.cache.FileCache
-
Creates CacheObject that updates last access time based on files last modification.
- 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
-
- createWildcardFF() - Static method in class jodd.io.findfile.FindFile
-
- currentEnumeration - Variable in class jodd.util.collection.CompositeEnumeration
-
- currentIterator - Variable in class jodd.util.collection.CompositeIterator
-
- CYAN - Static variable in class jodd.chalk.Chalk
-
- cyan() - Method in class jodd.chalk.Chalk
-
- empty() - Static method in class jodd.util.Consumers
-
- enabled - Static variable in class jodd.chalk.Chalk
-
Global flag that disables all the chalks.
- encoding - Static variable in class jodd.core.JoddCore
-
The encoding used across the Jodd classes, "UTF-8" by default.
- end - Variable in class jodd.util.LoopIterator
-
- endSequence(String) - Method in class jodd.chalk.Chalk
-
- 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
-
Deprecated.
- 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.
- err - Variable in class jodd.util.CommandLine
-
- err(OutputStream) - Method in class jodd.util.CommandLine
-
- 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.
- exclude(D) - Method in class jodd.inex.InExRules
-
Deprecated.
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
-
Deprecated.
- existCustomTimeout - Variable in class jodd.cache.AbstractCacheMap
-
Identifies if objects has custom timeouts.
- 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
-
- fallbackBundlename - Variable in class jodd.util.ResourceBundleMessageResolver
-
- fallbackLocale - Variable in class jodd.util.ResourceBundleMessageResolver
-
- 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.
- 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.
- 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
-
- 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
-
- files - Variable in class jodd.io.findfile.FindFile.FilesIterator
-
- FilesIterator(File) - Constructor for class jodd.io.findfile.FindFile.FilesIterator
-
- FilesIterator(String[]) - Constructor for class jodd.io.findfile.FindFile.FilesIterator
-
- findAll() - Method in class jodd.io.findfile.FindFile
-
Finds all files and returns list of founded files.
- findDefaultMessage(Locale, String) - Method in class jodd.util.ResourceBundleMessageResolver
-
Finds message in default bundles only, starting from fallback bundlename.
- 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
-
- findMessage(String, Locale, String) - Method in class jodd.util.ResourceBundleMessageResolver
-
Finds messages in the provided bundle.
- findResourceBundle(String, Locale) - Method in class jodd.util.ResourceBundleMessageResolver
-
Finds resource bundle by it's name.
- first - Variable in class jodd.util.LoopIterator
-
- 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.FastCharArrayWriter
-
- folder - Variable in class jodd.io.findfile.FindFile.FilesIterator
-
- FolderFirstComparator - Class in jodd.io.findfile
-
- FolderFirstComparator(boolean) - Constructor for class jodd.io.findfile.FolderFirstComparator
-
- 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.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.
- getBundle(String, Locale, ClassLoader) - Method in class jodd.util.ResourceBundleMessageResolver
-
Returns specified bundle.
- getCount() - Method in class jodd.util.LoopIterator
-
Returns current item count (1-based).
- getDefaultClasspath() - Static method in class jodd.util.ClassPathUtil
-
Returns default classpath using
- getDefaultClasspath(ClassLoader) - Static method in class jodd.util.ClassPathUtil
-
Returns default class path from all available URLClassLoader
in classloader hierarchy.
- getExitCode() - Method in class jodd.util.ProcessRunner.ProcessResult
-
Returns process exit code.
- getFallbackBundlename() - Method in class jodd.util.ResourceBundleMessageResolver
-
- getFallbackLocale() - Method in class jodd.util.ResourceBundleMessageResolver
-
- getFileBytes(File) - Method in class jodd.cache.FileCache
-
Returns cached file bytes.
- 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.
- getMatchingFilePath(File) - Method in class jodd.io.findfile.FindFile
-
Resolves file path depending on
matching type
Returned path is formatted in unix style.
- getMessage(String, Locale, String) - Method in class jodd.util.ResourceBundleMessageResolver
-
Gets the message from the named resource bundle.
- getMissCount() - Method in class jodd.cache.AbstractCacheMap
-
Returns miss count.
- getModulus() - Method in class jodd.util.LoopIterator
-
Returns modulus of current count.
- getModulusValue() - Method in class jodd.util.LoopIterator
-
Returns modulus value.
- getOutput() - Method in class jodd.util.ProcessRunner.ProcessResult
-
Returns process output.
- getResource(String) - Method in class jodd.util.cl.ExtendedURLClassLoader
-
Returns a resource using parent-first or parent-last strategy.
- getResources(String) - Method in class jodd.util.cl.ExtendedURLClassLoader
-
- getRule(int) - Method in class jodd.inex.InExRules
-
Deprecated.
Returns rule's value on given index.
- 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
-
- 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.
- include(D) - Method in class jodd.inex.InExRules
-
Deprecated.
Adds include rule.
- include - Variable in class jodd.inex.InExRules.Rule
-
Deprecated.
- 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
-
Deprecated.
- index - Variable in class jodd.io.findfile.FindFile.FilesIterator
-
- index() - Method in class jodd.util.StringBand
-
Returns current index of string array.
- InExRuleMatcher<T,R> - Interface in jodd.inex
-
Rule matcher.
- inExRuleMatcher - Variable in class jodd.inex.InExRules
-
Deprecated.
- InExRules<V,D,R> - Class in jodd.inex
-
Deprecated.
- InExRules() - Constructor for class jodd.inex.InExRules
-
Deprecated.
Creates default instance.
- InExRules(InExRuleMatcher<V, R>) - Constructor for class jodd.inex.InExRules
-
Deprecated.
Creates instance that uses provided matcher.
- InExRules.Rule<R> - Class in jodd.inex
-
Deprecated.
Rule definition.
- init() - Method in class jodd.io.findfile.FindFile
-
Initializes file walking.
- 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.
- 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.
- isArchive() - Method in class jodd.io.findfile.ClassScanner.ClassPathEntry
-
Returns true if archive.
- isBlacklist() - Method in class jodd.inex.InExRules
-
Deprecated.
Returns true if blacklist mode is set.
- isCacheResourceBundles() - Method in class jodd.util.ResourceBundleMessageResolver
-
- 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.util.Consumers
-
- isEven() - Method in class jodd.util.LoopIterator
-
Returns true if current count is even.
- 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
-
- 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.
- isLast() - Method in class jodd.util.LoopIterator
-
Returns true if current item is the last one.
- isLastIteration(int) - Method in class jodd.util.LoopIterator
-
- 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.
- isOdd() - Method in class jodd.util.LoopIterator
-
Returns true if current count is odd.
- isPruneExpiredActive() - Method in class jodd.cache.AbstractCacheMap
-
Returns true if prune of expired objects should be invoked.
- isReallyFull(K) - Method in class jodd.cache.AbstractCacheMap
-
- isTypeSignatureInUse(byte[]) - Method in class jodd.io.findfile.ClassScanner.ClassPathEntry
-
- isWhitelist() - Method in class jodd.inex.InExRules
-
Deprecated.
Returns true if whitelist mode is set.
- ITALIC - Static variable in class jodd.chalk.Chalk
-
- italic() - Method in class jodd.chalk.Chalk
-
- iterator() - Method in class jodd.io.findfile.FindFile
-
Returns file walking iterator.
- parallel(boolean) - Method in class jodd.util.Consumers
-
Defines if consumer acceptance should be parallel.
- param() - Method in class jodd.cli.Cli
-
- Param - Class in jodd.cli
-
- Param() - Constructor for class jodd.cli.Param
-
- parentClassLoader - Variable in class jodd.util.cl.ExtendedURLClassLoader
-
- parentFirst - Variable in class jodd.util.cl.ExtendedURLClassLoader
-
- parentOnlyRules - Variable in class jodd.util.cl.ExtendedURLClassLoader
-
- pathList - Variable in class jodd.io.findfile.FindFile
-
- pathListOriginal - Variable in class jodd.io.findfile.FindFile
-
- prefix - Variable in class jodd.chalk.Chalk
-
- prepareEntryName(String, boolean) - Method in class jodd.io.findfile.ClassScanner
-
Prepares resource and class names.
- print(String) - Method in class jodd.chalk.Chalk
-
Prints chalked string to system output.
- println(String) - Method in class jodd.chalk.Chalk
-
Prints chalked string to system output.
- printUsage(String) - Method in class jodd.cli.Cli
-
Prints the usage line.
- processExcludes(V, boolean) - Method in class jodd.inex.InExRules
-
Deprecated.
Process excludes rules.
- processIncludes(V, boolean) - Method in class jodd.inex.InExRules
-
Deprecated.
Process includes rules.
- ProcessResult(int, String) - Constructor for class jodd.util.ProcessRunner.ProcessResult
-
- ProcessRunner - Class in jodd.util
-
Runtime utilities.
- ProcessRunner() - Constructor for class jodd.util.ProcessRunner
-
- ProcessRunner.ProcessResult - Class in jodd.util
-
- prune() - Method in class jodd.cache.AbstractCacheMap
-
Prunes objects from cache and returns the number of removed objects.
- prune() - Method in interface jodd.cache.Cache
-
Prunes objects from cache and returns the number of removed objects.
- prune() - Method in class jodd.cache.NoCache
-
- pruneCache() - Method in class jodd.cache.AbstractCacheMap
-
Prune implementation.
- pruneCache() - Method in class jodd.cache.FIFOCache
-
Prune expired objects and, if cache is still full, the first one.
- pruneCache() - Method in class jodd.cache.LFUCache
-
Prunes expired and, if cache is still full, the LFU element(s) from the cache.
- pruneCache() - Method in class jodd.cache.LRUCache
-
Prune only expired objects, LinkedHashMap will take care of LRU if needed.
- pruneCache() - Method in class jodd.cache.TimedCache
-
Prunes expired elements from the cache.
- pruneTimer - Variable in class jodd.cache.TimedCache
-
- put(K, V) - Method in class jodd.cache.AbstractCacheMap
-
Adds an object to the cache with default timeout.
- put(K, V, long) - Method in class jodd.cache.AbstractCacheMap
-
Adds an object to the cache with specified timeout after which it becomes expired.
- put(K, V) - Method in interface jodd.cache.Cache
-
Adds an object to the cache with default timeout.
- put(K, V, long) - Method in interface jodd.cache.Cache
-
Adds an object to the cache with specified timeout after which it becomes expired.
- put(K, V) - Method in class jodd.cache.NoCache
-
- put(K, V, long) - Method in class jodd.cache.NoCache
-
- 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.
- 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.
- setCacheResourceBundles(boolean) - Method in class jodd.util.ResourceBundleMessageResolver
-
- setFallbackBundlename(String) - Method in class jodd.util.ResourceBundleMessageResolver
-
- setFallbackLocale(Locale) - Method in class jodd.util.ResourceBundleMessageResolver
-
- setFallbackLocale(String) - Method in class jodd.util.ResourceBundleMessageResolver
-
- setIndex(int) - Method in class jodd.util.StringBand
-
Specifies the new index.
- setMatchResourcesAsPackages(boolean) - Method in class jodd.util.cl.ExtendedURLClassLoader
-
When set, resources will be matched in the same way as packages.
- shortName(String) - Method in class jodd.cli.Option
-
- 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.io.FastByteArrayOutputStream
-
- size() - Method in class jodd.io.FastCharArrayWriter
-
- 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
-
- 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.
- standard(int) - Method in class jodd.chalk.Chalk256
-
- start() - Method in class jodd.io.findfile.ClassScanner
-
Starts with the scanner.
- start - Variable in class jodd.util.LoopIterator
-
- startSequence(String) - Method in class jodd.chalk.Chalk
-
- step - Variable in class jodd.util.LoopIterator
-
- 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
-
- subSequence(int, int) - Method in class jodd.buffer.FastCharBuffer
-
- suffix - Variable in class jodd.chalk.Chalk
-
- SYSTEM_JARS - Static variable in class jodd.io.findfile.ClassScanner
-
Array of system jars that are excluded from the search.
- tempFilePrefix - Static variable in class jodd.core.JoddCore
-
Default prefix for temporary files.
- text - Variable in class jodd.chalk.Chalk
-
- 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
-
- 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.
- toByteArray() - Method in class jodd.io.FastByteArrayOutputStream
-
- toCharArray() - Method in class jodd.io.FastCharArrayWriter
-
- todoFiles - Variable in class jodd.io.findfile.FindFile
-
- todoFolders - Variable in class jodd.io.findfile.FindFile
-
- 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.inex.InExRules.Rule
-
Deprecated.
- 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.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.util.LoopIterator
-
- toString() - Method in class jodd.util.StringBand
-
Joins together all strings into one.
- totalExcludeRules() - Method in class jodd.inex.InExRules
-
Deprecated.
Returns total number of exclude rules.
- totalIncludeRules() - Method in class jodd.inex.InExRules
-
Deprecated.
Returns total number of include rules.
- totalRules() - Method in class jodd.inex.InExRules
-
Deprecated.
Returns total number of all rules.