Class Tools

java.lang.Object
org.savantbuild.io.Tools

public class Tools extends Object
Tools for helping convert objects to FileSets and other IO classes.
  • Constructor Details

    • Tools

      public Tools()
  • Method Details

    • toPatterns

      public static List<Pattern> toPatterns(List list)
      Converts all of the objects in the list to Patterns.
      Parameters:
      list - The list of objects.
      Returns:
      The list of patterns.
    • toString

      public static String toString(Object value)
      Converts the object to a String (or null).
      Parameters:
      value - The value object.
      Returns:
      The toString or null.