Class AgentUtils


  • public abstract class AgentUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      AgentUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.graalvm.buildtools.agent.AgentConfiguration collectAgentProperties​(org.apache.maven.execution.MavenSession session, org.codehaus.plexus.util.xml.Xpp3Dom rootNode)  
      static org.graalvm.buildtools.agent.AgentMode getAgentMode​(org.codehaus.plexus.util.xml.Xpp3Dom agent)  
      static java.util.List<java.lang.String> getDisabledStages​(org.codehaus.plexus.util.xml.Xpp3Dom rootNode)  
      • Methods inherited from class java.lang.Object

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

      • AgentUtils

        public AgentUtils()
    • Method Detail

      • getAgentMode

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

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

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