org.ow2.util.plan.deploy.deployable.api.factory
Interface IFileDeployableFactoryManager

All Superinterfaces:
IFileDeployableFactory

public interface IFileDeployableFactoryManager
extends IFileDeployableFactory

Interface for FileDeployable factories that use factories to produce file deployables.

Author:
mleduque

Method Summary
 void addFileDeployableFactory(IFileDeployableFactory factory)
          Adds a factory to the managed ones.
 void removeFileDeployableFactory(IFileDeployableFactory factory)
          Removes a factory from the managed ones.
 
Methods inherited from interface org.ow2.util.plan.deploy.deployable.api.factory.IFileDeployableFactory
getFileDeployable
 

Method Detail

addFileDeployableFactory

void addFileDeployableFactory(IFileDeployableFactory factory)
Adds a factory to the managed ones.

Parameters:
factory - the added factory.

removeFileDeployableFactory

void removeFileDeployableFactory(IFileDeployableFactory factory)
Removes a factory from the managed ones.

Parameters:
factory - the removed factory.


Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.