org.apache.archiva.configuration
Class RepositoryScanningConfiguration

java.lang.Object
  extended by org.apache.archiva.configuration.RepositoryScanningConfiguration
All Implemented Interfaces:
Serializable

public class RepositoryScanningConfiguration
extends Object
implements Serializable

Class RepositoryScanningConfiguration.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Field Summary
private  List<FileType> fileTypes
          Field fileTypes.
private  List<String> invalidContentConsumers
          Field invalidContentConsumers.
private  List<String> knownContentConsumers
          Field knownContentConsumers.
 
Constructor Summary
RepositoryScanningConfiguration()
           
 
Method Summary
 void addFileType(FileType fileType)
          Method addFileType.
 void addInvalidContentConsumer(String string)
          Method addInvalidContentConsumer.
 void addKnownContentConsumer(String string)
          Method addKnownContentConsumer.
 List<FileType> getFileTypes()
          Method getFileTypes.
 List<String> getInvalidContentConsumers()
          Method getInvalidContentConsumers.
 List<String> getKnownContentConsumers()
          Method getKnownContentConsumers.
 void removeFileType(FileType fileType)
          Method removeFileType.
 void removeInvalidContentConsumer(String string)
          Method removeInvalidContentConsumer.
 void removeKnownContentConsumer(String string)
          Method removeKnownContentConsumer.
 void setFileTypes(List<FileType> fileTypes)
          Set the FileTypes for the repository scanning configuration.
 void setInvalidContentConsumers(List<String> invalidContentConsumers)
          Set the list of active consumer IDs for invalid content.
 void setKnownContentConsumers(List<String> knownContentConsumers)
          Set the list of active consumers IDs for known content.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fileTypes

private List<FileType> fileTypes
Field fileTypes.


knownContentConsumers

private List<String> knownContentConsumers
Field knownContentConsumers.


invalidContentConsumers

private List<String> invalidContentConsumers
Field invalidContentConsumers.

Constructor Detail

RepositoryScanningConfiguration

public RepositoryScanningConfiguration()
Method Detail

addFileType

public void addFileType(FileType fileType)
Method addFileType.

Parameters:
fileType -

addInvalidContentConsumer

public void addInvalidContentConsumer(String string)
Method addInvalidContentConsumer.

Parameters:
string -

addKnownContentConsumer

public void addKnownContentConsumer(String string)
Method addKnownContentConsumer.

Parameters:
string -

getFileTypes

public List<FileType> getFileTypes()
Method getFileTypes.

Returns:
List

getInvalidContentConsumers

public List<String> getInvalidContentConsumers()
Method getInvalidContentConsumers.

Returns:
List

getKnownContentConsumers

public List<String> getKnownContentConsumers()
Method getKnownContentConsumers.

Returns:
List

removeFileType

public void removeFileType(FileType fileType)
Method removeFileType.

Parameters:
fileType -

removeInvalidContentConsumer

public void removeInvalidContentConsumer(String string)
Method removeInvalidContentConsumer.

Parameters:
string -

removeKnownContentConsumer

public void removeKnownContentConsumer(String string)
Method removeKnownContentConsumer.

Parameters:
string -

setFileTypes

public void setFileTypes(List<FileType> fileTypes)
Set the FileTypes for the repository scanning configuration.

Parameters:
fileTypes -

setInvalidContentConsumers

public void setInvalidContentConsumers(List<String> invalidContentConsumers)
Set the list of active consumer IDs for invalid content.

Parameters:
invalidContentConsumers -

setKnownContentConsumers

public void setKnownContentConsumers(List<String> knownContentConsumers)
Set the list of active consumers IDs for known content.

Parameters:
knownContentConsumers -


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