@Immutable public class RepositoryConfiguration.Component extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
RepositoryConfiguration.Component(String name,
String classname,
String classpath,
Document document) |
| Modifier and Type | Method and Description |
|---|---|
<Type> Type |
createInstance(ClassLoader fallbackLoader)
Create an instance of this class.
|
boolean |
equals(Object obj) |
String |
getClassname() |
String |
getClasspath() |
Document |
getDocument() |
String |
getName()
Get the component's name.
|
int |
hashCode() |
String |
toString() |
public String getName()
public String getClassname()
public String getClasspath()
public Document getDocument()
public <Type> Type createInstance(ClassLoader fallbackLoader) throws Exception
Type - fallbackLoader - the fallback class loader that should be used for
Environment.getClassLoader(ClassLoader, String...)document fields set on it; never nullException - if anything failsgetClasspath()Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.