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