Uses of Class
com.togethersoft.openapi.ide.IdeErrorInfo

Packages that use IdeErrorInfo
com.togethersoft.openapi.ide 
com.togethersoft.openapi.ide.tools 

Uses of IdeErrorInfo in com.togethersoft.openapi.ide
 

Classes in com.togethersoft.openapi.ide that implement IdeErrorInfo
class IdeErrorInfoDefault
           Class IdeErrorInfoDefault provides a default implementation of IdeErrorInfo interface.
 

Fields in com.togethersoft.openapi.ide declared as IdeErrorInfo
final static IdeErrorInfoIdeErrorInfo.UNSPECIFIED
           Unspecified error.
 

Methods in com.togethersoft.openapi.ide that return IdeErrorInfo
IdeErrorInfoIdeManager.performCheck(IdeErrorCheck check)
           Calls run() method of the specified IdeErrorCheck object and returns IdeErrorInfo containing the information about possible errors that occurred.
 

Methods in com.togethersoft.openapi.ide with parameters of type IdeErrorInfo
voidIdeManager.setErrorInfo(IdeErrorInfo info)
           Sets specified result of certain actions.
 

Uses of IdeErrorInfo in com.togethersoft.openapi.ide.tools
 

Methods in com.togethersoft.openapi.ide.tools that return IdeErrorInfo
IdeErrorInfoIdeToolFilter.getErrorInfo(String toolOutput)
           Parses specified output string.