| Package | Description |
|---|---|
| net.thevpc.nuts.toolbox.njob.model | |
| net.thevpc.nuts.toolbox.njob.time |
| Modifier and Type | Method and Description |
|---|---|
TimePeriod |
NJob.getDuration() |
TimePeriod |
NTask.getDuration() |
TimePeriod |
NJob.getInternalDuration() |
TimePeriod |
NTask.getInternalDuration() |
| Modifier and Type | Method and Description |
|---|---|
NJob |
NJob.setDuration(TimePeriod duration) |
NTask |
NTask.setDuration(TimePeriod duration) |
NJob |
NJob.setInternalDuration(TimePeriod internalDuration) |
NTask |
NTask.setInternalDuration(TimePeriod internalDuration) |
| Modifier and Type | Method and Description |
|---|---|
TimePeriod |
TimePeriods.getPart(ChronoUnit a) |
TimePeriod[] |
TimePeriods.getPeriodArray() |
TimePeriod |
TimePeriod.neg() |
static TimePeriod |
TimePeriod.parse(String str,
boolean lenient) |
TimePeriod |
TimePeriods.toUnit(ChronoUnit a,
TimespanPattern timespanPattern) |
TimePeriod |
TimePeriod.toUnit(ChronoUnit u,
TimespanPattern pattern) |
| Modifier and Type | Method and Description |
|---|---|
static Predicate<TimePeriod> |
TimePeriod.parseFilter(String s,
boolean lenient) |
| Modifier and Type | Method and Description |
|---|---|
TimePeriods |
TimePeriods.add(TimePeriod p) |
int |
TimePeriod.compareTo(TimePeriod p) |
Copyright © 2022 vpc open source initiative. All rights reserved.