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

A

absolutise(File) - Static method in class org.pepsoft.util.FileUtils
Checks if a File is really a java.io.File, and if not converts it to one using File.getAbsolutePath().
absolutise(T) - Static method in class org.pepsoft.util.FileUtils
Ensures that a collection of Files only contains instances of java.io.File and not subclasses, by converting subclasses using FileUtils.absolutise(File).
absolutise(T) - Static method in class org.pepsoft.util.FileUtils
Ensures that a map with Files as keys and/or values only contains instances of java.io.File and not subclasses, by converting subclasses using FileUtils.absolutise(File).
add(E) - Method in class org.pepsoft.util.jobqueue.HashList
 
add(int, E) - Method in class org.pepsoft.util.jobqueue.HashList
 
add(E) - Method in class org.pepsoft.util.LifoBlockingDeque
Add an element to the start of the queue.
addBuffer(BufferKey<T>, T) - Method in class org.pepsoft.util.undo.UndoManager
 
addBuffer(BufferKey<T>, T, UndoListener) - Method in class org.pepsoft.util.undo.UndoManager
 
addListener(ProgressReceiver) - Method in class org.pepsoft.util.SubProgressReceiver
Adds an additional progress receiver, to which the SubProgressReceiver.setProgress(float), SubProgressReceiver.setMessage(java.lang.String), SubProgressReceiver.done() and SubProgressReceiver.exceptionThrown(java.lang.Throwable) methods will be forwarded (without remapping the progress).
addListener(UndoListener) - Method in class org.pepsoft.util.undo.UndoManager
 
addToEnd(E) - Method in class org.pepsoft.util.jobqueue.HashList
 
armSavePoint() - Method in class org.pepsoft.util.undo.UndoManager
Arm a save point.
ArrayUtils - Class in org.pepsoft.util
Utility methods for working with arrays.
assertEquals(File, File) - Static method in class org.pepsoft.util.FileUtils
Asserts that the contents of two files or directories are equal.
AttributeKey<T> - Class in org.pepsoft.util
A utility class for getting a typed attribute value with a default conveniently.
AttributeKey(String) - Constructor for class org.pepsoft.util.AttributeKey
 
AttributeKey(String, T) - Constructor for class org.pepsoft.util.AttributeKey
 

B

BackgroundJobManager - Class in org.pepsoft.util.jobqueue
 
BackgroundJobManager(int) - Constructor for class org.pepsoft.util.jobqueue.BackgroundJobManager
 
BackgroundJobManager(int, int) - Constructor for class org.pepsoft.util.jobqueue.BackgroundJobManager
 
BitField - Class in org.pepsoft.util
An unlimited (except by the range of the int type) two-dimensional field of bits, initially false.
BitField() - Constructor for class org.pepsoft.util.BitField
 
BitField.BitVisitor - Interface in org.pepsoft.util
A visitor of bits on a 2D plane.
bitSetOf(int...) - Static method in class org.pepsoft.util.CollectionUtils
 
Box - Class in org.pepsoft.util
A rectangular three dimensional volume, defined by two corners, the corner with the lowest x, y and z coordinates being inclusive and the opposite corner being exclusive.
Box() - Constructor for class org.pepsoft.util.Box
 
Box(int, int, int, int, int, int) - Constructor for class org.pepsoft.util.Box
 
bufferChanged(BufferKey<?>) - Method in interface org.pepsoft.util.undo.UndoListener
A buffer has changed due to an undo or redo operation.
BufferKey<T> - Interface in org.pepsoft.util.undo
 

C

chainContains(Throwable, Class<? extends Throwable>) - Static method in class org.pepsoft.util.ExceptionUtils
Determine whether a particular exception type occurs on the chain of causes of an exception.
checkForCancellation() - Method in interface org.pepsoft.util.ProgressReceiver
Check whether the operation has been canceled.
checkForCancellation() - Method in class org.pepsoft.util.SubProgressReceiver
 
checkForCancellation() - Method in class org.pepsoft.util.TextProgressReceiver
 
Checksum - Class in org.pepsoft.util
A utility class that wraps a byte array, making the equals() and hashCode() methods work as expected, so that it can be used as a key in Sets and Maps.
Checksum(byte[]) - Constructor for class org.pepsoft.util.Checksum
 
clamp(int, int, int) - Static method in class org.pepsoft.util.MathUtils
 
clamp(long, long, long) - Static method in class org.pepsoft.util.MathUtils
 
clamp(float, float, float) - Static method in class org.pepsoft.util.MathUtils
 
clamp(double, double, double) - Static method in class org.pepsoft.util.MathUtils
 
classes - Variable in class org.pepsoft.util.plugins.Descriptor
 
clear() - Method in class org.pepsoft.util.jobqueue.HashList
 
clear() - Method in class org.pepsoft.util.jobqueue.UniqueJobQueue
Empty the queue.
clear() - Method in class org.pepsoft.util.undo.UndoManager
Throw away all undo and redo information.
clearRedo() - Method in class org.pepsoft.util.undo.UndoManager
Throw away all redo information
clone() - Method in class org.pepsoft.util.Box
 
clone(DataBuffer) - Static method in class org.pepsoft.util.ObjectUtils
 
clone(DataBufferByte) - Static method in class org.pepsoft.util.ObjectUtils
 
clone(DataBufferDouble) - Static method in class org.pepsoft.util.ObjectUtils
 
clone(DataBufferFloat) - Static method in class org.pepsoft.util.ObjectUtils
 
clone(DataBufferInt) - Static method in class org.pepsoft.util.ObjectUtils
 
clone(DataBufferShort) - Static method in class org.pepsoft.util.ObjectUtils
 
clone(DataBufferUShort) - Static method in class org.pepsoft.util.ObjectUtils
 
clone(byte[][]) - Static method in class org.pepsoft.util.ObjectUtils
 
clone(double[][]) - Static method in class org.pepsoft.util.ObjectUtils
 
clone(float[][]) - Static method in class org.pepsoft.util.ObjectUtils
 
clone(int[][]) - Static method in class org.pepsoft.util.ObjectUtils
 
clone(short[][]) - Static method in class org.pepsoft.util.ObjectUtils
 
clone() - Method in class org.pepsoft.util.PerlinNoise
 
clone() - Method in interface org.pepsoft.util.undo.Cloneable
Make a deep copy of the object.
Cloneable<T> - Interface in org.pepsoft.util.undo
A cloneable class which promises that its clones are deep copies.
coalesce(T, Supplier<T>...) - Static method in class org.pepsoft.util.ObjectUtils
Analog of the SQL COALESCE function: returns the first non-null value.
CollectionUtils - Class in org.pepsoft.util
 
