Package com.polarion.alm.builder.model
Interface ILocalDeploymentDefinition
- All Known Implementing Classes:
LocalDeploymentDefinition
public interface ILocalDeploymentDefinition
Local deployment definition.
- Version:
- $Revision$ $Date$
- Author:
- Stepan Roh, Polarion Software
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGet source location (file or folder).Get target directory.boolean
Whether to copy folders recursively.
-
Method Details
-
getSourceLocation
ILocation getSourceLocation()Get source location (file or folder).- Returns:
- location (absolute or relative) (not
null
)
-
getTargetDirectory
File getTargetDirectory()Get target directory.If source location is folder, then its contents are copied inside this target directory. If it is file, then it is copied inside this target directory.
Returned file is not absolute.
- Returns:
- relative
File
(notnull
)
-
isRecursive
boolean isRecursive()Whether to copy folders recursively.- Returns:
true
if subfolders should be copied too
-