Class TagSupport

java.lang.Object
org.antublue.test.engine.internal.support.TagSupport

public class TagSupport extends Object
Class to implement TagUtils
  • Method Details

    • getTag

      public static String getTag(Class<?> clazz)
      Method to get a tag for a Class
      Parameters:
      clazz - clazz
      Returns:
      a tag
    • getTag

      public static String getTag(Method method)
      Method to get a tag for a Method
      Parameters:
      method - method
      Returns:
      a tag