Interface | Description |
---|---|
Function<T,R> |
When we move to Java 8 we can switch this to be java.util.function.Function
|
Predicate<T> |
Evaluates the predicate on the given value
|
Class | Description |
---|---|
Closeables | |
FileFilters |
A number of helper functions for creating
FileFilter objects on a File object. |
FileLocker |
A simple API to a file lock
|
Files | |
Hosts |
Copied from Fabric8 v1 io.fabric8.utils.HostUtils
|
IOHelper |
A collection of IO helpers
|
MBeanSupport |
A helpful base class for MBeans
|
Objects |
Some helper methods - though could be replaced by JDK 1.7 code now in java.util.Objects
whenever we are happy to ignore JDK 1.6
|
ReflectionHelper | |
Strings |
String utility.
|
XmlHelper |
A helper method to get the namespaces on an XML file
|
XmlNamespaceFinder | |
Zips |
Copyright © 2018 JBoss by Red Hat. All rights reserved.