A C G I L O S U

A

addToClasspath(String) - Static method in class org.fuin.utils4j.Utils4J
Adds an URL to the classpath.
addToClasspath(URL) - Static method in class org.fuin.utils4j.Utils4J
Adds an URL to the classpath.

C

checkNotNull(String, Object) - Static method in class org.fuin.utils4j.Utils4J
Checks if a variable is not null and throws an IllegalNullArgumentException if this rule is violated.
checkValidDir(File) - Static method in class org.fuin.utils4j.Utils4J
Check if the argument is an existing directory.
checkValidFile(File) - Static method in class org.fuin.utils4j.Utils4J
Check if the argument is an existing file.
containsURL(URL[], URL) - Static method in class org.fuin.utils4j.Utils4J
Checks if the array or URLs contains the given URL.
createHash(File) - Static method in class org.fuin.utils4j.Utils4J
Creates an MD5 hash from a file.
createInstance(String) - Static method in class org.fuin.utils4j.Utils4J
Create an instance with Class.forName(..) and wrap all exceptions into RuntimeExceptions.
createUrl(URL, String, String) - Static method in class org.fuin.utils4j.Utils4J
Creates an URL based on a directory a relative path and a filename.

G

getArgument() - Method in exception org.fuin.utils4j.IllegalNullArgumentException
Returns the name of the argument that caused the exception.
getPackagePath(Class) - Static method in class org.fuin.utils4j.Utils4J
Returns the package path of a class.
getRelativePath(File, File) - Static method in class org.fuin.utils4j.Utils4J
Returns a relative path based on a base directory.
getResource(Class, String) - Static method in class org.fuin.utils4j.Utils4J
Get the path to a resource located in the same package as a given class.

I

IllegalNullArgumentException - Exception in org.fuin.utils4j
Thrown to indicate that a method has been passed an illegal null argument.
IllegalNullArgumentException(String) - Constructor for exception org.fuin.utils4j.IllegalNullArgumentException
Constructor with argument name.
invoke(Object, String, Class<?>[], Object[]) - Static method in class org.fuin.utils4j.Utils4J
Calls a method with reflection and maps all errors into one exception.
InvokeMethodFailedException - Exception in org.fuin.utils4j
Calling a method with reflection failed.
InvokeMethodFailedException(String) - Constructor for exception org.fuin.utils4j.InvokeMethodFailedException
Constructor with error message.
InvokeMethodFailedException(String, Throwable) - Constructor for exception org.fuin.utils4j.InvokeMethodFailedException
Constructor with error message and cause.

L

loadProperties(Class, String) - Static method in class org.fuin.utils4j.Utils4J
Load properties from classpath.
loadProperties(File) - Static method in class org.fuin.utils4j.Utils4J
Load properties from a file.
loadProperties(URL, String) - Static method in class org.fuin.utils4j.Utils4J
Load a file from an directory.

O

org.fuin.utils4j - package org.fuin.utils4j
Basic Java utilities.

S

saveProperties(File, Properties, String) - Static method in class org.fuin.utils4j.Utils4J
Save properties to a file.

U

Utils4J - Class in org.fuin.utils4j
Common utility methods for use in Java applications and libraries.

A C G I L O S U

Copyright © 2009 Future Invent Informationsmanagement GmbH. All Rights Reserved.