org.sonatype.gossip.trigger
Interface Trigger

All Known Implementing Classes:
AlwaysTrigger, EnvironmentVariableTrigger, NameValueTriggerSupport, SystemPropertyTrigger

public interface Trigger

Profile trigger.

Since:
1.0
Author:
Jason Dillon

Method Summary
 boolean isActive()
          Determine if a profile is active.
 

Method Detail

isActive

boolean isActive()
Determine if a profile is active.

Returns:
True if the profile is active.


Copyright © 2008-2011 Sonatype. All Rights Reserved.