org.jboss.beans.metadata.plugins
Class AbstractInstallMetaData.InstallationDependencyItem

java.lang.Object
  extended by org.jboss.util.JBossObject
      extended by org.jboss.dependency.plugins.AbstractDependencyItem
          extended by org.jboss.beans.metadata.plugins.AbstractInstallMetaData.InstallationDependencyItem
All Implemented Interfaces:
Cloneable, DependencyItem, org.jboss.util.JBossInterface
Enclosing class:
AbstractInstallMetaData

public class AbstractInstallMetaData.InstallationDependencyItem
extends AbstractDependencyItem

An InstallationDependencyItem.


Field Summary
 
Fields inherited from class org.jboss.dependency.plugins.AbstractDependencyItem
log
 
Fields inherited from class org.jboss.util.JBossObject
hashCode, toString
 
Constructor Summary
AbstractInstallMetaData.InstallationDependencyItem(Object name)
          Create a new InstallationDependencyItem.
 
Method Summary
 
Methods inherited from class org.jboss.dependency.plugins.AbstractDependencyItem
addDependsOnMe, getDependentState, getIDependOn, getName, getWhenRequired, isResolved, resolve, setIDependOn, setResolved, toHumanReadableString, toHumanReadableString, toShortString, toString, unresolved, unresolved
 
Methods inherited from class org.jboss.util.JBossObject
cacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, getHashCode, hashCode, list, notEqual, toShortString, toString, toStringImplementation
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractInstallMetaData.InstallationDependencyItem

public AbstractInstallMetaData.InstallationDependencyItem(Object name)
Create a new InstallationDependencyItem.

Parameters:
name - the name


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