com.googlecode.mavenfilesync
Class FileSyncMapping

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

public class FileSyncMapping
extends Object

A mapping descriptor. @See http://andrei.gmxhome.de/filesync/usage.html for further details. The class is immutable and have no parameter constructor, however the values are assigned by the maven extralinguistic mechanism.

Author:
Marek Dec

Constructor Summary
FileSyncMapping()
          Initializes the mapping to default values, which will be overriden if given by the maven magic.
 
Method Summary
 String getDestinationFolder()
           
 List<String> getExclPatternList()
           
 List<String> getInclPatternList()
           
 String getSourceFolder()
           
 String getVariablesFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSyncMapping

public FileSyncMapping()
Initializes the mapping to default values, which will be overriden if given by the maven magic.

Method Detail

getSourceFolder

public String getSourceFolder()

getInclPatternList

public List<String> getInclPatternList()

getDestinationFolder

public String getDestinationFolder()

getExclPatternList

public List<String> getExclPatternList()

getVariablesFile

public String getVariablesFile()


Copyright © 2011. All Rights Reserved.