org.ow2.util.plan.deploy.deployable.api.factory
Interface IFileDeployableFactory
- All Known Subinterfaces:
- IFileDeployableFactoryManager, XmlFileDeployableFactory
public interface IFileDeployableFactory
Base interface for FileDeployable factories.
- Author:
- mleduque
getFileDeployable
FileDeployable<?,?> getFileDeployable(IFileArchive fileArchive)
throws FileDeployableException
- Creates and returns a FileDeployable from the given FileArchive.
- Parameters:
fileArchive - the file archive.
- Returns:
- a file deployable.
- Throws:
FileDeployableException - when the file deployable
could not be created.
Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.