OSDN Git Service

ファイル名パターン決定メソッドをpublicで公開
authoryukihane <yukihane.feather@gmail.com>
Sat, 20 Aug 2011 04:46:03 +0000 (13:46 +0900)
committeryukihane <yukihane.feather@gmail.com>
Sun, 21 Aug 2011 16:34:14 +0000 (01:34 +0900)
src/nicobrowser/NamePattern.java

index f434915..5608d9f 100644 (file)
@@ -32,7 +32,7 @@ public class NamePattern {
         this.title = title;
     }
 
-    String createFileName(String id, boolean isNotLow) {
+    public String createFileName(String id, boolean isNotLow) {
         String res = pattern;
         res = res.replace(titlePattern, title);
         res = res.replace(idPattern, id);