public class AgentCommandLineLoader
extends java.lang.Object
implements org.gradle.process.CommandLineArgumentProvider, org.gradle.api.Named
| Constructor and Description |
|---|
AgentCommandLineLoader(AppmapPluginExtension appmap) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<java.lang.String> |
asArguments() |
java.util.List<java.lang.String> |
getAsJvmArg()
This method is called by the internal Compiler options to get the command needed to run at
command line.
|
java.lang.String |
getName() |
public AgentCommandLineLoader(AppmapPluginExtension appmap)
public java.lang.Iterable<java.lang.String> asArguments()
asArguments in interface org.gradle.process.CommandLineArgumentProvider@Internal public java.lang.String getName()
getName in interface org.gradle.api.Named@Internal public java.util.List<java.lang.String> getAsJvmArg()