public final class NoLongerDeprecated extends Object
Modifier and Type | Field and Description |
---|---|
protected org.revapi.AnalysisContext |
analysisContext |
Constructor and Description |
---|
NoLongerDeprecated() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
Pattern[] |
getDifferenceCodePatterns() |
String |
getExtensionId() |
Reader |
getJSONSchema() |
void |
initialize(org.revapi.AnalysisContext analysisContext) |
org.revapi.Difference |
transform(org.revapi.java.spi.JavaModelElement oldElement,
org.revapi.java.spi.JavaModelElement newElement,
org.revapi.Difference difference) |
@Nonnull public Pattern[] getDifferenceCodePatterns()
getDifferenceCodePatterns
in interface org.revapi.DifferenceTransform<org.revapi.java.spi.JavaModelElement>
@Nullable public String getExtensionId()
getExtensionId
in interface org.revapi.configuration.Configurable
@Nullable public Reader getJSONSchema()
getJSONSchema
in interface org.revapi.configuration.Configurable
public void initialize(@Nonnull org.revapi.AnalysisContext analysisContext)
initialize
in interface org.revapi.configuration.Configurable
@Nullable public org.revapi.Difference transform(@Nullable org.revapi.java.spi.JavaModelElement oldElement, @Nullable org.revapi.java.spi.JavaModelElement newElement, @Nonnull org.revapi.Difference difference)
transform
in interface org.revapi.DifferenceTransform<org.revapi.java.spi.JavaModelElement>
public void close() throws Exception
close
in interface AutoCloseable
Exception
Copyright © 2014-2020 Lukas Krejci. All Rights Reserved.