org.jboss.deployers.vfs.plugins.dependency
Class DeploymentDependenciesImpl
java.lang.Object
org.jboss.deployers.vfs.plugins.dependency.DeploymentDependenciesImpl
- All Implemented Interfaces:
- DeploymentDependencies
public class DeploymentDependenciesImpl
- extends Object
- implements DeploymentDependencies
DeploymentDependenciesimpl.
- Author:
- Ales Justin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentDependenciesImpl
public DeploymentDependenciesImpl(Object name,
DependenciesMetaData dmd)
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.