org.codehaus.plexus.application.profile
Class ApplicationRuntimeProfile
java.lang.Object
org.codehaus.plexus.application.profile.ApplicationRuntimeProfile
public class ApplicationRuntimeProfile
- extends Object
- Version:
- $Id: ApplicationRuntimeProfile.java 1564 2005-03-16 23:22:27Z trygvis $
- Author:
- Trygve Laugstøl
Constructor Summary |
ApplicationRuntimeProfile(String name,
File home,
File lib,
org.codehaus.plexus.DefaultPlexusContainer container,
org.codehaus.plexus.configuration.PlexusConfiguration applicationConfiguration)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationRuntimeProfile
public ApplicationRuntimeProfile(String name,
File home,
File lib,
org.codehaus.plexus.DefaultPlexusContainer container,
org.codehaus.plexus.configuration.PlexusConfiguration applicationConfiguration)
getName
public String getName()
getHome
public File getHome()
getLib
public File getLib()
getContainer
public org.codehaus.plexus.DefaultPlexusContainer getContainer()
getApplicationConfiguration
public org.codehaus.plexus.configuration.PlexusConfiguration getApplicationConfiguration()
getServices
public List getServices()
getServiceConfigurations
public List getServiceConfigurations()
Copyright © 2001-2012 Codehaus. All Rights Reserved.