Package | Description |
---|---|
org.jboss.jca.validator |
This package contains the specification validator module
|
Modifier and Type | Method and Description |
---|---|
Key |
Validate.getKey()
Get the key
|
Key |
ValidateClass.getKey()
Get the key
|
static Key |
Key.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Key[] |
Key.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ValidateClass(Key key,
java.lang.Class<?> clazz)
Constructor
|
ValidateClass(Key key,
java.lang.Class<?> clazz,
java.util.List<? extends org.jboss.jca.common.api.metadata.ra.ConfigProperty> configProperties)
Constructor
|
ValidateClass(Key key,
java.lang.String className,
java.lang.ClassLoader cl,
java.util.List<? extends org.jboss.jca.common.api.metadata.ra.ConfigProperty> configProperties)
Constructor
|
ValidateObject(Key key,
java.lang.Object object)
Constructor
|
ValidateObject(Key key,
java.lang.Object object,
java.util.List<? extends org.jboss.jca.common.api.metadata.ra.ConfigProperty> configProperties)
Constructor
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)