OSDN Git Service
(root)
/
coroid
/
inqubus.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
過去ログ取得時点をConverterコンストラクタ引数からProfileに移動
[coroid/inqubus.git]
/
frontend
/
src
/
yukihane
/
saccubus
/
converter
/
profile
/
CommentProfile.java
1
package yukihane.saccubus.converter.profile;
2
3
/**
4
*
5
* @author yuki
6
*/
7
public interface CommentProfile extends InputFileSetting {
8
9
boolean isSelfAdjustCommentNum();
10
11
int getBackComment();
12
13
boolean isReduceComment();
14
15
// TODO 戻り値はlongにする
16
/** @過去ログを取得する時点 */
17
String getBackLogPoint();
18
}