Interface ILocalDeploymentDefinition

All Known Implementing Classes:
LocalDeploymentDefinition

public interface ILocalDeploymentDefinition
Local deployment definition.
Version:
$Revision$ $Date$
Author:
Stepan Roh, Polarion Software
See Also:
  • 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 (not null)
    • isRecursive

      boolean isRecursive()
      Whether to copy folders recursively.
      Returns:
      true if subfolders should be copied too