Class StringUtil


  • public class StringUtil
    extends java.lang.Object
    Utilities for making Error messages.
    • Constructor Summary

      Constructors 
      Constructor Description
      StringUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String makeArtifactNameString​(org.apache.maven.artifact.Artifact artifact)
      Creates a human-readable string for an artifact.
      • Methods inherited from class java.lang.Object

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

      • StringUtil

        public StringUtil()
    • Method Detail

      • makeArtifactNameString

        public static java.lang.String makeArtifactNameString​(org.apache.maven.artifact.Artifact artifact)
        Creates a human-readable string for an artifact.
        Parameters:
        artifact -
        Returns: