public interface Quickfix extends Serializable
QuickfixModel for use by tooling (eg, Eclipse).| Modifier and Type | Method and Description |
|---|---|
File |
getFile() |
String |
getName()
Contains a human readable name for the quick fix.
|
String |
getNewline()
Contains the new line to be inserted.
|
String |
getReplacement()
Contains the new token in the case of token replacement.
|
String |
getSearch()
Contains the search token in the case of token replacement.
|
String |
getTransformationID()
Contains the implementation ID for transformation fixes.
|
QuickfixType |
getType()
Contains the type of the quickfix (eg, token substitution)..
|
QuickfixType getType()
String getName()
String getSearch()
String getReplacement()
String getNewline()
String getTransformationID()
File getFile()
Copyright © 2020 JBoss by Red Hat. All rights reserved.