org.ow2.easybeans.mavenplugin.mapping
Class ServerConfigLocation
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerConfigLocation
public ServerConfigLocation()
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.