org.gridkit.jvmtool.event
Interface EventDumpParser


public interface EventDumpParser

This is SPI interface for dump parsers discovered via ServiceLoader.

Author:
Alexey Ragozin (alexey.ragozin@gmail.com)

Nested Class Summary
static interface EventDumpParser.InputStreamSource
           
 
Method Summary
 boolean isFunctional()
           
 EventReader<Event> open(EventDumpParser.InputStreamSource source)
           
 

Method Detail

isFunctional

boolean isFunctional()

open

EventReader<Event> open(EventDumpParser.InputStreamSource source)
                        throws IOException
Returns:
null if cannot open dump or EventReader
Throws:
IOException


Copyright © 2019. All Rights Reserved.