org.ops4j.pax.scanner.pom.internal
Interface PomScannerConfiguration

All Superinterfaces:
ScannerConfiguration
All Known Implementing Classes:
PomScannerConfigurationImpl

public interface PomScannerConfiguration
extends ScannerConfiguration

POM scanner specific configuration.

Since:
1.0.0, 05 July, 2009
Author:
Alin Dreghiciu (adreghiciu@gmail.com)

Method Summary
 java.lang.String[] getDefaultExcludedTypes()
          Returns a comma separated list of artifact types to be excluded in the list of scanned artifacts.
 java.lang.String[] getDefaultIncludedTypes()
          Returns a comma separated list of artifact types to be included in the list of scanned artifacts.
 
Methods inherited from interface org.ops4j.pax.scanner.common.ScannerConfiguration
getCertificateCheck, getStartLevel, shouldStart, shouldUpdate
 

Method Detail

getDefaultIncludedTypes

java.lang.String[] getDefaultIncludedTypes()
Returns a comma separated list of artifact types to be included in the list of scanned artifacts. Every entry can be an regexp that will be matched against scanned artifact type.

Returns:
comma separated list of artifact types

getDefaultExcludedTypes

java.lang.String[] getDefaultExcludedTypes()
Returns a comma separated list of artifact types to be excluded in the list of scanned artifacts. Every entry can be an regexp that will be matched against scanned artifact type.

Returns:
comma separated list of artifact types


Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.