org.apache.maven.archiva.configuration.functors
Class 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

Version:
$Id: FiletypeToMapClosure.java 581104 2007-10-01 22:33:16Z joakime $
Author:
Joakim Erdfelt

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()


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.