- All Superinterfaces:
ReporterInfo
- All Known Subinterfaces:
BeanInfo,ModuleBeanInfo,ModuleBeanMultiSocketInfo,ModuleBeanSingleSocketInfo,ModuleBeanSocketInfo,ModuleInfo,MultiSocketBeanInfo,MultiSocketInfo,NestedBeanInfo,OverridableBeanInfo,OverridingSocketBeanInfo,SingleSocketBeanInfo,SingleSocketInfo,SocketBeanInfo,SocketInfo,WrapperBeanInfo
- All Known Implementing Classes:
AbstractInfo
Base info interface specifying data and services common to all info.
An info represents meta data for an Inverno element which can be a module, a bean or a socket. Errors or warnings can be reported on an info to indicate inconsistencies preventing a further processing of the element.
- Author:
- Jeremy Kuhn
-
Method Summary
Modifier and TypeMethodDescriptionReturns the qualified name identifying the info.Methods inherited from interface io.inverno.core.compiler.spi.ReporterInfo
error, hasError, hasWarning, warning
-
Method Details
-
getQualifiedName
QualifiedName getQualifiedName()Returns the qualified name identifying the info.
- Returns:
- a qualified name
-