| Package | Description |
|---|---|
| act.cli | |
| act.inject |
The package is all about Dependency Injections
|
| act.job | |
| act.util |
| Modifier and Type | Method and Description |
|---|---|
void |
CliContext.print(ProgressGauge progressGauge) |
void |
CliContext.printBar(ProgressGauge progressGauge) |
void |
CliContext.printText(ProgressGauge progressGauge) |
| Modifier and Type | Field and Description |
|---|---|
static javax.inject.Provider<ProgressGauge> |
ActProviders.PROGRESS_GAUGE |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
TrackableWorker.apply(ProgressGauge progressGauge) |
protected abstract void |
TrackableWorker.run(ProgressGauge progressGauge) |
void |
AppJobManager.setJobProgressGauge(java.lang.String jobId,
ProgressGauge progressGauge) |
void |
Job.setProgressGauge(ProgressGauge progressGauge) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
AppJobManager.now(org.osgl.Osgl.Function<ProgressGauge,?> worker) |
java.lang.String |
AppJobManager.prepare(org.osgl.Osgl.Function<ProgressGauge,?> worker)
Prepare a job from worker.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleProgressGauge |
| Modifier and Type | Method and Description |
|---|---|
ProgressGauge |
ActContext.Base.progress() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProgressGauge.Listener.onUpdate(ProgressGauge progressGauge) |
static SimpleProgressGauge |
SimpleProgressGauge.wrap(ProgressGauge progressGauge) |
Copyright © 2014–2017 ActFramework. All rights reserved.