ColourUtils - Class in org.pepsoft.util
 
com.kenperlin - package com.kenperlin
 
compareTo(Version) - Method in class org.pepsoft.util.Version
 
contains(int, int, int) - Method in class org.pepsoft.util.Box
 
contains(Object) - Method in class org.pepsoft.util.jobqueue.HashList
 
containsXY(int, int) - Method in class org.pepsoft.util.Box
 
copy(InputStream, OutputStream) - Static method in class org.pepsoft.util.StreamUtils
Copy all bytes from the input stream to the output stream and close both streams.
copy(InputStream, OutputStream, int) - Static method in class org.pepsoft.util.StreamUtils
Copy all bytes (up to a specified maximum) from the input stream to the output stream and close both streams.
copy(InputStream, OutputStream, ProgressReceiver, long) - Static method in class org.pepsoft.util.StreamUtils
Copy all bytes from the input stream to the output stream and close both streams.
copyDir(File, File) - Static method in class org.pepsoft.util.FileUtils
Recursively copy a directory including all contents.
copyFileToDir(File, File) - Static method in class org.pepsoft.util.FileUtils
Copy a file to another directory.
copyFileToDir(File, File, ProgressReceiver) - Static method in class org.pepsoft.util.FileUtils
Copy a file to another directory with optional progress reporting.
copyFileToFile(File, File, boolean) - Static method in class org.pepsoft.util.FileUtils
Copy a file to another file.
copyObject(T) - Static method in class org.pepsoft.util.ObjectUtils
Make a deep copy of an object.
copyOf(List<E>) - Static method in class org.pepsoft.util.CollectionUtils
Null-safe method for copying a List.
copyOf(Set<E>) - Static method in class org.pepsoft.util.CollectionUtils
Null-safe method for copying a Set.
copyOf(Map<K, V>) - Static method in class org.pepsoft.util.CollectionUtils
Null-safe method for copying a Map.
createProgressReceiver() - Method in class org.pepsoft.util.ParallelProgressManager
 
CSVDataSource - Class in org.pepsoft.util
Utility class for reading and writing RFC 4180 CSV files.
CSVDataSource() - Constructor for class org.pepsoft.util.CSVDataSource
 

D

DataUtils - Class in org.pepsoft.util
Utility methods for working with data.
decorateWithMdcContext(Throwable) - Static method in class org.pepsoft.util.mdc.MDCUtils
Checks whether the MDC context has been captured somewhere on the causal chain already, and if not, wraps the exception in an MDCCapturingException or MDCCapturingRuntimeException.
DEFAULT_BUCKET_SIZE - Static variable in class org.pepsoft.util.DynamicList
 
defaultValue - Variable in class org.pepsoft.util.AttributeKey
 
deleteDir(File) - Static method in class org.pepsoft.util.FileUtils
Recursively delete a directory and all its contents.
Descriptor - Class in org.pepsoft.util.plugins
A plugin descriptor.
Descriptor(String, List<String>, String, String, Version, Version) - Constructor for class org.pepsoft.util.plugins.Descriptor
 
descriptorUrl - Variable in class org.pepsoft.util.plugins.Descriptor
 
distanceToLineSegment(int, int, int, int, int, int) - Static method in class org.pepsoft.util.MathUtils
Calculates the shortest distance of a point to a line segment.
done() - Method in interface org.pepsoft.util.ProgressReceiver
Report that the operation has succeeded successfully.
done() - Method in class org.pepsoft.util.SubProgressReceiver
 
done() - Method in class org.pepsoft.util.TextProgressReceiver
 
doWithMdcContext(Callable<T>, Object...) - Static method in class org.pepsoft.util.mdc.MDCUtils
Execute a task returning a result with a set of key-value pairs on the MDC log context, wrapping any exception thrown from the task in a MDCCapturingException to capture the full current MDC context if necessary.
drain() - Method in class org.pepsoft.util.jobqueue.UniqueJobQueue
Block until the queue is empty.
DynamicList<T> - Class in org.pepsoft.util
A dynamically sized, sparse List.
DynamicList() - Constructor for class org.pepsoft.util.DynamicList
 
DynamicList(int) - Constructor for class org.pepsoft.util.DynamicList
 
DynamicList(Collection<T>) - Constructor for class org.pepsoft.util.DynamicList
 
DynamicList(Collection<T>, int) - Constructor for class org.pepsoft.util.DynamicList
 

E

emptyDir(File) - Static method in class org.pepsoft.util.FileUtils
Recursively delete all contents of a directory.
encompass(Box) - Method in class org.pepsoft.util.Box
Extends this box so that it encompasses the other box
equals(Object) - Method in class org.pepsoft.util.AttributeKey
 
equals(Object) - Method in class org.pepsoft.util.Checksum
 
equals(Object) - Method in class org.pepsoft.util.Pair
 
equals(Object) - Method in class org.pepsoft.util.Version
 
exceptionThrown(Throwable) - Method in interface org.pepsoft.util.ProgressReceiver
Report that the operation has been aborted due to an exception having been thrown.
exceptionThrown(Throwable) - Method in class org.pepsoft.util.SubProgressReceiver
 
exceptionThrown(Throwable) - Method in class org.pepsoft.util.TextProgressReceiver
 
ExceptionUtils - Class in org.pepsoft.util
 
execute(Runnable) - Method in class org.pepsoft.util.mdc.MDCThreadPoolExecutor
 
expand(int) - Method in class org.pepsoft.util.Box
Expand the box by a particular amount in every direction.

F

FileUtils - Class in org.pepsoft.util
 
findPlugins(Class<T>, String, ClassLoader) - Static method in class org.pepsoft.util.plugins.PluginManager
Obtain a list of instances of all plugins available through a particular classloader, or from plugin jars discovered by a previous invocation of PluginManager.loadPlugins(File, PublicKey, String, Version, boolean), which implement a particular type.
forEachElement(NodeList, XMLUtils.ElementVisitor<E>) - Static method in class org.pepsoft.util.XMLUtils
Visit each element in a node list.

G

gatherMdcContext(Throwable) - Static method in class org.pepsoft.util.mdc.MDCUtils
Finds all MDC context information in the causal chain and combines them into one map.
get(Map<String, ?>) - Method in class org.pepsoft.util.AttributeKey
Get a value for this attribute from a map of string to native value types.
get(int, int) - Method in class org.pepsoft.util.BitField
Get a bit.
get(int) - Method in class org.pepsoft.util.DynamicList
 
