UML generation: Mark the urm-maven-plugin execution to be ignored in Eclipse and recreate all .puml files
This commit is contained in:
@ -1,32 +1,32 @@
|
||||
@startuml
|
||||
package com.iluwatar.singleton {
|
||||
class App {
|
||||
+ App()
|
||||
+ main(args : String[]) {static}
|
||||
}
|
||||
class ThreadSafeLazyLoadedIvoryTower {
|
||||
- instance : ThreadSafeLazyLoadedIvoryTower {static}
|
||||
- ThreadSafeLazyLoadedIvoryTower()
|
||||
+ getInstance() : ThreadSafeLazyLoadedIvoryTower {static}
|
||||
}
|
||||
-class HelperHolder {
|
||||
+ INSTANCE : InitializingOnDemandHolderIdiom {static}
|
||||
- HelperHolder()
|
||||
}
|
||||
class App {
|
||||
+ App()
|
||||
+ main(args : String[]) {static}
|
||||
class InitializingOnDemandHolderIdiom {
|
||||
- InitializingOnDemandHolderIdiom()
|
||||
+ getInstance() : InitializingOnDemandHolderIdiom {static}
|
||||
}
|
||||
class ThreadSafeDoubleCheckLocking {
|
||||
- instance : ThreadSafeDoubleCheckLocking {static}
|
||||
- ThreadSafeDoubleCheckLocking()
|
||||
+ getInstance() : ThreadSafeDoubleCheckLocking {static}
|
||||
}
|
||||
class InitializingOnDemandHolderIdiom {
|
||||
- InitializingOnDemandHolderIdiom()
|
||||
+ getInstance() : InitializingOnDemandHolderIdiom {static}
|
||||
}
|
||||
class IvoryTower {
|
||||
- INSTANCE : IvoryTower {static}
|
||||
- IvoryTower()
|
||||
+ getInstance() : IvoryTower {static}
|
||||
}
|
||||
-class HelperHolder {
|
||||
- INSTANCE : InitializingOnDemandHolderIdiom {static}
|
||||
- HelperHolder()
|
||||
}
|
||||
enum EnumIvoryTower {
|
||||
+ INSTANCE {static}
|
||||
+ toString() : String
|
||||
|
Reference in New Issue
Block a user