public class JDeprScanConsumer extends CommandLineUtils.StringStreamConsumer implements StreamConsumer
Modifier and Type | Field and Description |
---|---|
static Pattern |
DEPRECATED_CLASS |
static Pattern |
DEPRECATED_METHOD |
Constructor and Description |
---|
JDeprScanConsumer() |
Modifier and Type | Method and Description |
---|---|
void |
consumeLine(String line) |
Map<String,Set<String>> |
getDeprecatedClasses() |
Map<String,Set<String>> |
getDeprecatedMethods() |
getOutput
public static final Pattern DEPRECATED_CLASS
public static final Pattern DEPRECATED_METHOD
public void consumeLine(String line)
consumeLine
in interface StreamConsumer
consumeLine
in class CommandLineUtils.StringStreamConsumer
Copyright © 2017 The Apache Software Foundation. All rights reserved.