Class FileSet
java.lang.Object
com.kohlschutter.mavenplugins.copyrename.FileSet
Specifies source and destination file.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the destination file.Gets the source file.void
setDestinationFile
(File destinationFile) Sets the destination file.void
setSourceFile
(File sourceFile) Sets the source file.
-
Constructor Details
-
FileSet
public FileSet()Creates a newFileSet
instance.
-
-
Method Details
-
getSourceFile
Gets the source file.- Returns:
- The source file.
-
setSourceFile
Sets the source file.- Parameters:
sourceFile
- The source file.
-
getDestinationFile
Gets the destination file.- Returns:
- The destination file.
-
setDestinationFile
Sets the destination file.- Parameters:
destinationFile
- The destination file.
-