theConfig 10.0
Loading...
Searching...
No Matches
LcConfigIncludeIF.java
Go to the documentation of this file.
1
9/* LABEL-NO */
10package jvlcconfig;
11import jvmkkernel.*;
12
14@FunctionalInterface
15public interface LcConfigIncludeIF {
16 void Include (String path, String pattern, MkBufferListC ret);
17}
18
void Include(String path, String pattern, MkBufferListC ret)