org.sonatype.gossip.trigger
Class AlwaysTrigger

java.lang.Object
  extended by org.sonatype.gossip.trigger.AlwaysTrigger
All Implemented Interfaces:
Trigger

public class AlwaysTrigger
extends Object
implements Trigger

Always triggers.

Since:
1.0
Author:
Jason Dillon

Constructor Summary
AlwaysTrigger()
           
 
Method Summary
 boolean isActive()
          Determine if a profile is active.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlwaysTrigger

public AlwaysTrigger()
Method Detail

isActive

public boolean isActive()
Description copied from interface: Trigger
Determine if a profile is active.

Specified by:
isActive in interface Trigger
Returns:
True if the profile is active.


Copyright © 2008-2011 Sonatype. All Rights Reserved.