org.jboss.seam.deployment
Class SeamDeploymentProperties

java.lang.Object
  extended by org.jboss.seam.deployment.SeamDeploymentProperties

public class SeamDeploymentProperties
extends Object


Field Summary
static String RESOURCE_BUNDLE
          The resource bundle used to control Seam deployment
 
Constructor Summary
SeamDeploymentProperties(ClassLoader classLoader)
           
 
Method Summary
 List<String> getPropertyValues(String key)
          Get a list of possible values for a given key.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE_BUNDLE

public static final String RESOURCE_BUNDLE
The resource bundle used to control Seam deployment

See Also:
Constant Field Values
Constructor Detail

SeamDeploymentProperties

public SeamDeploymentProperties(ClassLoader classLoader)
Method Detail

getPropertyValues

public List<String> getPropertyValues(String key)
Get a list of possible values for a given key. First, System properties are tried, followed by the specified resource bundle (first in classpath only). Colon (:) deliminated lists are split out.