public class JobServiceCmd extends Object
| Modifier and Type | Field and Description |
|---|---|
protected net.thevpc.nuts.NutsApplicationContext |
context |
protected JobService |
service |
protected net.thevpc.nuts.NutsWorkspace |
ws |
| Constructor and Description |
|---|
JobServiceCmd(net.thevpc.nuts.NutsApplicationContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> Predicate<T> |
appendPredicate(Predicate<T> whereFilter,
Predicate<T> t) |
protected String |
createHashId(int value,
int maxValues) |
Predicate<String> |
createProjectFilter(String s) |
protected Predicate<String> |
createStringFilter(String s) |
protected static String |
formatWithPrefix(Object value,
String prefix) |
protected net.thevpc.nuts.NutsString |
getCheckedString(Boolean x) |
protected net.thevpc.nuts.NutsString |
getFlagString(NFlag x) |
protected String |
getFormattedDate(Instant x) |
protected net.thevpc.nuts.NutsString |
getFormattedProject(String projectName) |
protected net.thevpc.nuts.NutsString |
getPriorityString(NPriority x) |
protected net.thevpc.nuts.NutsString |
getStatusString(NTaskStatus x) |
static int |
parseIntOrFF(String s) |
boolean |
runCommands(net.thevpc.nuts.NutsCommandLine cmd) |
void |
runInteractive(net.thevpc.nuts.NutsCommandLine cmdLine) |
protected void |
showCustomHelp(String name) |
protected JobService service
protected net.thevpc.nuts.NutsApplicationContext context
protected net.thevpc.nuts.NutsWorkspace ws
public JobServiceCmd(net.thevpc.nuts.NutsApplicationContext context)
public static int parseIntOrFF(String s)
public boolean runCommands(net.thevpc.nuts.NutsCommandLine cmd)
protected void showCustomHelp(String name)
protected net.thevpc.nuts.NutsString getFormattedProject(String projectName)
protected net.thevpc.nuts.NutsString getCheckedString(Boolean x)
protected net.thevpc.nuts.NutsString getPriorityString(NPriority x)
protected net.thevpc.nuts.NutsString getStatusString(NTaskStatus x)
protected net.thevpc.nuts.NutsString getFlagString(NFlag x)
protected <T> Predicate<T> appendPredicate(Predicate<T> whereFilter, Predicate<T> t)
public void runInteractive(net.thevpc.nuts.NutsCommandLine cmdLine)
protected String createHashId(int value, int maxValues)
Copyright © 2021 vpc open source initiative. All rights reserved.