public interface RegistrationPointItem
| Modifier and Type | Method and Description |
|---|---|
boolean |
exclusive()
Return the exclusive flag, true when only one component shall be built.
|
RegistrationPointItem |
exclusive(boolean exclusive)
Set the exclusive flag, true when only one component shall be built.
|
Class<? extends Component<?>> |
interfaceClass()
Return the interface class implemented by the registered class.
|
RegistrationPointItem |
interfaceClass(Class<? extends Component<?>> interfaceClass)
Set the interface class implemented by the registered class.
|
boolean |
reverse()
Return the reverse flag, true when lower priority shall be retrieved first.
|
RegistrationPointItem |
reverse(boolean reverse)
Set the reverse flag, true when lower priority shall be retrieved first.
|
Class<? extends Component<?>> interfaceClass()
RegistrationPointItem interfaceClass(Class<? extends Component<?>> interfaceClass)
interfaceClass - The interfaceClass to set.boolean exclusive()
RegistrationPointItem exclusive(boolean exclusive)
exclusive - The exclusive to set.boolean reverse()
RegistrationPointItem reverse(boolean reverse)
reverse - The reverse to set.Copyright © 2011–2018 JRebirth OSS. All rights reserved.