org.sonatype.gossip.trigger
Class EnvironmentVariableTrigger

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

public class EnvironmentVariableTrigger
extends NameValueTriggerSupport

Triggers activation based on a environment variable.

Since:
1.0
Author:
Jason Dillon

Field Summary
 
Fields inherited from class org.sonatype.gossip.trigger.NameValueTriggerSupport
log
 
Constructor Summary
EnvironmentVariableTrigger()
           
 
Method Summary
protected  java.lang.String resolve()
           
 
Methods inherited from class org.sonatype.gossip.trigger.NameValueTriggerSupport
getName, getValue, isActive, isIgnoreCase, isTrim, setIgnoreCase, setName, setTrim, setValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EnvironmentVariableTrigger

public EnvironmentVariableTrigger()
Method Detail

resolve

protected java.lang.String resolve()
Specified by:
resolve in class NameValueTriggerSupport


Copyright © 2008-2010 Sonatype. All Rights Reserved.