- 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.
- 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.