public class ConstraintValidatorFactory extends de.cs3d.util.eclipse.extension.AbstractConfigurationFactory<ConstraintValidator>
Constructor and Description |
---|
ConstraintValidatorFactory(org.eclipse.core.runtime.IConfigurationElement conf)
Create a
ConstraintValidator factory based on the given
configuration element. |
Modifier and Type | Method and Description |
---|---|
void |
dispose(ConstraintValidator arg0) |
Class<?> |
getConstraintClass()
Get the class of the associated constraint.
|
String |
getDisplayName() |
String |
getIdentifier() |
boolean |
isGroupPropertyConstraintValidator()
Checks whether this factory belongs to a group property constraint.
|
boolean |
isPropertyConstraintValidator()
Checks whether this factory belongs to a property constraint.
|
boolean |
isTypeConstraintValidator()
Checks whether this factory belongs to a type constraint.
|
createExtensionObject, getIconURL, getTypeName
allowConfigure, configure, getIconURL
compareTo, equals, getPriority, hashCode
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
compareTo
public ConstraintValidatorFactory(org.eclipse.core.runtime.IConfigurationElement conf)
ConstraintValidator
factory based on the given
configuration element.conf
- the configuration elementpublic void dispose(ConstraintValidator arg0)
ExtensionObjectFactory.dispose(java.lang.Object)
public String getDisplayName()
ExtensionObjectDefinition.getDisplayName()
public String getIdentifier()
ExtensionObjectDefinition.getIdentifier()
public boolean isTypeConstraintValidator()
public boolean isPropertyConstraintValidator()
public boolean isGroupPropertyConstraintValidator()
public Class<?> getConstraintClass()
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a