DOC

com.tracelytics.agent.java : tracelytics-maven-plugin

Maven & Gradle

Apr 07, 2017

TraceView instrumentation agent installer plugin · A Maven plugin that installs the TraceView Java instrumentation agent. Can be used within a pom or directly from command line. The supported goals are "install-agent" and "download-agent". The configuration properties are "agentVersion", "agentLocation" and "agentOperatingSystem"(the last one is only valid for "download-agent" goal), all are optional and may be specified as maven configuration properties or system properties. For other information on our Java agent please visit http://docs.traceview.solarwinds.com/Instrumentation/java.html.

Table Of Contents

Latest Version

Download com.tracelytics.agent.java : tracelytics-maven-plugin Javadoc & API Documentation - Latest Versions:

All Versions

Download com.tracelytics.agent.java : tracelytics-maven-plugin Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file tracelytics-maven-plugin-1.0.0-javadoc.jar to tracelytics-maven-plugin-1.0.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder tracelytics-maven-plugin-1.0.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "tracelytics-maven-plugin-1.0.0-sources.jar" -d "tracelytics-maven-plugin-1.0.0-javadoc" -subpackages 

Advertisement