|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.runtime.Status
org.eclipse.cdt.managedbuilder.internal.core.ModificationStatus
public class ModificationStatus
Field Summary |
---|
Fields inherited from class org.eclipse.core.runtime.Status |
---|
CANCEL_STATUS, OK_STATUS |
Fields inherited from interface org.eclipse.cdt.managedbuilder.core.IModificationStatus |
---|
PROPS_NOT_DEFINED, PROPS_NOT_SUPPORTED, REQUIRED_PROPS_NOT_SUPPORTED, TOOLS_CONFLICT, TOOLS_DONT_SUPPORT_MANAGED_BUILD |
Fields inherited from interface org.eclipse.core.runtime.IStatus |
---|
CANCEL, ERROR, INFO, OK, WARNING |
Method Summary | |
---|---|
ITool[] |
getNonManagedBuildTools()
|
ITool[][] |
getToolsConflicts()
|
java.util.Set |
getUndefinedProperties()
|
java.util.Map |
getUnsupportedProperties()
|
java.util.Map |
getUnsupportedRequiredProperties()
|
Methods inherited from class org.eclipse.core.runtime.Status |
---|
getChildren, getCode, getException, getMessage, getPlugin, getSeverity, isMultiStatus, isOK, matches, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.core.runtime.IStatus |
---|
getChildren, getCode, getException, getMessage, getPlugin, getSeverity, isMultiStatus, isOK, matches |
Method Detail |
---|
public java.util.Map getUnsupportedProperties()
getUnsupportedProperties
in interface IModificationStatus
public java.util.Map getUnsupportedRequiredProperties()
getUnsupportedRequiredProperties
in interface IModificationStatus
public java.util.Set getUndefinedProperties()
getUndefinedProperties
in interface IModificationStatus
public ITool[][] getToolsConflicts()
getToolsConflicts
in interface IModificationStatus
public ITool[] getNonManagedBuildTools()
getNonManagedBuildTools
in interface IModificationStatus
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |