org.ops4j.pax.construct.clone
Interface PaxCommandBuilder


public interface PaxCommandBuilder

Builder interface for a Pax-Construct command


Method Summary
 PaxCommandBuilder flag(char flag)
          Add a simple flag to the command, such as -x
 MavenOptionBuilder maven()
          Add Maven specific options using the given builder
 PaxCommandBuilder option(char option, java.lang.String value)
          Add an option setting to the command, such as -y value
 

Method Detail

flag

PaxCommandBuilder flag(char flag)
Add a simple flag to the command, such as -x

Parameters:
flag - the flag character
Returns:
builder for the Pax-Construct command

option

PaxCommandBuilder option(char option,
                         java.lang.String value)
Add an option setting to the command, such as -y value

Parameters:
option - the option character
value - the value to use
Returns:
builder for the Pax-Construct command

maven

MavenOptionBuilder maven()
Add Maven specific options using the given builder

Returns:
builder for Maven specific options


Copyright © 2007-2008 OPS4J. All Rights Reserved.