public Hixlog(String urlName, GoogleUser user, Category category) {
this.setUrl(user.isUsingHTTPSConnection() ? "https://" + "http://" + urlName + ".blogspot." + user.getLocation().toDomain().toString());
this.admin = user;
this.category = category;
setup();
}
@Override
public setup() {
super.setup();
this.post(new Post("Hello world!", System.decompile(new FileHandle(this.getDomain() + File.separator + "index.java").toString(), new Date()));
}
}
new Hixlog("hixlog", GoogleAPI.getUser(user), Category.CASUAL).setup();

0 意見: