org.ops4j.pax.url.assembly.internal
Interface Source

All Known Implementing Classes:
ImmutableSource, PathEncodedSource

public interface Source

A source of resources.

Since:
1.1.0, August 31, 2009
Author:
Alin Dreghiciu

Method Summary
 Pattern[] excludes()
          List of patterns for exclusion.
 Pattern[] includes()
          List of patterns for inclusion.
 String path()
          Base source path for resources.
 

Method Detail

path

String path()
Base source path for resources.

Returns:
source path for resources

includes

Pattern[] includes()
List of patterns for inclusion.

Returns:
list of patterns

excludes

Pattern[] excludes()
List of patterns for exclusion.

Returns:
list of patterns


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