org.ow2.easybeans.mavenplugin.mapping
Class ServerConfigLocation

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

public class ServerConfigLocation
extends 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
 String getConfigFileLocation()
          Get location of the EasyBeans configuration file.
 List<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 String getConfigFileLocation()
Get location of the EasyBeans configuration file.

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

getPartialConfigFileLocations

public List<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.