org.sonatype.gossip.trigger
Class AlwaysTrigger
java.lang.Object
org.sonatype.gossip.trigger.AlwaysTrigger
- All Implemented Interfaces:
- Trigger
public class AlwaysTrigger
- extends Object
- implements Trigger
Always triggers.
- Since:
- 1.0
- Author:
- Jason Dillon
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 |
AlwaysTrigger
public AlwaysTrigger()
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-2012 Sonatype. All Rights Reserved.