mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
Getter追加
This commit is contained in:
parent
b63e2dd862
commit
bf01610eb5
|
@ -112,6 +112,27 @@ public class DocumentMeta {
|
|||
return tagIds;
|
||||
}
|
||||
|
||||
/**
|
||||
* PublicPathを取得する
|
||||
*/
|
||||
public PublicPath getPath() {
|
||||
return path;
|
||||
}
|
||||
|
||||
/**
|
||||
* ドキュメントの作者(String)を取得する
|
||||
*/
|
||||
public String getAuthor() {
|
||||
return author;
|
||||
}
|
||||
|
||||
/**
|
||||
* ドキュメントのデフォルトブランチ(String)を取得する
|
||||
*/
|
||||
public String getDefaultBranch() {
|
||||
return defaultBranch;
|
||||
}
|
||||
|
||||
// Setter
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user