Package | Description |
---|---|
org.netbeans.spi.project.ui |
Modifier and Type | Method and Description |
---|---|
ProjectProblemsProvider.Status |
ProjectProblemsProvider.Result.getStatus()
Returns status of the resolution.
|
static ProjectProblemsProvider.Status |
ProjectProblemsProvider.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectProblemsProvider.Status[] |
ProjectProblemsProvider.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ProjectProblemsProvider.Result |
ProjectProblemsProvider.Result.create(ProjectProblemsProvider.Status status)
Creates a new instance of the
ProjectProblemsProvider.Result . |
static ProjectProblemsProvider.Result |
ProjectProblemsProvider.Result.create(ProjectProblemsProvider.Status status,
String message)
Creates a new instance of the
ProjectProblemsProvider.Result . |