org.apache.archiva.rest.services.utils
Class AddAdminRepoConsumerClosure

java.lang.Object
  extended by org.apache.archiva.rest.services.utils.AddAdminRepoConsumerClosure
All Implemented Interfaces:
org.apache.commons.collections.Closure

public class AddAdminRepoConsumerClosure
extends Object
implements org.apache.commons.collections.Closure

AddAdminRepoConsumerClosure


Constructor Summary
AddAdminRepoConsumerClosure(List<String> selectedIds)
           
 
Method Summary
 void execute(Object input)
           
 List<org.apache.archiva.rest.api.model.AdminRepositoryConsumer> getList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddAdminRepoConsumerClosure

public AddAdminRepoConsumerClosure(List<String> selectedIds)
Method Detail

execute

public void execute(Object input)
Specified by:
execute in interface org.apache.commons.collections.Closure

getList

public List<org.apache.archiva.rest.api.model.AdminRepositoryConsumer> getList()


Copyright © 2006-2012 The Apache Software Foundation. All Rights Reserved.