public final class NowDeprecated extends Object
Modifier and Type | Field and Description |
---|---|
protected AnalysisContext |
analysisContext |
Constructor and Description |
---|
NowDeprecated() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
String[] |
getConfigurationRootPaths() |
Pattern[] |
getDifferenceCodePatterns() |
Reader |
getJSONSchema(String configurationRootPath) |
void |
initialize(AnalysisContext analysisContext) |
Difference |
transform(JavaModelElement oldElement,
JavaModelElement newElement,
Difference difference) |
protected AnalysisContext analysisContext
@Nonnull public Pattern[] getDifferenceCodePatterns()
getDifferenceCodePatterns
in interface DifferenceTransform<JavaModelElement>
@Nullable public String[] getConfigurationRootPaths()
getConfigurationRootPaths
in interface Configurable
@Nullable public Reader getJSONSchema(@Nonnull String configurationRootPath)
getJSONSchema
in interface Configurable
public void initialize(@Nonnull AnalysisContext analysisContext)
initialize
in interface Configurable
@Nullable public Difference transform(@Nullable JavaModelElement oldElement, @Nullable JavaModelElement newElement, @Nonnull Difference difference)
transform
in interface DifferenceTransform<JavaModelElement>
public void close() throws Exception
close
in interface AutoCloseable
Exception
Copyright © 2014. All rights reserved.