org.ow2.easybeans.mavenplugin.mapping
Class ServerConfigLocation

java.lang.Object
  extended by org.ow2.easybeans.mavenplugin.mapping.ServerConfigLocation

public class ServerConfigLocation
extends java.lang.Object

Access to user defined configuration file of EasyBeans. This class is mapped by Maven with the POM configuration file.

Author:
Vincent Michaud

Constructor Summary
ServerConfigLocation()
           
 
Method Summary
 java.lang.String getConfigFileLocation()
          Get location of the EasyBeans configuration file.
 java.util.List<java.lang.String> getPartialConfigFileLocations()
          Get location of the partial EasyBeans configuration files.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerConfigLocation

public ServerConfigLocation()
Method Detail

getConfigFileLocation

public java.lang.String getConfigFileLocation()
Get location of the EasyBeans configuration file.

Returns:
Location of the EasyBeans configuration file, or null if not specified

getPartialConfigFileLocations

public java.util.List<java.lang.String> getPartialConfigFileLocations()
Get location of the partial EasyBeans configuration files.

Returns:
Location of the EasyBeans configuration files, or null if any specified file


Copyright © 2006-2011 OW2 Consortium. All Rights Reserved.