org.jboss.profileservice.spi.metadata
Interface ProfileMetaData

All Superinterfaces:
ProfileKeyMetaData

public interface ProfileMetaData
extends ProfileKeyMetaData

The meta data making up a profile.

Version:
$Revision$
Author:
Emanuel Muckenhuber

Method Summary
 List<ProfileDeploymentMetaData> getDeployments()
          Get the associated deployments to this profile.
 ProfileSourceMetaData getSource()
          Get the ProfileSource.
 List<SubProfileMetaData> getSubprofiles()
          Get the sub-profiles.
 
Methods inherited from interface org.jboss.profileservice.spi.metadata.ProfileKeyMetaData
getDomain, getName, getServer
 

Method Detail

getSource

ProfileSourceMetaData getSource()
Get the ProfileSource.

Returns:
the profile source

getSubprofiles

List<SubProfileMetaData> getSubprofiles()
Get the sub-profiles.

Returns:
the sub-profiles

getDeployments

List<ProfileDeploymentMetaData> getDeployments()
Get the associated deployments to this profile.

Returns:
the deployments


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.