org.apache.archiva.common
Class FileTypeUtils

java.lang.Object
  extended by org.apache.archiva.common.FileTypeUtils

public class FileTypeUtils
extends Object

Since:
1.4-M1
Author:
Olivier Lamy

Field Summary
static List<String> DEFAULT_EXCLUSIONS
          Default exclusions from artifact consumers that are using the file types.
 
Constructor Summary
FileTypeUtils()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_EXCLUSIONS

public static final List<String> DEFAULT_EXCLUSIONS
Default exclusions from artifact consumers that are using the file types. Note that this is simplistic in the case of the support files (based on extension) as it is elsewhere - it may be better to match these to actual artifacts and exclude later during scanning.

Constructor Detail

FileTypeUtils

public FileTypeUtils()


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