Class Utils
- java.lang.Object
-
- org.apache.maven.shared.artifact.filter.internal.Utils
-
public final class Utils extends java.lang.ObjectUtilities.- Since:
- TBD
-
-
Constructor Summary
Constructors Modifier Constructor Description privateUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisNotEmpty(java.lang.String str)Checks if a String is nonnulland is not empty (length > 0).
-