org.ops4j.pax.scanner.pom.internal
Class PomScannerConfigurationImpl

java.lang.Object
  extended by org.ops4j.util.property.PropertyStore
      extended by org.ops4j.pax.scanner.common.ScannerConfigurationImpl
          extended by org.ops4j.pax.scanner.pom.internal.PomScannerConfigurationImpl
All Implemented Interfaces:
ScannerConfiguration, PomScannerConfiguration

public class PomScannerConfigurationImpl
extends ScannerConfigurationImpl
implements PomScannerConfiguration

Default implementation of PomScannerConfiguration.

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

Constructor Summary
PomScannerConfigurationImpl(org.ops4j.util.property.PropertyResolver propertyResolver)
          Creates a new service configuration.
 
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 class org.ops4j.pax.scanner.common.ScannerConfigurationImpl
getCertificateCheck, getPid, getPropertyResolver, getStartLevel, shouldStart, shouldUpdate
 
Methods inherited from class org.ops4j.util.property.PropertyStore
contains, get, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ops4j.pax.scanner.common.ScannerConfiguration
getCertificateCheck, getStartLevel, shouldStart, shouldUpdate
 

Constructor Detail

PomScannerConfigurationImpl

public PomScannerConfigurationImpl(org.ops4j.util.property.PropertyResolver propertyResolver)
Creates a new service configuration.

Parameters:
propertyResolver - propertyResolver used to resolve properties; mandatory
Method Detail

getDefaultIncludedTypes

public 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.

Specified by:
getDefaultIncludedTypes in interface PomScannerConfiguration
Returns:
comma separated list of artifact types

getDefaultExcludedTypes

public 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.

Specified by:
getDefaultExcludedTypes in interface PomScannerConfiguration
Returns:
comma separated list of artifact types


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