org.jboss.ejb3.dd
Class LoaderRepositoryConfig

java.lang.Object
  extended by org.jboss.ejb3.dd.LoaderRepositoryConfig

public class LoaderRepositoryConfig
extends Object

Represents an element of the jboss.xml deployment descriptor for the 1.4 schema

Version:
$Revision: 1.1.2.5 $
Author:
William DeCoste

Constructor Summary
LoaderRepositoryConfig()
           
 
Method Summary
 String getConfigParserClass()
           
 String getValue()
           
 void setConfigParserClass(String configParserClass)
           
 void setValue(String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoaderRepositoryConfig

public LoaderRepositoryConfig()
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)

getConfigParserClass

public String getConfigParserClass()

setConfigParserClass

public void setConfigParserClass(String configParserClass)

toString

public String toString()
Overrides:
toString in class Object


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