Class NativeMojoUtils


  • public class NativeMojoUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      NativeMojoUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String[] trimParams​(java.util.List<java.lang.String> args)
      Remove/trim empty or null member of a string array
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NativeMojoUtils

        public NativeMojoUtils()
    • Method Detail

      • trimParams

        public static java.lang.String[] trimParams​(java.util.List<java.lang.String> args)
        Remove/trim empty or null member of a string array
        Parameters:
        args -
        Returns: