Class AgentUtils

java.lang.Object
org.graalvm.buildtools.utils.AgentUtils

public abstract class AgentUtils extends Object
  • Constructor Details

    • AgentUtils

      public AgentUtils()
  • Method Details

    • getAgentMode

      public static org.graalvm.buildtools.agent.AgentMode getAgentMode(org.codehaus.plexus.util.xml.Xpp3Dom agent) throws Exception
      Throws:
      Exception
    • collectAgentProperties

      public static org.graalvm.buildtools.agent.AgentConfiguration collectAgentProperties(org.apache.maven.execution.MavenSession session, org.codehaus.plexus.util.xml.Xpp3Dom rootNode) throws RuntimeException
      Throws:
      RuntimeException
    • getDisabledStages

      public static List<String> getDisabledStages(org.codehaus.plexus.util.xml.Xpp3Dom rootNode)