Brooklyn

brooklyn.event.basic
[Java] Class SetConfigKey.SetModifications

java.lang.Object
  StructuredModifications
      brooklyn.event.basic.SetConfigKey.SetModifications

public static class SetConfigKey.SetModifications
extends StructuredModifications

when passed as a value to a SetConfigKey, causes each of these items to be added. if you have just one, no need to wrap in a mod.


Method Summary
static SetModification add(java.lang.Object o1, java.lang.Object o2, java.lang.Object... oo)

static SetModification addAll(java.util.Collection items)

when passed as a value to a SetConfigKey, causes each of these items to be added

static SetModification addItem(java.lang.Object item)

when passed as a value to a SetConfigKey, causes the set to be cleared and these items added

static SetModification set(java.util.Collection items)

 

Method Detail

add

public static final SetModification add(java.lang.Object o1, java.lang.Object o2, java.lang.Object... oo)


addAll

public static final SetModification addAll(java.util.Collection items)
when passed as a value to a SetConfigKey, causes each of these items to be added


addItem

public static final SetModification addItem(java.lang.Object item)
when passed as a value to a SetConfigKey, causes the set to be cleared and these items added


set

public static final SetModification set(java.util.Collection items)


 

Brooklyn Multi-Cloud Application Management Platform
brooklyncentral.github.com. Apache License. © 2012.