org.jboss.deployers.vfs.plugins.dependency
Class DeploymentDependenciesImpl

java.lang.Object
  extended by org.jboss.deployers.vfs.plugins.dependency.DeploymentDependenciesImpl
All Implemented Interfaces:
DeploymentDependencies

public class DeploymentDependenciesImpl
extends Object
implements DeploymentDependencies

DeploymentDependenciesimpl.

Author:
Ales Justin

Constructor Summary
DeploymentDependenciesImpl(Object name, DependenciesMetaData dmd)
           
 
Method Summary
protected  org.jboss.dependency.spi.DependencyItem createDependencyItem(DependencyItemMetaData dimd)
          Create dependency item.
 Set<org.jboss.dependency.spi.DependencyItem> getDependencies()
          Get a set of dependencies.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentDependenciesImpl

public DeploymentDependenciesImpl(Object name,
                                  DependenciesMetaData dmd)
Method Detail

createDependencyItem

protected org.jboss.dependency.spi.DependencyItem createDependencyItem(DependencyItemMetaData dimd)
Create dependency item.

Parameters:
dimd - the dependency metadata item
Returns:
new dependency item

getDependencies

public Set<org.jboss.dependency.spi.DependencyItem> getDependencies()
Description copied from interface: DeploymentDependencies
Get a set of dependencies.

Specified by:
getDependencies in interface DeploymentDependencies
Returns:
the dependencies


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.