Package org.fest.util
General-purpose utilities used by FEST modules.
-
Interface Summary Interface Description CollectionFilter<T> Filters elements in a collection. -
Class Summary Class Description Arrays Utility methods related to arrays.Closeables Utility methods related toCloseable.Collections Utility methods related toCollections.Dates Utility methods related to dates.FailureMessages Files Utility methods related to files.Flushables Utility methods related to.FlushableIntrospection Utility methods related to JavaBeans Introspection.Iterables Utility methods related toIterables.Lists Utility methods related tojava.util.Lists.Maps Utility methods related to maps.Objects Utility methods related to objects.Preconditions Verifies correct argument values and state.Sets Utility methods related toSets.Strings Utility methods related toStrings.Strings.StringsToJoin Knows how to joinStrings using a given delimiter.Strings.StringToAppend Knows how to append a givenStringto the given target, only if the target does not end with the givenStringto append.SystemProperties System properties.TextFileWriter Throwables Utility methods related tos.ThrowableToString Obtains thetoStringrepresentation of an object.TypeFilter<T> Filters elements of a collection by their data type.Types Utilities related to Java data types. -
Exception Summary Exception Description FilesException Exception thrown by.FilesIntrospectionError Error that occurred when using JavaBeans Instrospection. -
Annotation Types Summary Annotation Type Description VisibleForTesting Indicates that the visibility of a type or member has been relaxed to make the code testable.