@Immutable public class RepositoryConfiguration.Component extends Object
Modifier | Constructor and Description |
---|---|
protected |
Component(String classname) |
protected |
Component(String classname,
String classpath) |
protected |
Component(String name,
String classname,
String classpath,
Document document) |
Modifier and Type | Method and Description |
---|---|
protected <Type> Type |
createInstance()
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() |
protected Component(String classname)
public String getName()
public String getClassname()
public String getClasspath()
public Document getDocument()
protected <Type> Type createInstance() throws Exception
Type
- document fields
set on it; never nullException
- if anything failsgetClasspath()
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.