org.apache.maven.archiva.configuration.functors
Class FiletypeToMapClosure

Package class diagram package FiletypeToMapClosure
java.lang.Object
  extended by org.apache.maven.archiva.configuration.functors.FiletypeToMapClosure
All Implemented Interfaces:
org.apache.commons.collections.Closure

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

FiletypeToMapClosure


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

Constructor Detail

FiletypeToMapClosure

public FiletypeToMapClosure()
Method Detail

execute

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

getMap

public java.util.Map<java.lang.String,FileType> getMap()