Package | Description |
---|---|
org.netbeans.modules.refactoring.api | |
org.netbeans.modules.refactoring.spi |
Modifier and Type | Method and Description |
---|---|
ProblemDetails |
Problem.getDetails()
Getter for ProblemDetails
|
Constructor and Description |
---|
Problem(boolean fatal,
String message,
ProblemDetails details)
Creates new instance of Problem class.
|
Modifier and Type | Method and Description |
---|---|
static ProblemDetails |
ProblemDetailsFactory.createProblemDetails(ProblemDetailsImplementation pdi)
Factory method for creating API instances of ProblemDetails from SPI instances
of ProblemDetailsImplementation
|