Package ch.bailu.gtk.gio
Interface IOModuleScopeFlags
public interface IOModuleScopeFlags
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
When using this scope to load or
scan modules, automatically block a modules which has the same base
basename as previously loaded module.static final int
No module scan flags
-
Field Details
-
NONE
static final int NONENo module scan flags- See Also:
-
BLOCK_DUPLICATES
static final int BLOCK_DUPLICATESWhen using this scope to load or
scan modules, automatically block a modules which has the same base
basename as previously loaded module.- See Also:
-