org.codehaus.plexus.application.profile
Class ApplicationRuntimeProfile
java.lang.Object
org.codehaus.plexus.application.profile.ApplicationRuntimeProfile
public class ApplicationRuntimeProfile
- extends java.lang.Object
- Version:
- $Id: ApplicationRuntimeProfile.java 1564 2005-03-16 23:22:27Z trygvis $
- Author:
- Trygve Laugstøl
Constructor Summary |
ApplicationRuntimeProfile(java.lang.String name,
java.io.File home,
java.io.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(java.lang.String name,
java.io.File home,
java.io.File lib,
org.codehaus.plexus.DefaultPlexusContainer container,
org.codehaus.plexus.configuration.PlexusConfiguration applicationConfiguration)
getName
public java.lang.String getName()
getHome
public java.io.File getHome()
getLib
public java.io.File getLib()
getContainer
public org.codehaus.plexus.DefaultPlexusContainer getContainer()
getApplicationConfiguration
public org.codehaus.plexus.configuration.PlexusConfiguration getApplicationConfiguration()
getServices
public java.util.List getServices()
getServiceConfigurations
public java.util.List getServiceConfigurations()
Copyright © 2001-2011 Codehaus. All Rights Reserved.