Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 



org.eclipse.jst.jsf.metadataprocessors.features
Interface IValidationMessage

All Known Implementing Classes:
ValidationMessage

public interface IValidationMessage

Interface for validation messages for metadata features

Provisional API - subject to change


Method Summary
 java.lang.String getCode ()
           
 java.lang.String getMessage ()
           
 int getSeverity ()
           
 

Method Detail

getMessage

java.lang.String getMessage()
Returns:
localized string desribing validation issue Should not be null;

getCode

java.lang.String getCode()
Returns:
String representing a validation code associated with validation issue Can return null

getSeverity

int getSeverity()
Returns:
integer value representing severity. Valid values are 0 (IStatus.INFO), 1 (IStatus.WARNING) and 4 (IStatus.ERROR)



 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire