A B C D F G H I M S T 

A

AbstractFileFilter - Class in de.dimensionv.java.libraries.common.utilities.file.filefilters
An abstract FileFilter which provides common basic functionality for actual filter implementations.
AbstractFileFilter(boolean) - Constructor for class de.dimensionv.java.libraries.common.utilities.file.filefilters.AbstractFileFilter
 
accept(File) - Method in class de.dimensionv.java.libraries.common.utilities.file.filefilters.AbstractFileFilter
 
accept(File) - Method in class de.dimensionv.java.libraries.common.utilities.file.filefilters.DirectoryFileFilter
 
accept(File) - Method in class de.dimensionv.java.libraries.common.utilities.file.filefilters.FileFileFilter
 

B

bytesToHex(byte[]) - Static method in class de.dimensionv.java.libraries.common.utilities.strings.StringUtils
Convert an array of arbitrary bytes into a String of hexadecimal number-pairs with each pair representing on byte of the array.

C

compare(File, File) - Method in class de.dimensionv.java.libraries.common.utilities.file.comparators.FileNameComparator
 
compare(File, File) - Method in class de.dimensionv.java.libraries.common.utilities.file.comparators.FileSizeComparator
 
countOccurrences(String, char) - Static method in class de.dimensionv.java.libraries.common.utilities.strings.StringUtils
Counts the number of occurrences of the given character.
countOccurrences(String, String) - Static method in class de.dimensionv.java.libraries.common.utilities.strings.StringUtils
Counts the number of occurrences of the given character.

D

de.dimensionv.java.libraries.common.exceptions - package de.dimensionv.java.libraries.common.exceptions
 
de.dimensionv.java.libraries.common.utilities.file - package de.dimensionv.java.libraries.common.utilities.file
 
de.dimensionv.java.libraries.common.utilities.file.comparators - package de.dimensionv.java.libraries.common.utilities.file.comparators
 
de.dimensionv.java.libraries.common.utilities.file.filefilters - package de.dimensionv.java.libraries.common.utilities.file.filefilters
 
de.dimensionv.java.libraries.common.utilities.strings - package de.dimensionv.java.libraries.common.utilities.strings
 
DirectoryFileFilter - Class in de.dimensionv.java.libraries.common.utilities.file.filefilters
A FileFilter that allows directories only.
DirectoryFileFilter() - Constructor for class de.dimensionv.java.libraries.common.utilities.file.filefilters.DirectoryFileFilter
Default constructor that initializes the DirectoryFileFilter with it's default behavior, meaning hidden directories will not be shown.
DirectoryFileFilter(boolean) - Constructor for class de.dimensionv.java.libraries.common.utilities.file.filefilters.DirectoryFileFilter
Constructor that initializes the DirectoryFileFilter with the behavior defined by the parameter showHidden.

F

FileFileFilter - Class in de.dimensionv.java.libraries.common.utilities.file.filefilters
A FileFilter that allows directories only.
FileFileFilter() - Constructor for class de.dimensionv.java.libraries.common.utilities.file.filefilters.FileFileFilter
Default constructor that initializes the DirectoryFileFilter with it's default behavior, meaning hidden directories will not be shown.
FileFileFilter(boolean) - Constructor for class de.dimensionv.java.libraries.common.utilities.file.filefilters.FileFileFilter
Constructor that initializes the DirectoryFileFilter with the behavior defined by the parameter showHidden.
FileNameComparator - Class in de.dimensionv.java.libraries.common.utilities.file.comparators
A Comparator implementation to compare to File-objects by name.
FileNameComparator() - Constructor for class de.dimensionv.java.libraries.common.utilities.file.comparators.FileNameComparator
 
FileSizeComparator - Class in de.dimensionv.java.libraries.common.utilities.file.comparators
A Comparator implementation to compare to File-objects by name.
FileSizeComparator() - Constructor for class de.dimensionv.java.libraries.common.utilities.file.comparators.FileSizeComparator
 
FileUtils - Class in de.dimensionv.java.libraries.common.utilities.file
This class is a collection of useful routines regarding files, directories and URIs.
FileUtils() - Constructor for class de.dimensionv.java.libraries.common.utilities.file.FileUtils
 

G

