| Constructor and Description |
|---|
Weld() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
Boolean |
developmentMode()
Weld comes with a special mode for application development.
|
T |
developmentMode(Boolean value)
Weld comes with a special mode for application development.
|
String |
getKey() |
Boolean |
nonPortableMode()
If true then the non-portable mode is enabled.
|
T |
nonPortableMode(Boolean value)
If true then the non-portable mode is enabled.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
Boolean |
requireBeanDescriptor()
If true then implicit bean archives without bean descriptor file
(beans.xml) are ignored by Weld
|
T |
requireBeanDescriptor(Boolean value)
If true then implicit bean archives without bean descriptor file
(beans.xml) are ignored by Weld
|
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
@ModelNodeBinding(detypedName="development-mode") public Boolean developmentMode()
public T developmentMode(Boolean value)
@ModelNodeBinding(detypedName="non-portable-mode") public Boolean nonPortableMode()
public T nonPortableMode(Boolean value)
@ModelNodeBinding(detypedName="require-bean-descriptor") public Boolean requireBeanDescriptor()
Copyright © 2015 JBoss by Red Hat. All rights reserved.