Package org.qubership.profiler.io
Class CallToJS
java.lang.Object
org.qubership.profiler.io.CallToJS
- All Implemented Interfaces:
CallListener
@Component
@Scope("prototype")
@Profile("filestorage")
public class CallToJS
extends Object
implements CallListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpostProcess(String rootReference) protected voidprintAdditionalRootReferenceDetails(String rootReference) voidprintCalls(String rootReference, List<Call> calls, List<String> tags, Map<String, org.qubership.profiler.configuration.ParameterInfoDto> paramInfo, BitSet requredIds) voidprocessCalls(String rootReference, ArrayList<Call> calls, List<String> tags, Map<String, org.qubership.profiler.configuration.ParameterInfoDto> paramInfo, BitSet requredIds)
-
Field Details
-
out
-
-
Constructor Details
-
CallToJS
-
-
Method Details
-
printAdditionalRootReferenceDetails
- Throws:
IOException
-
processCalls
public void processCalls(String rootReference, ArrayList<Call> calls, List<String> tags, Map<String, org.qubership.profiler.configuration.ParameterInfoDto> paramInfo, BitSet requredIds) - Specified by:
processCallsin interfaceCallListener
-
postProcess
- Specified by:
postProcessin interfaceCallListener
-
printCalls
-