|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttemplates.model.Validator.ValidatorResult
public static class Validator.ValidatorResult
Encapsulates a consistency issue found by the validator.
| Field Summary | |
|---|---|
java.util.List<TemplateComponent> |
components
TemplateComponents contributing to the consistency issue, if
any. |
static int |
ERROR
Type "error". |
java.lang.String |
event
The name of the event contributing to the consistency issue, if any. |
java.util.List<TemplateLink> |
links
TemplateLinks contributing to the consistency issue, if any. |
java.lang.String |
message
String descriptor of the message. |
int |
type
The type of the consistency issue ( ERROR or WARNING
). |
static int |
WARNING
Type "warning". |
| Constructor Summary | |
|---|---|
Validator.ValidatorResult(java.lang.String message,
java.util.Collection<TemplateComponent> components,
java.util.Collection<TemplateLink> links,
java.lang.String event,
int type)
Construct a descriptor of a consistency issue. |
|
Validator.ValidatorResult(java.lang.String message,
java.util.Collection<TemplateComponent> components,
int type)
Construct a descriptor of a consistency issue. |
|
Validator.ValidatorResult(java.lang.String message,
int type)
Construct a descriptor of a consistency issue. |
|
Validator.ValidatorResult(java.lang.String message,
TemplateComponent component,
java.util.Collection<TemplateLink> links,
int type)
Construct a descriptor of a consistency issue. |
|
Validator.ValidatorResult(java.lang.String message,
TemplateComponent component,
java.util.Collection<TemplateLink> links,
java.lang.String event,
int type)
Construct a descriptor of a consistency issue. |
|
Validator.ValidatorResult(java.lang.String message,
TemplateComponent component,
int type)
Construct a descriptor of a consistency issue. |
|
Validator.ValidatorResult(java.lang.String message,
TemplateLink link,
int type)
Construct a descriptor of a consistency issue. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int ERROR
public static final int WARNING
public java.lang.String message
public java.util.List<TemplateComponent> components
TemplateComponents contributing to the consistency issue, if
any.
public java.util.List<TemplateLink> links
TemplateLinks contributing to the consistency issue, if any.
public java.lang.String event
public int type
ERROR or WARNING
).
| Constructor Detail |
|---|
public Validator.ValidatorResult(java.lang.String message,
java.util.Collection<TemplateComponent> components,
java.util.Collection<TemplateLink> links,
java.lang.String event,
int type)
message - the string descriptor of the issuecomponents - the TemplateComponents contributing to the issuelinks - the TemplateLinks contributing to the issueevent - the name of the event contributing to the issuetype - the type of the issue
public Validator.ValidatorResult(java.lang.String message,
TemplateComponent component,
int type)
message - the string descriptor of the issuecomponent - the TemplateComponent contributing to the issuetype - the type of the issue
public Validator.ValidatorResult(java.lang.String message,
java.util.Collection<TemplateComponent> components,
int type)
message - the string descriptor of the issuecomponents - the TemplateComponents contributing to the issuetype - the type of the issue
public Validator.ValidatorResult(java.lang.String message,
TemplateComponent component,
java.util.Collection<TemplateLink> links,
java.lang.String event,
int type)
message - the string descriptor of the issuecomponent - the TemplateComponent contributing to the issuelinks - the TemplateLinks contributing to the issueevent - the name of the event contributing to the issuetype - the type of the issue
public Validator.ValidatorResult(java.lang.String message,
TemplateComponent component,
java.util.Collection<TemplateLink> links,
int type)
message - the string descriptor of the issuecomponent - the TemplateComponent contributing to the issuelinks - the TemplateLinks contributing to the issuetype - the type of the issue
public Validator.ValidatorResult(java.lang.String message,
TemplateLink link,
int type)
message - the string descriptor of the issuelink - the TemplateLink contributing to the issuetype - the type of the issue
public Validator.ValidatorResult(java.lang.String message,
int type)
message - the string descriptor of the issuetype - the type of the issue
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||