|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XmlFileDeployableFactory
Interface for the deployable factories that create factories from XML files.
| Method Summary | |
|---|---|
void |
registerFileDeployable(Class<? extends FileDeployable<?,?>> clazz,
String nameSpace)
Add a namespace-FileDeployable class mapping in the factory. |
void |
unregisterFileDeployable(String nameSpace)
Removes a namespace-FileDeployable class mapping from the factory. |
| Methods inherited from interface org.ow2.util.plan.deploy.deployable.api.factory.IFileDeployableFactory |
|---|
getFileDeployable |
| Method Detail |
|---|
void registerFileDeployable(Class<? extends FileDeployable<?,?>> clazz,
String nameSpace)
clazz - the class.nameSpace - the namespace.void unregisterFileDeployable(String nameSpace)
nameSpace - the namespace.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||