コンストラクタと説明 |
---|
SEEDFile(java.nio.file.Path seedPath) |
修飾子とタイプ | メソッドと説明 |
---|---|
java.time.LocalDateTime |
getCreationDate() |
java.time.LocalDateTime |
getEndingDate() |
java.lang.String |
getOriginatingOrganization() |
java.nio.file.Path |
getSeedPath() |
java.time.LocalDateTime |
getStartingDate() |
java.lang.String |
getVolumeLabel() |
static void |
main(java.lang.String[] args)
Displays Global CMT IDs which might be contained in the seedfile
|
boolean |
toDirectory(java.nio.file.Path directory)
移動後
seedPath も変更する |
java.lang.String |
toString() |
public SEEDFile(java.nio.file.Path seedPath) throws java.io.IOException
java.io.IOException
public static void main(java.lang.String[] args) throws java.io.IOException
args
- [seed file name]java.io.IOException
- if an I/O error occurspublic java.lang.String toString()
toString
クラス内 java.lang.Object
public java.nio.file.Path getSeedPath()
public java.time.LocalDateTime getStartingDate()
public java.time.LocalDateTime getEndingDate()
public java.time.LocalDateTime getCreationDate()
public java.lang.String getOriginatingOrganization()
public java.lang.String getVolumeLabel()
public boolean toDirectory(java.nio.file.Path directory) throws java.io.IOException
seedPath
も変更するdirectory
- if it does not exist, it will be createdjava.io.IOException
- if an I/O error occurs