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


public interface Parser

Parser for "assembly:" protocol.

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

Field Summary
static String SYNTAX
          Syntax for the url; to be shown on exception messages.
 
Method Summary
 String manifest()
          Returns the parsed manifest path.
 MergePolicy mergePolicy()
          Returns the merging policy for resources.
 Source[] sources()
          Returns the resources sources to be included into assembly.
 

Field Detail

SYNTAX

static final String SYNTAX
Syntax for the url; to be shown on exception messages.

See Also:
Constant Field Values
Method Detail

manifest

String manifest()
Returns the parsed manifest path.

Returns:
parsed manifest path

sources

Source[] sources()
Returns the resources sources to be included into assembly.

Returns:
parsed resource patterns

mergePolicy

MergePolicy mergePolicy()
Returns the merging policy for resources.

Returns:
merging policy


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