get(int) - Method in class org.pepsoft.util.jobqueue.HashList
 
getBits() - Method in class org.pepsoft.util.RandomField
 
getBoolean(String) - Method in class org.pepsoft.util.CSVDataSource
 
getBoolean(String, boolean) - Method in class org.pepsoft.util.CSVDataSource
 
getBoundingBox() - Method in class org.pepsoft.util.BitField
Get the bounding box of all the bits that are set.
getBuffer(BufferKey<T>) - Method in class org.pepsoft.util.undo.Snapshot
 
getBuffer(BufferKey<T>) - Method in class org.pepsoft.util.undo.UndoManager
 
getBufferForEditing(BufferKey<T>) - Method in class org.pepsoft.util.undo.UndoManager
 
getBytes() - Method in class org.pepsoft.util.Checksum
 
getCreationTrace() - Method in class org.pepsoft.util.SubProgressReceiver
 
getDataSize() - Method in class org.pepsoft.util.undo.UndoManager
 
getDistance(int, int, int, int) - Static method in class org.pepsoft.util.MathUtils
Calculates the distance between two points in two dimensional space.
getDistance(int, int, int, int, int, int) - Static method in class org.pepsoft.util.MathUtils
Calculates the distance between two points in three dimensional space.
getDistance(int, int) - Static method in class org.pepsoft.util.MathUtils
Calculates the distance between two points.
getDistance(float, float) - Static method in class org.pepsoft.util.MathUtils
Calculates the distance between two points in 2D space.
getDistance(float, float, float) - Static method in class org.pepsoft.util.MathUtils
Calculates the distance between two points in 3D space.
getDistance(double, double, double) - Static method in class org.pepsoft.util.MathUtils
Calculates the distance between two points in 3D space.
getDistance(int, int, int) - Static method in class org.pepsoft.util.MathUtils
 
getErrors() - Static method in class org.pepsoft.util.plugins.PluginManager
Get the list of errors, if any, that occurred while loading the plugins.
getExtension() - Method in class org.pepsoft.util.Version
 
getFootPrint() - Method in class org.pepsoft.util.Box
 
getFreeSpace(File) - Static method in class org.pepsoft.util.FileUtils
Determine the free space on the file system containing a specific file or directory.
getFromChainOfType(Throwable, Class<T>) - Static method in class org.pepsoft.util.ExceptionUtils
Get the first exception that has a particular type fromt he chain of causes of an exception.
getFromString(Map<String, String>) - Method in class org.pepsoft.util.AttributeKey
Get a value for this attribute from a map of string to strings.
getHeight() - Method in class org.pepsoft.util.Box
Get the size of the box along the Z axis.
getInt(String) - Method in class org.pepsoft.util.CSVDataSource
 
getInt(String, int) - Method in class org.pepsoft.util.CSVDataSource
 
getJavaVersion() - Static method in class org.pepsoft.util.SystemUtils
 
getLastMessage() - Method in class org.pepsoft.util.SubProgressReceiver
 
getLength() - Method in class org.pepsoft.util.Box
Get the size of the box along the Y axis.
getLevelForPromillage(int) - Static method in class org.pepsoft.util.PerlinNoise
 
getLevelForPromillage(float) - Static method in class org.pepsoft.util.PerlinNoise
 
getLine(String, int, int) - Static method in class org.pepsoft.util.TextUtils
Breaks a text into lines of a specified maximum length and returns one the resulting lines.
getMaxFrames() - Method in class org.pepsoft.util.undo.UndoManager
 
getMD5(File) - Static method in class org.pepsoft.util.FileUtils
 
getMdcContext() - Method in exception org.pepsoft.util.mdc.MDCCapturingException
 
getMdcContext() - Method in exception org.pepsoft.util.mdc.MDCCapturingRuntimeException
 
getMdcContext() - Method in interface org.pepsoft.util.mdc.MDCContextProvider
Get the diagnostic context map.
getMdcContext() - Method in exception org.pepsoft.util.mdc.MDCWrappingException
 
getMdcContext() - Method in exception org.pepsoft.util.mdc.MDCWrappingRuntimeException
 
getMessages() - Static method in class org.pepsoft.util.plugins.PluginManager
Get the list of informational messages, if any, that were generated while loading the plugins.
getOS() - Static method in class org.pepsoft.util.SystemUtils
 
getParent() - Method in class org.pepsoft.util.SubProgressReceiver
 
getParts() - Method in class org.pepsoft.util.Version
 
getPerlinNoise(double) - Method in class org.pepsoft.util.PerlinNoise
Generates one dimensional noise.
getPerlinNoise(double, double) - Method in class org.pepsoft.util.PerlinNoise
Generates two dimensional noise.
getPerlinNoise(double, double, double) - Method in class org.pepsoft.util.PerlinNoise
Generates three dimensional noise.
getPluginClassLoader() - Static method in class org.pepsoft.util.plugins.PluginManager
Get a classloader which gives access to the classes of all the plugins.
getScale() - Method in class org.pepsoft.util.RandomField
 
getSeed() - Method in class org.pepsoft.util.PerlinNoise
 
getSeed() - Method in class org.pepsoft.util.RandomField
 
getSize(Object, Set<Class<?>>) - Static method in class org.pepsoft.util.MemoryUtils
Get the memory used by a particular object instance in bytes.
getSnapshot() - Method in class org.pepsoft.util.undo.UndoManager
Get a read-only snapshot of the current state of the buffers.
getStopAtClasses() - Method in class org.pepsoft.util.undo.UndoManager
 
getString(String) - Method in class org.pepsoft.util.CSVDataSource
Get a string-typed value by column name.
getString(String, String) - Method in class org.pepsoft.util.CSVDataSource
Get a string-typed value by column name.
getString(int) - Method in class org.pepsoft.util.CSVDataSource
Get a string-typed value by column index.
getString(int, String) - Method in class org.pepsoft.util.CSVDataSource
Get a string-typed value by column index.
getSurface() - Method in class org.pepsoft.util.Box
Get the total surface area of the box.
getTreeSize(File) - Static method in class org.pepsoft.util.FileUtils
Calculate the total size of the files in the specified directory, recursively.
getUltimateCause(Throwable) - Static method in class org.pepsoft.util.ExceptionUtils
Get the ultimate root cause of an exception.
getValue() - Method in class org.pepsoft.util.ObservableBoolean
 
getValue(int) - Method in class org.pepsoft.util.RandomField
 
getValue(int, int) - Method in class org.pepsoft.util.RandomField
 
