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