com.googlecode.mavenfilesync
Class FileSyncMapping
java.lang.Object
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileSyncMapping
public FileSyncMapping()
- Initializes the mapping to default values, which will be overriden if
given by the maven magic.
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.