getValue(int, int, int) - Method in class org.pepsoft.util.RandomField
 
getValue1() - Method in class org.pepsoft.util.Pair
 
getValue2() - Method in class org.pepsoft.util.Pair
 
getVolume() - Method in class org.pepsoft.util.Box
Get the volume of the box.
getWidth() - Method in class org.pepsoft.util.Box
Get the size of the box along the X axis.
getX1() - Method in class org.pepsoft.util.Box
 
getX2() - Method in class org.pepsoft.util.Box
 
getY1() - Method in class org.pepsoft.util.Box
 
getY2() - Method in class org.pepsoft.util.Box
 
getZ1() - Method in class org.pepsoft.util.Box
 
getZ2() - Method in class org.pepsoft.util.Box
 

H

hashCode() - Method in class org.pepsoft.util.AttributeKey
 
hashCode() - Method in class org.pepsoft.util.Checksum
 
hashCode() - Method in class org.pepsoft.util.Pair
 
hashCode() - Method in class org.pepsoft.util.Version
 
HashList<E> - Class in org.pepsoft.util.jobqueue
A combination of the List and Set interfaces.
HashList() - Constructor for class org.pepsoft.util.jobqueue.HashList
 
HashList(int) - Constructor for class org.pepsoft.util.jobqueue.HashList
 
HOME - Static variable in class org.pepsoft.util.XDG
The current user's home directory.

I

Immutable - Interface in org.pepsoft.util
Marker interface for immutable classes.
ImprovedNoise - Class in com.kenperlin
 
ImprovedNoise(long) - Constructor for class com.kenperlin.ImprovedNoise
 
indexOf(int[], int) - Static method in class org.pepsoft.util.ArrayUtils
 
indexOf(Object) - Method in class org.pepsoft.util.jobqueue.HashList
 
insertJob(Job) - Method in class org.pepsoft.util.jobqueue.BackgroundJobManager
 
insertJob(Job, int) - Method in class org.pepsoft.util.jobqueue.BackgroundJobManager
 
IntegerAttributeKey - Class in org.pepsoft.util
An implementation of AttributeKey for Integer-typed values.
IntegerAttributeKey(String) - Constructor for class org.pepsoft.util.IntegerAttributeKey
 
IntegerAttributeKey(String, Integer) - Constructor for class org.pepsoft.util.IntegerAttributeKey
 
intersect(Box) - Method in class org.pepsoft.util.Box
Sets this box to the intersection of it and the specified box; in other words to the volume encompassed by both boxes.
isAtLeast(Version) - Method in class org.pepsoft.util.Version
 
isDirty() - Method in class org.pepsoft.util.undo.UndoManager
Indicates whether the current history frame is dirty (meaning that buffers have been checked out for editing from it).
isEmpty() - Method in class org.pepsoft.util.Box
 
isEndOfFile() - Method in class org.pepsoft.util.CSVDataSource
Indicates whether the end of the file has been reached.
isExceptionThrown() - Method in class org.pepsoft.util.ParallelProgressManager
 
isGreyScale(int) - Static method in class org.pepsoft.util.ColourUtils
 
isLinux() - Static method in class org.pepsoft.util.SystemUtils
 
isMac() - Static method in class org.pepsoft.util.SystemUtils
 
isWindows() - Static method in class org.pepsoft.util.SystemUtils
 
iterator() - Method in class org.pepsoft.util.jobqueue.HashList
 

J

JAVA_10 - Static variable in class org.pepsoft.util.SystemUtils
 
JAVA_11 - Static variable in class org.pepsoft.util.SystemUtils
 
JAVA_8 - Static variable in class org.pepsoft.util.SystemUtils
 
JAVA_9 - Static variable in class org.pepsoft.util.SystemUtils
 
JAVA_VERSION - Static variable in class org.pepsoft.util.SystemUtils
 
Job - Interface in org.pepsoft.util.jobqueue
 
join() - Method in class org.pepsoft.util.ParallelProgressManager
 

K

key - Variable in class org.pepsoft.util.AttributeKey
 

L

lastIndexOf(Object) - Method in class org.pepsoft.util.jobqueue.HashList
 
LifoBlockingDeque<E> - Class in org.pepsoft.util
A LinkedBlockingDeque of which the non ordered element addition methods add elements at the start of the queue rather than the end.
LifoBlockingDeque() - Constructor for class org.pepsoft.util.LifoBlockingDeque
 
listIterator(int) - Method in class org.pepsoft.util.jobqueue.HashList
 
listOf(List<? extends T>...) - Static method in class org.pepsoft.util.CollectionUtils
Creates an unmodifiable and efficient (for RandomAccess lists) List which is the concatenation of several other Lists.
load(File, Charset) - Static method in class org.pepsoft.util.FileUtils
 
load(InputStream, Charset) - Static method in class org.pepsoft.util.FileUtils
 
load(InputStream) - Static method in class org.pepsoft.util.StreamUtils
Load all bytes from an input stream and close it.
loadDescriptor(InputStream, String) - Static method in class org.pepsoft.util.plugins.PluginManager
Load a plugin descriptor from an input stream.
loadPlugins(File, PublicKey, String, Version, boolean) - Static method in class org.pepsoft.util.plugins.PluginManager
Load plugin jars from a directory, which are signed with a particular private key.
LongAttributeKey - Class in org.pepsoft.util
An implementation of AttributeKey for Long-typed values.
LongAttributeKey(String) - Constructor for class org.pepsoft.util.LongAttributeKey
 
LongAttributeKey(String, Long) - Constructor for class org.pepsoft.util.LongAttributeKey
 

M

main(String[]) - Static method in class org.pepsoft.util.FileUtils
 
main(String[]) - Static method in class org.pepsoft.util.PerlinNoiseLevelFinder
 
main(String[]) - Static method in class org.pepsoft.util.XDG
 
MathUtils - Class in org.pepsoft.util
 
max(int[]) - Static method in class org.pepsoft.util.CollectionUtils
Returns the highest value from an array of ints, or Integer.MIN_VALUE if the array is empty.
MDCCapturingException - Exception in org.pepsoft.util.mdc
An Exception which captures the current contents of the MDC thread local diagnostic context at the moment of throwing.
MDCCapturingException(String) - Constructor for exception org.pepsoft.util.mdc.MDCCapturingException
 
MDCCapturingException(String, Throwable) - Constructor for exception org.pepsoft.util.mdc.MDCCapturingException
 
