com.starteam.diff
Class StarTeamMerge.FileDetails

java.lang.Object
  extended by com.starteam.diff.StarTeamMerge.FileDetails
Enclosing class:
StarTeamMerge

public static final class StarTeamMerge.FileDetails
extends java.lang.Object

Details of the file involved in the merge.


Constructor Summary
StarTeamMerge.FileDetails(java.io.File file)
          Constructs the file details required for the merge.
StarTeamMerge.FileDetails(java.io.File file, Encoding encoding)
          Constructs the file details required for the merge.
StarTeamMerge.FileDetails(java.io.File file, Encoding encoding, java.lang.String label)
          Constructs the file details required for the merge.
 
Method Summary
 Encoding getEncoding()
          Gets the file's encoding
 java.io.File getFile()
          Gets the associated file
 java.lang.String getLabel()
          Gets the label to identify the file
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StarTeamMerge.FileDetails

public StarTeamMerge.FileDetails(java.io.File file,
                                 Encoding encoding,
                                 java.lang.String label)
Constructs the file details required for the merge.

Parameters:
file - file involved in the merge
encoding - The file's encoding.
label - A label to be used to identify this file in the markup text.

StarTeamMerge.FileDetails

public StarTeamMerge.FileDetails(java.io.File file,
                                 Encoding encoding)
Constructs the file details required for the merge.

Parameters:
file - file involved in the merge
encoding - The file's encoding.

StarTeamMerge.FileDetails

public StarTeamMerge.FileDetails(java.io.File file)
Constructs the file details required for the merge. The file is assumed to use the ISO-8859-1 encoding.

Parameters:
file - file involved in the merge
Method Detail

getFile

public java.io.File getFile()
Gets the associated file

Returns:
the associated file

getEncoding

public Encoding getEncoding()
Gets the file's encoding

Returns:
the file's encoding

getLabel

public java.lang.String getLabel()
Gets the label to identify the file

Returns:
the label to identify the file


StarTeam SDK 14.0, Build 21
Copyright © 2003-2012 Borland Software Corporation. All rights reserved.