|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Component in org.figure8.join.businessfacades.artifact |
---|
Methods in org.figure8.join.businessfacades.artifact that return Component | |
---|---|
Component |
DefaultArtifactManager.getComponent(java.lang.String key)
Get a component having this specified key. |
Component |
ArtifactManager.getComponent(java.lang.String key)
Get a component having this specified key. |
Methods in org.figure8.join.businessfacades.artifact with parameters of type Component | |
---|---|
void |
DefaultArtifactManager.bindComponent(Component component,
Assembly assembly)
Bind a component to an existing assembly. |
void |
ArtifactManager.bindComponent(Component component,
Assembly assembly)
Bind a component to an existing assembly. |
Uses of Component in org.figure8.join.businessobjects.artifact |
---|
Methods in org.figure8.join.businessobjects.artifact that return Component | |
---|---|
Component |
Assembly.getComponent(ComponentType type)
Convenient method for retrieving only one component contained assembly |
Methods in org.figure8.join.businessobjects.artifact with parameters of type Component | |
---|---|
void |
Build.addComponent(Component component)
Convenient method for adding a components to a build. |
void |
Assembly.addComponent(Component component)
Convenient method for adding a components to an assembly. |
java.lang.String |
ComponentType.generateComponentKey(Component component)
Generate a unique key for a compoent. |
Uses of Component in org.figure8.join.businessobjects.artifact.persistence |
---|
Methods in org.figure8.join.businessobjects.artifact.persistence that return Component | |
---|---|
Component |
HibernateComponentDao.getComponent(java.lang.String key)
Retrieve the component having the specified key |
Component |
ComponentDao.getComponent(java.lang.String key)
Retrieve the component having the specified key |
Uses of Component in org.figure8.join.control.form |
---|
Methods in org.figure8.join.control.form with parameters of type Component | |
---|---|
void |
BuildForm.addComponent(Component component)
|
Uses of Component in org.figure8.join.services.properties |
---|
Methods in org.figure8.join.services.properties with parameters of type Component | |
---|---|
java.util.Properties |
ComponentPropertiesExtractor.extract(Component component)
Extract a set of properies from the given component. |
java.util.Properties |
ComponentPropertiesExtractor.extract(Component component,
java.lang.String prefix)
Extract a set of properties from the given component. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |