public abstract class TaskBase extends Object
| Constructor and Description |
|---|
TaskBase() |
| Modifier and Type | Method and Description |
|---|---|
com.mware.core.config.Configuration |
getConfiguration() |
com.mware.core.bootstrap.InjectHelper.ModuleMaker |
getModuleMaker() |
com.mware.core.user.User |
getUser() |
com.mware.core.model.user.UserRepository |
getUserRepository() |
protected abstract void |
run() |
void |
run(String[] args) |
public final void run(String[] args)
public com.mware.core.config.Configuration getConfiguration()
public com.mware.core.bootstrap.InjectHelper.ModuleMaker getModuleMaker()
public com.mware.core.model.user.UserRepository getUserRepository()
public com.mware.core.user.User getUser()
Copyright © 2016–2020 MWARE SOLUTIONS. All rights reserved.