public final class ChangedFile extends ObjectSE
ChangedFiles| 修飾子と型 | クラスと説明 |
|---|---|
static class | ChangedFile.Type タイプの変更。 |
| コンストラクターと説明 |
|---|
ChangedFile(FileSE sourceFolder, FileSE file, ChangedFile.Type type) 新しい ChangedFile インスタンスを作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
boolean | equals(ObjectSE obj) |
FileSE | getFile() 変更されたファイルを返します。 |
StringSE | getRelativeName() ソースフォルダーに関連するファイルの名前を返します。 |
ChangedFile.Type | getType() 変更の型を返します。 |
int | hashCode() |
StringSE | toString() |
cloneSE, finalizeSE, getClassSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic ChangedFile(FileSE sourceFolder, FileSE file, ChangedFile.Type type)
ChangedFile インスタンスを作成します。sourceFolder - ソースフォルダー file - ファイル type - 変化の型 public FileSE getFile()
public ChangedFile.Type getType()
public StringSE getRelativeName()
public int hashCode()
ObjectSE の hashCodeSE public StringSE toString()
ObjectSE の toStringSE Copyright © 2019 Pivotal Software, Inc.. All rights reserved.