Class ExportFileCreateInfo

All Implemented Interfaces:
Serializable

public class ExportFileCreateInfo extends FileCreateInfo
This class represents the properties that can be set for a file when it is exported.
Since:
2.2
See Also:
  • Constructor Details

    • ExportFileCreateInfo

      public ExportFileCreateInfo(String parentPath, String name, SourceLocation location)
      Constructor.
      Parameters:
      parentPath - The parent path in which to create the file.
      name - The name of the file to create.
      location - The location of the file: the repository or the workspace.
    • ExportFileCreateInfo

      public ExportFileCreateInfo(String path, SourceLocation location)
      Constructor.
      Parameters:
      path - The path defining where to create the file.
      location - The location of the file: the repository or the workspace.
  • Method Details

    • getLocation

      public SourceLocation getLocation()
      Gets the location of the file: the repository or the workspace.
      Returns:
      The location of the file: the repository or the workspace.
    • setLocation

      public void setLocation(SourceLocation location)
    • toString

      public String toString()
      Overrides:
      toString in class Object