getDoubleValue() - Method in exception de.dimensionv.java.libraries.common.exceptions.InvalidDoubleValueException
Returns the value that is said to be invalid explicitly as a double primitive.
getExtension(String) - Static method in class de.dimensionv.java.libraries.common.utilities.file.FileUtils
Gets the extension of a file name, like ".png" or ".jpg".
getFile(URI) - Static method in class de.dimensionv.java.libraries.common.utilities.file.FileUtils
Transform a URI into a File.
getFile(String, String) - Static method in class de.dimensionv.java.libraries.common.utilities.file.FileUtils
Create a File-object from a path and file name.
getFile(File, String) - Static method in class de.dimensionv.java.libraries.common.utilities.file.FileUtils
Create a File-object from a path and file name.
getFileList(String, boolean) - Static method in class de.dimensionv.java.libraries.common.utilities.file.FileUtils
Get a list of Files in the give path.
getFloatValue() - Method in exception de.dimensionv.java.libraries.common.exceptions.InvalidFloatValueException
Returns the value that is said to be invalid explicitly as a float primitive.
getIntegerValue() - Method in exception de.dimensionv.java.libraries.common.exceptions.InvalidIntegerValueException
Returns the value that is said to be invalid explicitly as a int primitive.
getIntValue() - Method in exception de.dimensionv.java.libraries.common.exceptions.InvalidEnumValueException
Returns the value that is said to be invalid explicitly as an integer primitive.
getMaximum() - Method in exception de.dimensionv.java.libraries.common.exceptions.InvalidEnumValueException
Returns the allowed maximum value.
getPath(URI) - Static method in class de.dimensionv.java.libraries.common.utilities.file.FileUtils
Get a file path from a URI.
getPathWithoutFilename(File) - Static method in class de.dimensionv.java.libraries.common.utilities.file.FileUtils
Returns the path only (without file name).
getReadableFileSize(long) - Static method in class de.dimensionv.java.libraries.common.utilities.file.FileUtils
Get the file size in a human-readable string.
getStringValue() - Method in exception de.dimensionv.java.libraries.common.exceptions.InvalidStringValueException
Returns the value that is said to be invalid explicitly as a String.
getValue() - Method in exception de.dimensionv.java.libraries.common.exceptions.InvalidValueException
Returns the value that is said to be invalid.

H

hexToBytes(String) - Static method in class de.dimensionv.java.libraries.common.utilities.strings.StringUtils
Convert a string consisting of hex-numbers into an array of bytes, which contains the binary representation of those hexadecimal-numbers (takes pairs of numbers, so make sure the number of characters is even).

I

InvalidDoubleValueException - Exception in de.dimensionv.java.libraries.common.exceptions
A runtime exception class for indicating that a provided double value was invalid.
InvalidDoubleValueException(double) - Constructor for exception de.dimensionv.java.libraries.common.exceptions.InvalidDoubleValueException
Constructor that accepts the invalid value.
InvalidDoubleValueException(double, Throwable) - Constructor for exception de.dimensionv.java.libraries.common.exceptions.InvalidDoubleValueException
This constructors takes the invalid value plus a possible throwable that should be wrapped by this exception.
InvalidEnumValueException - Exception in de.dimensionv.java.libraries.common.exceptions
Exception-class for int-to-enum conversions, when the given int-value exceeds the valid values of the enum.
InvalidEnumValueException(int, int) - Constructor for exception de.dimensionv.java.libraries.common.exceptions.InvalidEnumValueException
Constructor that accepts the invalid value and the allowed maximum for the appropriate enum.
InvalidFloatValueException - Exception in de.dimensionv.java.libraries.common.exceptions
A runtime exception class for indicating that a provided float value was invalid.
InvalidFloatValueException(float) - Constructor for exception de.dimensionv.java.libraries.common.exceptions.InvalidFloatValueException
Constructor that accepts the invalid value.
InvalidFloatValueException(float, Throwable) - Constructor for exception de.dimensionv.java.libraries.common.exceptions.InvalidFloatValueException
This constructors takes the invalid value plus a possible throwable that should be wrapped by this exception.
InvalidIntegerValueException - Exception in de.dimensionv.java.libraries.common.exceptions
A runtime exception class for indicating that a provided integer value was invalid.
InvalidIntegerValueException(int) - Constructor for exception de.dimensionv.java.libraries.common.exceptions.InvalidIntegerValueException
Constructor that accepts the invalid value.
InvalidIntegerValueException(int, Throwable) - Constructor for exception de.dimensionv.java.libraries.common.exceptions.InvalidIntegerValueException
This constructors takes the invalid value plus a possible throwable that should be wrapped by this exception.
InvalidStringValueException - Exception in de.dimensionv.java.libraries.common.exceptions
A runtime exception class for indicating that a provided string value was invalid.
InvalidStringValueException(String) - Constructor for exception de.dimensionv.java.libraries.common.exceptions.InvalidStringValueException
Constructor that accepts the invalid value.
InvalidStringValueException(String, Throwable) - Constructor for exception de.dimensionv.java.libraries.common.exceptions.InvalidStringValueException
This constructors takes the invalid value plus a possible throwable that should be wrapped by this exception.
InvalidValueException - Exception in de.dimensionv.java.libraries.common.exceptions
Generic runtime exception class for indication that a provided value was invalid.
InvalidValueException(Object) - Constructor for exception de.dimensionv.java.libraries.common.exceptions.InvalidValueException
Constructor that accepts the invalid value.
InvalidValueException(Object, Throwable) - Constructor for exception de.dimensionv.java.libraries.common.exceptions.InvalidValueException
This constructors takes the invalid value plus a possible throwable that should be wrapped by this exception.
isEmpty(String) - Static method in class de.dimensionv.java.libraries.common.utilities.strings.StringUtils
Universal check on String-objects that even works on non-instantiated variables (null-references), as it checks for null first.
isFileHidden(File) - Method in class de.dimensionv.java.libraries.common.utilities.file.filefilters.AbstractFileFilter
Check whether the file / directory is hidden or not.
isLocal(String) - Static method in class de.dimensionv.java.libraries.common.utilities.file.FileUtils
Checks whether the URI represented by the String uri is a local one.
isShowHidden() - Method in class de.dimensionv.java.libraries.common.utilities.file.filefilters.AbstractFileFilter
Returns the current state of the showHidden-flag.

