Home | History | Annotate | Download | only in runner

Lines Matching full:excluded

12  * should be excluded from loading. The loading
16 * The list of excluded package paths is specified in
17 * a properties file "excluded.properties" that is located in
27 /** default excluded paths */
33 /** name of excluded properties file */
34 static final String EXCLUDED_FILE= "excluded.properties";
35 /** excluded paths */
40 * and the excluded package paths
48 * and the excluded package paths
88 // Delegate the loading of excluded classes to the
215 if (key.startsWith("excluded.")) {