Class IdentifierUtils


  • public class IdentifierUtils
    extends Object
    Utilities to manipulate Java/Maven identifiers
    • Constructor Detail

      • IdentifierUtils

        public IdentifierUtils()
    • Method Detail

      • convertMavenIdentifierToJavaIdentifier

        public static String[] convertMavenIdentifierToJavaIdentifier​(String[] identifiers)
        Convert Maven Identifiers to equivalents compatible with Java
        Parameters:
        identifiers -
        Returns: