com.googlecode.mavenfilesync
Class SettingsBuilder

java.lang.Object
  extended by com.googlecode.mavenfilesync.SettingsBuilder

public class SettingsBuilder
extends Object


Constructor Summary
SettingsBuilder()
           
 
Method Summary
 String build()
           
 SettingsBuilder with(FileSyncSetupMojo.Param name, boolean value)
           
 SettingsBuilder with(FileSyncSetupMojo.Param name, String value)
           
 SettingsBuilder withMapping(FileSyncMapping mapping)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SettingsBuilder

public SettingsBuilder()
Method Detail

with

public SettingsBuilder with(FileSyncSetupMojo.Param name,
                            boolean value)

with

public SettingsBuilder with(FileSyncSetupMojo.Param name,
                            String value)

withMapping

public SettingsBuilder withMapping(FileSyncMapping mapping)

build

public String build()


Copyright © 2011. All Rights Reserved.