Class GroovyPropertyUtil

java.lang.Object
com.weirddev.testme.intellij.groovy.resolvers.GroovyPropertyUtil

public class GroovyPropertyUtil extends Object
A wrapper to IJ GroovyPropertyUtils, used to isolate groovy plugin so there will be not attempts to load it at runtime when its not available User: yaron.yamin Date: 11/1/2017 Time: 4:23 PM
  • Constructor Details

    • GroovyPropertyUtil

      public GroovyPropertyUtil()
  • Method Details

    • isPropertySetter

      public static boolean isPropertySetter(@Nullable @Nullable com.intellij.psi.PsiMethod method)
    • isPropertySetter

      public static boolean isPropertySetter(@Nullable @Nullable com.intellij.psi.PsiMethod method, String propertyName)
    • isPropertyGetter

      public static boolean isPropertyGetter(@Nullable @Nullable com.intellij.psi.PsiMethod method)