java.lang.Object
org.apache.maven.shared.artifact.filter.internal.Utils

public final class Utils extends Object
Utilities.
Since:
TBD
  • Method Details

    • isNotEmpty

      public static boolean isNotEmpty(String str)

      Checks if a String is non null and is not empty (length > 0).

      Parameters:
      str - the String to check
      Returns:
      true if the String is non-null, and not length zero