- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 37 of file FilesItem.java.
◆ FilesItem() [1/2]
org.turro.elephant.configuration.FilesItem.FilesItem |
( |
File |
file, |
|
|
String |
label, |
|
|
String |
pattern |
|
) |
| |
Definition at line 42 of file FilesItem.java.
43 this(file, label, pattern,
false);
◆ FilesItem() [2/2]
org.turro.elephant.configuration.FilesItem.FilesItem |
( |
File |
file, |
|
|
String |
label, |
|
|
String |
pattern, |
|
|
boolean |
dynamicLoad |
|
) |
| |
Definition at line 46 of file FilesItem.java.
47 this.label = Strings.isBlank(label) ? file.getName() : label;
48 this.pattern = pattern;
49 this.dynamicLoad = dynamicLoad;
◆ addFile()
void org.turro.elephant.configuration.FilesItem.addFile |
( |
FilesItem |
file | ) |
|
Definition at line 58 of file FilesItem.java.
60 appendChild(
new Treechildren());
62 getTreechildren().appendChild(file);
◆ getCurrentFile()
File org.turro.elephant.configuration.FilesItem.getCurrentFile |
( |
| ) |
|
◆ getTree()
FilesTree org.turro.elephant.configuration.FilesItem.getTree |
( |
| ) |
|
Definition at line 66 of file FilesItem.java.
67 return (FilesTree) super.getTree();
◆ isDynamicLoad()
boolean org.turro.elephant.configuration.FilesItem.isDynamicLoad |
( |
| ) |
|
◆ refresh()
void org.turro.elephant.configuration.FilesItem.refresh |
( |
| ) |
|
Definition at line 74 of file FilesItem.java.
75 getTreechildren().getChildren().clear();
The documentation for this class was generated from the following file: