◆ DocumentDefinitions()
org.turro.documentation.DocumentDefinitions.DocumentDefinitions |
( |
| ) |
|
◆ filtered()
◆ get()
Definition at line 41 of file DocumentDefinitions.java.
42 return stream().filter(dd -> dd.getName().equals(name)).findFirst().orElse(
null);
◆ instance()
Definition at line 62 of file DocumentDefinitions.java.
63 return INIT.instance(() -> !watch.isNewer(), () ->
load());
static DocumentDefinitions load()
◆ load()
Definition at line 72 of file DocumentDefinitions.java.
74 if(watch.exists())
try {
76 JSONSerializer ser =
new JSONSerializer(
true);
77 definitions = ser.fromJson(FileUtil.getContent(watch.getFile()),
DocumentDefinitions.class);
78 }
catch (IOException ex) {
79 Logger.getLogger(
DocumentDefinitions.class.getName()).log(Level.SEVERE, ElephantContext.logMsg(
null), ex);
81 if(definitions ==
null) {
◆ names()
SortedSet<String> org.turro.documentation.DocumentDefinitions.names |
( |
| ) |
|
◆ reset()
static void org.turro.documentation.DocumentDefinitions.reset |
( |
| ) |
|
|
static |
◆ save()
void org.turro.documentation.DocumentDefinitions.save |
( |
| ) |
|
The documentation for this class was generated from the following file: