| Package | Description |
|---|---|
| org.jrebirth.af.api.component.factory |
Provides contract used to build EnhancedComponent.
|
| Modifier and Type | Method and Description |
|---|---|
RegistrationItem |
RegistrationItem.implClass(Class<? extends Component<?>> implClass)
Set the implementation class.
|
RegistrationItem |
RegistrationItem.interfaceClass(Class<? extends Component<?>> interfaceClass)
Set the interface class implemented by the registered class.
|
RegistrationItem |
RegistrationItem.priority(PriorityLevel priority)
Set the registration priority level.
|
RegistrationItem |
RegistrationItem.weight(int weight)
Set the registration priority weight.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentFactory.register(RegistrationItem item)
Register an implementation class for an interface.
|
Copyright © 2011–2018 JRebirth OSS. All rights reserved.