|
|
|
@ -33,12 +33,6 @@ public class JProp {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public static void main(String[] args) {
|
|
|
|
|
String[] keywords = JProp.getInstance().getStringArray("keywords", new String[]{});
|
|
|
|
|
|
|
|
|
|
System.out.println(JSONUtil.toJsonStr(keywords));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private void save() {
|
|
|
|
|
this.props.store(propFile.getAbsolutePath());
|
|
|
|
|
}
|
|
|
|
|