OSDN Git Service

過去ログ取得時点をConverterコンストラクタ引数からProfileに移動
[coroid/inqubus.git] / frontend / src / yukihane / saccubus / converter / profile / CommentProfile.java
index edbc476..c1a65cb 100644 (file)
@@ -11,4 +11,8 @@ public interface CommentProfile extends InputFileSetting {
     int getBackComment();
 
     boolean isReduceComment();
+
+    // TODO 戻り値はlongにする
+    /** @過去ログを取得する時点 */
+    String getBackLogPoint();
 }