org.jboss.portal.server.deployment
Class Deployment

java.lang.Object
  extended by org.jboss.portal.server.deployment.Item
      extended by org.jboss.portal.server.deployment.Deployment

public class Deployment
extends Item


Field Summary
 
Fields inherited from class org.jboss.portal.server.deployment.Item
children, id, metaData, objects, parent, properties, source
 
Constructor Summary
Deployment(java.lang.Object id, java.lang.Object main, java.lang.ClassLoader classLoader)
           
 
Method Summary
 java.lang.ClassLoader getClassLoader()
           
 Deployment getDeployment()
          Return the top deployment.
 java.lang.Object getProperty(java.lang.String key)
           
 
Methods inherited from class org.jboss.portal.server.deployment.Item
addChild, childrenIterator, getID, getMetaData, getObject, getParent, getSource, setMetaData, setObject, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Deployment

public Deployment(java.lang.Object id,
                  java.lang.Object main,
                  java.lang.ClassLoader classLoader)
Method Detail

getDeployment

public Deployment getDeployment()
Description copied from class: Item
Return the top deployment.

Overrides:
getDeployment in class Item

getProperty

public java.lang.Object getProperty(java.lang.String key)
Overrides:
getProperty in class Item

getClassLoader

public java.lang.ClassLoader getClassLoader()