MDCCapturingRuntimeException - Exception in org.pepsoft.util.mdc
A RuntimeException which captures the current contents of the MDC thread local diagnostic context at the moment of throwing.
MDCCapturingRuntimeException(String) - Constructor for exception org.pepsoft.util.mdc.MDCCapturingRuntimeException
 
MDCCapturingRuntimeException(String, Throwable) - Constructor for exception org.pepsoft.util.mdc.MDCCapturingRuntimeException
 
MDCContextProvider - Interface in org.pepsoft.util.mdc
A provider of MDC diagnostic context maps.
MDCThreadPoolExecutor - Class in org.pepsoft.util.mdc
A variant of ThreadPoolExecutor which adds two behaviours: The MDC diagnostic context map of the thread that executes the MDCThreadPoolExecutor.execute(Runnable) method is propagated to the runnable task.
MDCThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>) - Constructor for class org.pepsoft.util.mdc.MDCThreadPoolExecutor
 
MDCThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory) - Constructor for class org.pepsoft.util.mdc.MDCThreadPoolExecutor
 
MDCUtils - Class in org.pepsoft.util.mdc
Utility methods for working with the classes and interfaces in this package.
MDCUtils() - Constructor for class org.pepsoft.util.mdc.MDCUtils
 
MDCWrappingException - Exception in org.pepsoft.util.mdc
An Exception which captures the current contents of the MDC thread local diagnostic context at the moment of throwing.
MDCWrappingException(Throwable) - Constructor for exception org.pepsoft.util.mdc.MDCWrappingException
 
MDCWrappingRuntimeException - Exception in org.pepsoft.util.mdc
A RuntimeException which captures the current contents of the MDC thread local diagnostic context at the moment of throwing.
MDCWrappingRuntimeException(Throwable) - Constructor for exception org.pepsoft.util.mdc.MDCWrappingRuntimeException
 
MemoryUtils - Class in org.pepsoft.util
 
MemoryUtils() - Constructor for class org.pepsoft.util.MemoryUtils
 
minimumHostVersion - Variable in class org.pepsoft.util.plugins.Descriptor
 
mix(int, int) - Static method in class org.pepsoft.util.ColourUtils
 
mix(int, int, int) - Static method in class org.pepsoft.util.ColourUtils
 
mod(float, float) - Static method in class org.pepsoft.util.MathUtils
Calculates x modulo y.
mod(double, double) - Static method in class org.pepsoft.util.MathUtils
Calculates x modulo y.
mod(int, int) - Static method in class org.pepsoft.util.MathUtils
Calculates x modulo y.
multiply(int, int) - Static method in class org.pepsoft.util.ColourUtils
Multiplies each of component of colour with amount and divides the result by 256.

N

name - Variable in class org.pepsoft.util.plugins.Descriptor
 
newFixedThreadPool(int) - Static method in class org.pepsoft.util.mdc.MDCThreadPoolExecutor
 
newFixedThreadPool(int, ThreadFactory) - Static method in class org.pepsoft.util.mdc.MDCThreadPoolExecutor
 
next() - Method in class org.pepsoft.util.CSVDataSource
Advance to the next row, if any.
noise(double, double, double) - Method in class com.kenperlin.ImprovedNoise
Output ranges: DimensionsRange 1[-0.5, 0.5] 1[-1.0, 1.0] 1[-1.036353811211803, 1.036353811211803]*
noise(double, double) - Method in class se.liu.itn.stegu.SimplexNoise
2D simplex noise
noise(double, double, double) - Method in class se.liu.itn.stegu.SimplexNoise
3D simplex noise
noise(double, double, double, double) - Method in class se.liu.itn.stegu.SimplexNoise
4D simplex noise, better simplex rank ordering method 2012-03-09
nullAnd(Collection<T>) - Static method in class org.pepsoft.util.CollectionUtils
Prepends a null to a collection.

O

OBJECT_MAPPER - Static variable in class org.pepsoft.util.ObjectMapperHolder
 
ObjectMapperHolder - Class in org.pepsoft.util
 
ObjectUtils - Class in org.pepsoft.util
 
ObservableBoolean - Class in org.pepsoft.util
Created by Pepijn Schmitz on 21-12-16.
ObservableBoolean() - Constructor for class org.pepsoft.util.ObservableBoolean
 
ObservableBoolean(boolean) - Constructor for class org.pepsoft.util.ObservableBoolean
 
of(T...) - Static method in class org.pepsoft.util.RandomOne
 
of(Random, T...) - Static method in class org.pepsoft.util.RandomOne
 
offer(E) - Method in class org.pepsoft.util.LifoBlockingDeque
Add an element to the start of the queue, if there is space, without blocking.
offer(E, long, TimeUnit) - Method in class org.pepsoft.util.LifoBlockingDeque
Add an element to the start of the queue, if there is space, waiting for the specified amount of time if necessary for space to become available.
openForReading(Reader) - Method in class org.pepsoft.util.CSVDataSource
Open a CSV formatted character stream for reading.
openForWriting(Writer, String...) - Method in class org.pepsoft.util.CSVDataSource
Open a CSV formatted character stream for writing.
OperationCancelled(String) - Constructor for exception org.pepsoft.util.ProgressReceiver.OperationCancelled
 
OperationCancelled(String, Throwable) - Constructor for exception org.pepsoft.util.ProgressReceiver.OperationCancelled
 
OperationCancelledByUser() - Constructor for exception org.pepsoft.util.ProgressReceiver.OperationCancelledByUser
 
org.pepsoft.util - package org.pepsoft.util
 
org.pepsoft.util.jobqueue - package org.pepsoft.util.jobqueue
 
org.pepsoft.util.mdc - package org.pepsoft.util.mdc
 
org.pepsoft.util.plugins - package org.pepsoft.util.plugins
 
org.pepsoft.util.undo - package org.pepsoft.util.undo
 

P

Pair<T,U> - Class in org.pepsoft.util
A tuple of two values.
Pair(T, U) - Constructor for class org.pepsoft.util.Pair
 
ParallelProgressManager - Class in org.pepsoft.util
A manager of parallel progress receivers, which reports to one parent progress receiver, combining the progress values and managing the reporting of exceptions or task completion.
ParallelProgressManager(ProgressReceiver) - Constructor for class org.pepsoft.util.ParallelProgressManager
 
ParallelProgressManager(ProgressReceiver, int) - Constructor for class org.pepsoft.util.ParallelProgressManager
 
parse(String) - Static method in class org.pepsoft.util.Version
Create a new Version from a string of the form x.y.z or x.y.z-EXT (with any number of parts).
PerlinNoise - Class in org.pepsoft.util
 
