public class AppScanner
extends java.lang.Object
AppScanner defines entries that will be included/excluded in
scanning process, when configuring Jodd frameworks.
By default, scanning entries includes all classes that belongs
to the project and to the Jodd.| Modifier and Type | Field and Description |
|---|---|
protected DefaultAppCore |
appCore |
protected boolean |
ignoreExceptions
Should scanning ignore the exception.
|
protected java.lang.String[] |
includedEntries
Scanning entries that will be examined by various
Jodd auto-magic tools.
|
protected java.lang.String[] |
includedJars
Scanning jars.
|
| Constructor and Description |
|---|
AppScanner(DefaultAppCore appCore) |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(jodd.io.findfile.ClassFinder classFinder)
Configures scanner class finder.
|
java.lang.String[] |
getIncludedEntries() |
java.lang.String[] |
getIncludedJars() |
boolean |
isIgnoreExceptions() |
void |
setIgnoreExceptions(boolean ignoreExceptions) |
void |
setIncludedEntries(java.lang.String... includedEntries) |
void |
setIncludedJars(java.lang.String... includedJars) |
protected final DefaultAppCore appCore
protected java.lang.String[] includedEntries
protected java.lang.String[] includedJars
protected boolean ignoreExceptions
public AppScanner(DefaultAppCore appCore)
public java.lang.String[] getIncludedEntries()
public void setIncludedEntries(java.lang.String... includedEntries)
public java.lang.String[] getIncludedJars()
public void setIncludedJars(java.lang.String... includedJars)
public boolean isIgnoreExceptions()
public void setIgnoreExceptions(boolean ignoreExceptions)
public void configure(jodd.io.findfile.ClassFinder classFinder)
Copyright © 2003-2013 Jodd Team