|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.diff.StarTeamMerge.FileDetails
public static final class StarTeamMerge.FileDetails
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 |
|---|
public StarTeamMerge.FileDetails(java.io.File file,
Encoding encoding,
java.lang.String label)
file - file involved in the mergeencoding - The file's encoding.label - A label to be used to identify this file in the markup
text.
public StarTeamMerge.FileDetails(java.io.File file,
Encoding encoding)
file - file involved in the mergeencoding - The file's encoding.public StarTeamMerge.FileDetails(java.io.File file)
file - file involved in the merge| Method Detail |
|---|
public java.io.File getFile()
public Encoding getEncoding()
public java.lang.String getLabel()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||