PerlinNoise(long) - Constructor for class org.pepsoft.util.PerlinNoise
 
PerlinNoiseLevelFinder - Class in org.pepsoft.util
 
PerlinNoiseLevelFinder() - Constructor for class org.pepsoft.util.PerlinNoiseLevelFinder
 
PluginManager - Class in org.pepsoft.util.plugins
A general purpose plugin manager.
pluginUrl - Variable in class org.pepsoft.util.plugins.Descriptor
 
pollJob() - Method in class org.pepsoft.util.jobqueue.UniqueJobQueue
Non-blocking.
pow(int, int) - Static method in class org.pepsoft.util.MathUtils
Positive integer powers.
ProcessUtils - Class in org.pepsoft.util
 
ProcessUtils() - Constructor for class org.pepsoft.util.ProcessUtils
 
ProgressReceiver - Interface in org.pepsoft.util
 
ProgressReceiver.OperationCancelled - Exception in org.pepsoft.util
Indicates that the operation should be aborted, for instance because the user has requested that it be cancelled, or because an error has occurred.
ProgressReceiver.OperationCancelledByUser - Exception in org.pepsoft.util
Indicates that the operation should be aborted because the user has requested that it be cancelled.
put(E) - Method in class org.pepsoft.util.LifoBlockingDeque
Add an element to the start of the queue, waiting indefinitely for space to become available if necessary.

R

RandomField - Class in org.pepsoft.util
 
RandomField(int, double, long) - Constructor for class org.pepsoft.util.RandomField
 
RandomOne - Class in org.pepsoft.util
 
readClassDescriptor() - Method in class org.pepsoft.util.WPCustomObjectInputStream
 
readUnsignedInt(DataInput) - Static method in class org.pepsoft.util.DataUtils
Read an unsigned 32-bit integer from a data stream.
redo() - Method in class org.pepsoft.util.undo.UndoManager
Rolls forward all buffers to the next save point, if there is one available, and no edits have been performed since the last undo.
redoPerformed() - Method in interface org.pepsoft.util.undo.UndoListener
A redo has been performed.
registerActions(Action, Action) - Method in class org.pepsoft.util.undo.UndoManager
 
remove(Object) - Method in class org.pepsoft.util.jobqueue.HashList
 
remove(int) - Method in class org.pepsoft.util.jobqueue.HashList
 
removeBuffer(BufferKey<?>) - Method in class org.pepsoft.util.undo.UndoManager
 
removeJob(Job) - Method in class org.pepsoft.util.jobqueue.BackgroundJobManager
 
removeJob(T) - Method in class org.pepsoft.util.jobqueue.UniqueJobQueue
Remove a job from the queue if it has not already been executed.
removeListener(ProgressReceiver) - Method in class org.pepsoft.util.SubProgressReceiver
 
removeListener(UndoListener) - Method in class org.pepsoft.util.undo.UndoManager
 
rescheduleJob(T) - Method in class org.pepsoft.util.jobqueue.UniqueJobQueue
Adds a job to the front of the queue.
reset(int, int) - Method in class org.pepsoft.util.BitField
Reset a bit.
reset() - Method in interface org.pepsoft.util.ProgressReceiver
Restart the progress bar.
reset() - Method in class org.pepsoft.util.SubProgressReceiver
 
reset() - Method in class org.pepsoft.util.TextProgressReceiver
 
resolveClass(ObjectStreamClass) - Method in class org.pepsoft.util.WPCustomObjectInputStream
 
rotateFile(File, String, int, int) - Static method in class org.pepsoft.util.FileUtils
Recursively move a file out of the way by using increasing index numbers, renaming each file to the next number and deleting the last one.
rotateVectorCC(Vector3d, Vector3d, double) - Static method in class org.pepsoft.util.MathUtils
Rotate a vector counterclockwise around an axis.
runAndWait(String...) - Static method in class org.pepsoft.util.ProcessUtils
 
runInBackground(String...) - Static method in class org.pepsoft.util.ProcessUtils
 

S

sanitiseName(String) - Static method in class org.pepsoft.util.FileUtils
Sanitises a filename by replacing characters which are illegal for Windows, Linux or Mac OS filenames with underscores and enforcing other rules.
savePoint() - Method in class org.pepsoft.util.undo.UndoManager
Save the current state of all buffers as an undo point.
savePointArmed() - Method in interface org.pepsoft.util.undo.UndoListener
A save point has been scheduled.
savePointCreated() - Method in interface org.pepsoft.util.undo.UndoListener
A save point has been performed.
scheduleJobIfNotScheduled(T) - Method in class org.pepsoft.util.jobqueue.UniqueJobQueue
Adds a job to the front of the queue, but only if it is not on the queue yet.
se.liu.itn.stegu - package se.liu.itn.stegu
 
set(int, int) - Method in class org.pepsoft.util.BitField
Set a bit.
set(int, T) - Method in class org.pepsoft.util.DynamicList
 
set(int, E) - Method in class org.pepsoft.util.jobqueue.HashList
 
setBoolean(String, boolean) - Method in class org.pepsoft.util.CSVDataSource
 
setInt(String, int) - Method in class org.pepsoft.util.CSVDataSource
 
setMessage(String) - Method in interface org.pepsoft.util.ProgressReceiver
Change the message describing the current operation.
setMessage(String) - Method in class org.pepsoft.util.SubProgressReceiver
 
setMessage(String) - Method in class org.pepsoft.util.TextProgressReceiver
 
setProgress(float) - Method in interface org.pepsoft.util.ProgressReceiver
Set the progress as a value from 0.0f to 1.0f (inclusive).
setProgress(float) - Method in class org.pepsoft.util.SubProgressReceiver
 
setProgress(float) - Method in class org.pepsoft.util.TextProgressReceiver
 
setSeed(long) - Method in class org.pepsoft.util.PerlinNoise
 
setSeed(long) - Method in class org.pepsoft.util.RandomField
 
setStopAtClasses(Class<?>...) - Method in class org.pepsoft.util.undo.UndoManager
 
setString(String, String) - Method in class org.pepsoft.util.CSVDataSource
Set a string-typed value by column name.
setString(int, String) - Method in class org.pepsoft.util.CSVDataSource
Set a string-typed value by column index.
setValue(boolean) - Method in class org.pepsoft.util.ObservableBoolean
 
setX1(int) - Method in class org.pepsoft.util.Box
 
setX2(int) - Method in class org.pepsoft.util.Box
 
setY1(int) - Method in class org.pepsoft.util.Box
 
setY2(int) - Method in class org.pepsoft.util.Box
 
