Package org.savantbuild.io
Class Tools
java.lang.Object
org.savantbuild.io.Tools
Tools for helping convert objects to FileSets and other IO classes.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Tools
public Tools()
-
-
Method Details
-
toPatterns
Converts all of the objects in the list to Patterns.- Parameters:
list- The list of objects.- Returns:
- The list of patterns.
-
toString
Converts the object to a String (or null).- Parameters:
value- The value object.- Returns:
- The toString or null.
-