|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.common.core.report.impl.AbstractMessageDefinition<InstanceValidationMessage>
eu.esdihumboldt.hale.common.instancevalidator.report.impl.InstanceValidationMessageDefinition
public class InstanceValidationMessageDefinition
Definition for InstanceValidationMessage
s.
Field Summary | |
---|---|
static String |
KEY_CATEGORY
Key for category string. |
static String |
KEY_PATH_COUNT
Key for count of path members. |
static String |
KEY_PATH_PREFIX
Key prefix for path member. |
static String |
KEY_TYPE
Key for type name. |
Fields inherited from class eu.esdihumboldt.hale.common.core.report.impl.AbstractMessageDefinition |
---|
KEY_MESSAGE, KEY_STACK_TRACE |
Fields inherited from interface eu.esdihumboldt.hale.common.core.report.MessageDefinition |
---|
ID_PREFIX |
Constructor Summary | |
---|---|
InstanceValidationMessageDefinition()
Constructor. |
Method Summary | |
---|---|
protected Properties |
asProperties(InstanceValidationMessage message)
Get a Properties representation of the given message that can be
used to create a new message instance using
AbstractMessageDefinition.createMessage(Properties) . |
protected InstanceValidationMessage |
createMessage(Properties props)
Create a message from a set of properties |
Methods inherited from class eu.esdihumboldt.hale.common.core.report.impl.AbstractMessageDefinition |
---|
asString, getIdentifier, getObjectClass, parse |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String KEY_CATEGORY
public static final String KEY_TYPE
public static final String KEY_PATH_COUNT
public static final String KEY_PATH_PREFIX
Constructor Detail |
---|
public InstanceValidationMessageDefinition()
Method Detail |
---|
protected InstanceValidationMessage createMessage(Properties props)
AbstractMessageDefinition
createMessage
in class AbstractMessageDefinition<InstanceValidationMessage>
props
- the properties
AbstractMessageDefinition.createMessage(Properties)
protected Properties asProperties(InstanceValidationMessage message)
AbstractMessageDefinition
Properties
representation of the given message that can be
used to create a new message instance using
AbstractMessageDefinition.createMessage(Properties)
.
asProperties
in class AbstractMessageDefinition<InstanceValidationMessage>
message
- the message
AbstractMessageDefinition.asProperties(eu.esdihumboldt.hale.common.core.report.Message)
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |