public class ValidateClass extends Object implements Validate
Constructor and Description |
---|
ValidateClass(Key key,
Class<?> clazz)
Constructor
|
ValidateClass(Key key,
Class<?> clazz,
List<? extends ConfigProperty> configProperties)
Constructor
|
ValidateClass(Key key,
String className,
ClassLoader cl,
List<? extends ConfigProperty> configProperties)
Constructor
|
Modifier and Type | Method and Description |
---|---|
ClassLoader |
getClassLoader()
Get the class loader.
|
String |
getClassName()
Get the class name.
|
Class<?> |
getClazz()
Get the clazz
|
List<? extends ConfigProperty> |
getConfigProperties()
Get the list of config properties
|
Key |
getKey()
Get the key
|
public ValidateClass(Key key, Class<?> clazz)
key
- The keyclazz
- The classpublic ValidateClass(Key key, Class<?> clazz, List<? extends ConfigProperty> configProperties)
key
- The keyclazz
- The classconfigProperties
- The list of config property metadatapublic ValidateClass(Key key, String className, ClassLoader cl, List<? extends ConfigProperty> configProperties)
key
- The keyclassName
- The classcl
- the class loader used to load classconfigProperties
- The list of config property metadatapublic Class<?> getClazz()
public List<? extends ConfigProperty> getConfigProperties()
public String getClassName()
public ClassLoader getClassLoader()
Copyright © 2021 JBoss by Red Hat. All rights reserved.