org.jboss.deployment.spi.beans
Class TestBeans

java.lang.Object
  extended by org.jboss.deployment.spi.beans.TestBeans

public class TestBeans
extends Object


Constructor Summary
TestBeans()
           
 
Method Summary
static void indentPrint(int x, String y)
           
static void test_remove(javax.enterprise.deploy.spi.DConfigBean config, javax.enterprise.deploy.model.DDBean dd)
           
static void traverse(javax.enterprise.deploy.spi.DConfigBean config, javax.enterprise.deploy.model.DDBean dd, int indent)
           
static String trimClass(Class c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestBeans

public TestBeans()
Method Detail

test_remove

public static void test_remove(javax.enterprise.deploy.spi.DConfigBean config,
                               javax.enterprise.deploy.model.DDBean dd)

traverse

public static void traverse(javax.enterprise.deploy.spi.DConfigBean config,
                            javax.enterprise.deploy.model.DDBean dd,
                            int indent)
                     throws javax.enterprise.deploy.spi.exceptions.ConfigurationException
Throws:
javax.enterprise.deploy.spi.exceptions.ConfigurationException

trimClass

public static String trimClass(Class c)

indentPrint

public static void indentPrint(int x,
                               String y)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.