public static class NutsSettingsAliasSubCommand.AliasInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
command |
String |
executionOptions |
String |
factoryId |
String |
name |
net.thevpc.nuts.NutsId |
owner |
| Constructor and Description |
|---|
AliasInfo(net.thevpc.nuts.NutsWorkspaceCustomCommand a,
net.thevpc.nuts.NutsWorkspace ws) |
AliasInfo(String name,
String command,
String factoryId,
net.thevpc.nuts.NutsId owner,
String executionOptions) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommand() |
String |
getExecutionOptions() |
String |
getFactoryId() |
String |
getName() |
net.thevpc.nuts.NutsId |
getOwner() |
public String name
public String command
public String factoryId
public net.thevpc.nuts.NutsId owner
public String executionOptions
Copyright © 2021 vpc open source initiative. All rights reserved.