Class RequestTraceHelper
java.lang.Object
org.apache.maven.repository.internal.RequestTraceHelper
Deprecated.
Helper class to manage
RequestTrace
for better error logging.- Since:
- 3.9.9
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
interpretTrace
(boolean detailed, org.eclipse.aether.RequestTrace requestTrace) Deprecated.Method that creates some informational string based on passed inRequestTrace
.
-
Constructor Details
-
RequestTraceHelper
public RequestTraceHelper()Deprecated.
-
-
Method Details
-
interpretTrace
Deprecated.Method that creates some informational string based on passed inRequestTrace
. The contents of request trace can literally be anything, but this class tries to cover "most common" cases that are happening in Maven.
-
maven-api-impl
jar instead