public final class StarterObjectApplication extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
Setting |
INSTANCE |
Logger |
logger |
List<Runnable> |
POST_SCAN_RUNNABLE
on scan after
|
List<Runnable> |
PRE_SCAN_RUNNABLE
on scan before
|
List<Runnable> |
STARTED_RUNNABLE
started runnable
|
| 构造器和说明 |
|---|
StarterObjectApplication(Class cla) |
StarterObjectApplication(ClassLoader SCAN_LOADER) |
| 限定符和类型 | 方法和说明 |
|---|---|
Set<String> |
addConfFile(File file)
add conf file
and return this all conf file
|
Set<String> |
addConfFile(String file)
add conf file
and return this all conf file
|
int |
executeMethod(Object... objects)
matcher and run
|
boolean |
isInited() |
static StarterObjectApplication |
run(Class<?> cla) |
StarterObjectApplication |
run0(Class<?> cla)
start SpringTool
|
void |
setAccessTypes(Class<?>... classes)
set Access Types
|
void |
setAllAfter(Runner runner)
on matched and run ed
|
void |
setAllBefore(Runner runner)
on run before
|
void |
setInited(boolean inited) |
void |
setMainKey(Class<?> cla)
Constraints on setting primary key parameters Cannot be multiple runs for the same primary key
|
void |
setPoolSize(int poolSize) |
void |
setWaitTime(long waitTime) |
public StarterObjectApplication(ClassLoader SCAN_LOADER)
public StarterObjectApplication(Class cla)
public void setPoolSize(int poolSize)
public void setWaitTime(long waitTime)
public StarterObjectApplication run0(Class<?> cla)
cla - public static StarterObjectApplication run(Class<?> cla)
public void setMainKey(Class<?> cla)
cla - public void setAccessTypes(Class<?>... classes)
classes - public int executeMethod(Object... objects)
objects - public void setAllAfter(Runner runner)
runner - public void setAllBefore(Runner runner)
runner - public Set<String> addConfFile(File file)
file - public Set<String> addConfFile(String file)
file - public boolean isInited()
public void setInited(boolean inited)
Copyright © 2025. All rights reserved.