org.codehaus.groovy.maven.gossip.model
Class EffectiveProfile

java.lang.Object
  extended by org.codehaus.groovy.maven.gossip.model.AbstractNode
      extended by org.codehaus.groovy.maven.gossip.model.ContainerNode
          extended by org.codehaus.groovy.maven.gossip.model.EffectiveProfile
All Implemented Interfaces:
Node

public class EffectiveProfile
extends ContainerNode

Effective profile node.

Version:
$Id: EffectiveProfile.java 13181 2008-08-10 14:05:55Z user57 $
Author:
Jason Dillon

Field Summary
 
Fields inherited from class org.codehaus.groovy.maven.gossip.model.AbstractNode
log
 
Constructor Summary
EffectiveProfile()
           
 
Method Summary
 void addProfile(Profile node)
           
 void filter(Event event)
           
 java.util.Map loggers()
           
 java.util.List profiles()
           
 
Methods inherited from class org.codehaus.groovy.maven.gossip.model.AbstractNode
getParent, mergeProperties, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EffectiveProfile

public EffectiveProfile()
Method Detail

profiles

public java.util.List profiles()

addProfile

public void addProfile(Profile node)

loggers

public java.util.Map loggers()

filter

public void filter(Event event)


Copyright © 2006-2009 Codehaus. All Rights Reserved.