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


Field Summary
private  List<AdminRepositoryConsumer> list
           
private  List<String> selectedIds
           
 
Constructor Summary
AddAdminRepoConsumerClosure(List<String> selectedIds)
           
 
Method Summary
 void execute(Object input)
           
 List<AdminRepositoryConsumer> getList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

list

private List<AdminRepositoryConsumer> list

selectedIds

private List<String> selectedIds
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<AdminRepositoryConsumer> getList()


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