setZ1(int) - Method in class org.pepsoft.util.Box
 
setZ2(int) - Method in class org.pepsoft.util.Box
 
SimplexNoise - Class in se.liu.itn.stegu
Simplex noise in 2D, 3D and 4D
SimplexNoise(long) - Constructor for class se.liu.itn.stegu.SimplexNoise
 
size() - Method in class org.pepsoft.util.DynamicList
 
size() - Method in class org.pepsoft.util.jobqueue.HashList
 
Snapshot - Class in org.pepsoft.util.undo
 
spliterator() - Method in class org.pepsoft.util.jobqueue.HashList
 
start() - Method in class org.pepsoft.util.jobqueue.BackgroundJobManager
 
stop() - Method in class org.pepsoft.util.jobqueue.BackgroundJobManager
 
StreamUtils - Class in org.pepsoft.util
Utility methods for working with InputStreams and OutputStreams.
StringAttributeKey - Class in org.pepsoft.util
An implementation of AttributeKey for String-typed values.
StringAttributeKey(String) - Constructor for class org.pepsoft.util.StringAttributeKey
 
StringAttributeKey(String, String) - Constructor for class org.pepsoft.util.StringAttributeKey
 
stripDirectory(String) - Static method in class org.pepsoft.util.FileUtils
Strip the directory from a path, if any.
stripExtension(String) - Static method in class org.pepsoft.util.FileUtils
Strip the extension off a filename, if any.
submitJob(Job) - Method in class org.pepsoft.util.jobqueue.BackgroundJobManager
 
submitJob(Job, int) - Method in class org.pepsoft.util.jobqueue.BackgroundJobManager
 
SubProgressReceiver - Class in org.pepsoft.util
 
SubProgressReceiver(ProgressReceiver, float, float) - Constructor for class org.pepsoft.util.SubProgressReceiver
 
SubProgressReceiver(ProgressReceiver, String, float, float) - Constructor for class org.pepsoft.util.SubProgressReceiver
 
subProgressStarted(SubProgressReceiver) - Method in interface org.pepsoft.util.ProgressReceiver
Invoked when a subordinate SubProgressReceiver is started, reporting to this progress receiver.
subProgressStarted(SubProgressReceiver) - Method in class org.pepsoft.util.SubProgressReceiver
 
subProgressStarted(SubProgressReceiver) - Method in class org.pepsoft.util.TextProgressReceiver
 
SystemUtils - Class in org.pepsoft.util
 
SystemUtils.OS - Enum in org.pepsoft.util
 

T

takeJob() - Method in class org.pepsoft.util.jobqueue.UniqueJobQueue
Blocking.
TextProgressReceiver - Class in org.pepsoft.util
A simple text-based progress received which prints a bar of fifty dots.
TextProgressReceiver() - Constructor for class org.pepsoft.util.TextProgressReceiver
 
TextUtils - Class in org.pepsoft.util
 
TextUtils() - Constructor for class org.pepsoft.util.TextUtils
 
toString(T) - Method in class org.pepsoft.util.AttributeKey
Convert an instance of T to a string.
toString() - Method in class org.pepsoft.util.Box
 
toString() - Method in class org.pepsoft.util.Checksum
 
toString(Integer) - Method in class org.pepsoft.util.IntegerAttributeKey
 
toString(Long) - Method in class org.pepsoft.util.LongAttributeKey
 
toString() - Method in class org.pepsoft.util.plugins.Descriptor
 
toString(String) - Method in class org.pepsoft.util.StringAttributeKey
 
toString() - Method in class org.pepsoft.util.Version
 
toValue(String) - Method in class org.pepsoft.util.AttributeKey
Convert a string representation of T to its native type.
toValue(String) - Method in class org.pepsoft.util.IntegerAttributeKey
 
toValue(String) - Method in class org.pepsoft.util.LongAttributeKey
 
toValue(String) - Method in class org.pepsoft.util.StringAttributeKey
 
translate(int, int, int) - Method in class org.pepsoft.util.Box
 
TWO_PI - Static variable in class org.pepsoft.util.MathUtils
 

U

undo() - Method in class org.pepsoft.util.undo.UndoManager
Rolls back all buffers to the previous save point, if there is one still available.
UndoListener - Interface in org.pepsoft.util.undo
 
UndoManager - Class in org.pepsoft.util.undo
A data buffer oriented (rather than edit list or operations oriented) manager of undo and redo data.
UndoManager() - Constructor for class org.pepsoft.util.undo.UndoManager
 
UndoManager(int) - Constructor for class org.pepsoft.util.undo.UndoManager
 
UndoManager(Action, Action) - Constructor for class org.pepsoft.util.undo.UndoManager
 
UndoManager(Action, Action, int) - Constructor for class org.pepsoft.util.undo.UndoManager
 
undoPerformed() - Method in interface org.pepsoft.util.undo.UndoListener
An undo has been performed.
UniqueJobQueue<T extends Job> - Class in org.pepsoft.util.jobqueue
A FIFO job queue where each job may only exist at most once in the queue.
UniqueJobQueue() - Constructor for class org.pepsoft.util.jobqueue.UniqueJobQueue
 
unpackDataArray(Object, int, int) - Static method in class org.pepsoft.util.DataUtils
Decode data that consists of a matrix of equally sized numbers packed into a one dimensional array.
unregisterActions() - Method in class org.pepsoft.util.undo.UndoManager
 
unsignedMax(short[]) - Static method in class org.pepsoft.util.CollectionUtils
Returns the highest value from an array of shorts, interpreted as unsigned values, or Integer.MIN_VALUE if the array is empty.
unsignedMax(byte[]) - Static method in class org.pepsoft.util.CollectionUtils
Returns the highest value from an array of bytes, interpreted as unsigned values, or Integer.MIN_VALUE if the array is empty.

V

valueOf(String) - Static method in enum org.pepsoft.util.SystemUtils.OS
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.pepsoft.util.SystemUtils.OS
Returns an array containing the constants of this enum type, in the order they are declared.
version - Variable in class org.pepsoft.util.plugins.Descriptor
 
Version - Class in org.pepsoft.util
A version number in decimal dotted notation, with an optional alphanumerical extension separated by a dash.
Version(int...) - Constructor for class org.pepsoft.util.Version
 
Version(int, String) - Constructor for class org.pepsoft.util.Version
 
Version(int, int, String) - Constructor for class org.pepsoft.util.Version
 
Version(int, int, int, String) - Constructor for class org.pepsoft.util.Version
 
Version(int[], String) - Constructor for class org.pepsoft.util.Version
 
