InstancesクラスとInstanceクラスを新規に作成. Instancesクラスにシングルトンを導入.
|
・Instanceクラスのフィールドにとりあえずnameを追加. ・InstancesクラスにcreateInstance(String, String)を追加.
|
Accounts
#3 opened
on 15 May 2018
by y-ota
|
InstancesRest作成
|
createInstance(String, String)の戻り値をvoidからInstanceに変更.
|
Yoichiro
#6 opened
on 17 May 2018
by y-ota
|
JSONConsumerクラスとJSONProviderクラスの作成と, InstancesクラスにdestroyInstanceメソッドを追加.
|
Acocunts
#8 opened
on 17 May 2018
by y-ota
|
Accountsのlogin部分を修正
#9 opened
on 17 May 2018
by y-ota
|
ブランチ切りました。
|
InstanceRest更新
|
POSTメソッドとDELETEメソッドの追加
|
Area
|
Accounts2
#14 opened
on 21 May 2018
by y-ota
|
Yoichiro
#15 opened
on 22 May 2018
by y-ota
|
Yoichiro
#16 opened
on 22 May 2018
by y-ota
|
Character
|
Yoichiro
#18 opened
on 22 May 2018
by y-ota
|
ランダム英数字列生成関連の処理をRandomStringGeneratorを使用するように修正.
|
Yoichiro
#20 opened
on 24 May 2018
by y-ota
|
Character
|
当該クラスで利用していたRandomStringGeneratorクラス関連の修正.
|
Accounts修正
#23 opened
on 24 May 2018
by y-ota
|
InstancesRestのcharacters,createCharacter作成 (コメントアウトしてます)
|
コンストラクタをデフォルトコンストラクタからもとに戻した.
|