M

md5Hash(String) - Static method in class de.dimensionv.java.libraries.common.utilities.strings.StringUtils
Compute the MD-5 hash of a string, and return it has a string of hexadecimal numbers.
md5HashInt(String) - Static method in class de.dimensionv.java.libraries.common.utilities.strings.StringUtils
Compute the MD-5 hash of a string, and return a truncated int-value of the hash.
md5HashLong(String) - Static method in class de.dimensionv.java.libraries.common.utilities.strings.StringUtils
Compute the MD-5 hash of a string, and return a truncated long-value of the hash.

S

setShowHidden(boolean) - Method in class de.dimensionv.java.libraries.common.utilities.file.filefilters.AbstractFileFilter
Enables to switch the behavior of the DirectoryFileFilter instance regarding whether to show hidden directories or not.
sha1Hash(String) - Static method in class de.dimensionv.java.libraries.common.utilities.strings.StringUtils
Compute the SHA-1 hash of a string, and return it has a string of hexadecimal numbers.
sha1HashInt(String) - Static method in class de.dimensionv.java.libraries.common.utilities.strings.StringUtils
Compute the SHA-1 hash of a string, and return a truncated int-value of the hash.
sha1HashLong(String) - Static method in class de.dimensionv.java.libraries.common.utilities.strings.StringUtils
Compute the SHA-1 hash of a string, and return a truncated long-value of the hash.
shorten(String, int, int) - Static method in class de.dimensionv.java.libraries.common.utilities.strings.StringUtils
Shortens a given String "text" down to size length, indicating the shortening by three dots ("...").
SHORTEN_END - Static variable in class de.dimensionv.java.libraries.common.utilities.strings.StringUtils
 
SHORTEN_MIDDLE - Static variable in class de.dimensionv.java.libraries.common.utilities.strings.StringUtils
 
SHORTEN_START - Static variable in class de.dimensionv.java.libraries.common.utilities.strings.StringUtils
 
showHidden - Variable in class de.dimensionv.java.libraries.common.utilities.file.filefilters.AbstractFileFilter
Flag that defines whether to show hidden files and directories or not.
StringUtils - Class in de.dimensionv.java.libraries.common.utilities.strings
This is a utility class for common string-related operations.
StringUtils() - Constructor for class de.dimensionv.java.libraries.common.utilities.strings.StringUtils
 

T

truncateHashToInt(String) - Static method in class de.dimensionv.java.libraries.common.utilities.strings.StringUtils
Computes a truncated code from the given hash-value and returns it as int-variable.
truncateHashToInt(byte[]) - Static method in class de.dimensionv.java.libraries.common.utilities.strings.StringUtils
Computes a truncated code from the given hash-value and returns it as int-variable.
truncateHashToLong(String) - Static method in class de.dimensionv.java.libraries.common.utilities.strings.StringUtils
Computes a truncated code from the given hash-value and returns it as long-variable.
truncateHashToLong(byte[]) - Static method in class de.dimensionv.java.libraries.common.utilities.strings.StringUtils
Computes a truncated code from the given hash-value and returns it as long-variable.
A B C D F G H I M S T 

Copyright © 2015. All Rights Reserved.