visit(Element) - Method in interface org.pepsoft.util.XMLUtils.ElementVisitor
 
visitBit(int, int, boolean) - Method in interface org.pepsoft.util.BitField.BitVisitor
Visit a specific bit.
visitFilesRecursively(File, Consumer<File>) - Static method in class org.pepsoft.util.FileUtils
Visit all files contained in a directory, recursively.
visitSetBits(BitField.BitVisitor) - Method in class org.pepsoft.util.BitField
Perform a task for all bits that are set.

W

WPCustomObjectInputStream - Class in org.pepsoft.util
A custom object input stream, which can use a specific class loader to load local classes, and which can override the serialVersionUID for specific classes.
WPCustomObjectInputStream(InputStream, ClassLoader, Class<?>...) - Constructor for class org.pepsoft.util.WPCustomObjectInputStream
 

X

XDG - Class in org.pepsoft.util
Utility class for accessing the freedesktop.org "XDG Base Directory Specification" directories as well as the "well known" user directories as managed by the xdg-user-dirs tool.
XDG_CACHE_HOME - Static variable in class org.pepsoft.util.XDG
Defines the base directory relative to which user specific non-essential data files should be stored.
XDG_CACHE_HOME_FILE - Static variable in class org.pepsoft.util.XDG
XDG.XDG_CACHE_HOME as a File object, but only if that directory actually exists.
XDG_CONFIG_DIRS - Static variable in class org.pepsoft.util.XDG
Defines the preference-ordered set of base directories to search for configuration files in addition to the XDG.XDG_CONFIG_HOME base directory.
XDG_CONFIG_HOME - Static variable in class org.pepsoft.util.XDG
Defines the base directory relative to which user specific configuration files should be stored.
XDG_CONFIG_HOME_FILE - Static variable in class org.pepsoft.util.XDG
XDG.XDG_CONFIG_HOME as a File object, but only if that directory actually exists.
XDG_DATA_DIRS - Static variable in class org.pepsoft.util.XDG
Defines the preference-ordered set of base directories to search for data files in addition to the XDG.XDG_DATA_HOME base directory.
XDG_DATA_HOME - Static variable in class org.pepsoft.util.XDG
Defines the base directory relative to which user specific data files should be stored.
XDG_DATA_HOME_FILE - Static variable in class org.pepsoft.util.XDG
XDG.XDG_DATA_HOME as a File object, but only if that directory actually exists.
XDG_DESKTOP_DIR - Static variable in class org.pepsoft.util.XDG
The location of the "desktop" well known user directory, as specified in the appropriate system or user config file, or null if it is not configured.
XDG_DESKTOP_DIR_FILE - Static variable in class org.pepsoft.util.XDG
XDG.XDG_DESKTOP_DIR as a File object, but only if XDG_DESKTOP_DIR is not null and that directory actually exists.
XDG_DOCUMENTS_DIR - Static variable in class org.pepsoft.util.XDG
The location of the "documents" well known user directory, as specified in the appropriate system or user config file, or null if it is not configured.
XDG_DOCUMENTS_DIR_FILE - Static variable in class org.pepsoft.util.XDG
XDG.XDG_DOCUMENTS_DIR as a File object, but only if XDG_DOCUMENTS_DIR is not null and that directory actually exists.
XDG_DOWNLOAD_DIR - Static variable in class org.pepsoft.util.XDG
The location of the "download" well known user directory, as specified in the appropriate system or user config file, or null if it is not configured.
XDG_DOWNLOAD_DIR_FILE - Static variable in class org.pepsoft.util.XDG
XDG.XDG_DOWNLOAD_DIR as a File object, but only if XDG_DOWNLOAD_DIR is not null and that directory actually exists.
XDG_MUSIC_DIR - Static variable in class org.pepsoft.util.XDG
The location of the "music" well known user directory, as specified in the appropriate system or user config file, or null if it is not configured.
XDG_MUSIC_DIR_FILE - Static variable in class org.pepsoft.util.XDG
XDG.XDG_MUSIC_DIR as a File object, but only if XDG_MUSIC_DIR is not null and that directory actually exists.
XDG_PICTURES_DIR - Static variable in class org.pepsoft.util.XDG
The location of the "pictures" well known user directory, as specified in the appropriate system or user config file, or null if it is not configured.
XDG_PICTURES_DIR_FILE - Static variable in class org.pepsoft.util.XDG
XDG.XDG_PICTURES_DIR as a File object, but only if XDG_PICTURES_DIR is not null and that directory actually exists.
XDG_PUBLICSHARE_DIR - Static variable in class org.pepsoft.util.XDG
The location of the "public share" well known user directory, as specified in the appropriate system or user config file, or null if it is not configured.
XDG_PUBLICSHARE_DIR_FILE - Static variable in class org.pepsoft.util.XDG
XDG.XDG_PUBLICSHARE_DIR as a File object, but only if XDG_PUBLICSHARE_DIR is not null and that directory actually exists.
XDG_RUNTIME_DIR - Static variable in class org.pepsoft.util.XDG
Defines the base directory relative to which user-specific non-essential runtime files and other file objects (such as sockets, named pipes, ...) should be stored.
XDG_RUNTIME_DIR_FILE - Static variable in class org.pepsoft.util.XDG
XDG.XDG_RUNTIME_DIR as a File object, but only if XDG_RUNTIME_DIR is not null and that directory actually exists.
XDG_TEMPLATES_DIR - Static variable in class org.pepsoft.util.XDG
The location of the "templates" well known user directory, as specified in the appropriate system or user config file, or null if it is not configured.
XDG_TEMPLATES_DIR_FILE - Static variable in class org.pepsoft.util.XDG
XDG.XDG_TEMPLATES_DIR as a File object, but only if XDG_TEMPLATES_DIR is not null and that directory actually exists.
XDG_VIDEOS_DIR - Static variable in class org.pepsoft.util.XDG
The location of the "videos" well known user directory, as specified in the appropriate system or user config file, or null if it is not configured.
XDG_VIDEOS_DIR_FILE - Static variable in class org.pepsoft.util.XDG
XDG.XDG_VIDEOS_DIR as a File object, but only if XDG_VIDEOS_DIR is not null and that directory actually exists.
XMLUtils - Class in org.pepsoft.util
Utility methods for working with XML APIs.
XMLUtils.ElementVisitor<E extends Exception> - Interface in org.pepsoft.util
 
A B C D E F G H I J K L M N O P R S T U V W X 
Skip navigation links

Copyright © 2011–2023 pepsoft.org. All rights reserved.