OSDN Git Service

needsDownloadメソッドをインタフェースから削除
[coroid/inqubus.git] / frontend / src / saccubus / converter / profile / Profile.java
index dc09bfb..671d39e 100644 (file)
@@ -15,9 +15,6 @@ public interface Profile {
 
     LoginInfo getLoginInfo();
 
-    /** @return 何かダウンロードするものがあればtrue. */
-    boolean needsDownload();
-
     InputFileSetting getVideoSetting();
 
     InputFileSetting getCommentSetting();
@@ -28,9 +25,9 @@ public interface Profile {
 
     CommentGetInfo getCommentGetInfo();
 
-    public boolean needsConvert();
+    boolean needsConvert();
 
-    public Ffmpeg getFfmpeg();
+    Ffmpeg getFfmpeg();
 
-    public GeneralSetting getGeneralSetting();
+    GeneralSetting getGeneralSetting();
 }