org.apache.archiva.admin.repository.admin
Class FiletypeToMapClosure

java.lang.Object
  extended by org.apache.archiva.admin.repository.admin.FiletypeToMapClosure
All Implemented Interfaces:
org.apache.commons.collections.Closure

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

FiletypeToMapClosure

Since:
1.4-M1

Field Summary
private  Map<String,FileType> map
           
 
Constructor Summary
FiletypeToMapClosure()
           
 
Method Summary
 void execute(Object input)
           
 Map<String,FileType> getMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

map

private Map<String,FileType> map
Constructor Detail

FiletypeToMapClosure

public FiletypeToMapClosure()
Method Detail

execute

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

getMap

public Map<String,FileType> getMap()


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