| Package | Description |
|---|---|
| org.jrebirth.af.api.component.factory |
Provides contract used to build EnhancedComponent.
|
| Modifier and Type | Method and Description |
|---|---|
RegistrationPointItem |
RegistrationPointItem.exclusive(boolean exclusive)
Set the exclusive flag, true when only one component shall be built.
|
RegistrationPointItem |
RegistrationPointItem.interfaceClass(Class<? extends Component<?>> interfaceClass)
Set the interface class implemented by the registered class.
|
RegistrationPointItem |
RegistrationPointItem.reverse(boolean reverse)
Set the reverse flag, true when lower priority shall be retrieved first.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentFactory.define(RegistrationPointItem item)
Define a Component contract.
|
Copyright © 2011–2018 JRebirth OSS. All rights reserved.