public class AliasMetadata extends Object
| Constructor and Description |
|---|
AliasMetadata(String name,
List<String> arguments)
Creates a new alias metadata
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getArguments()
Gets the arguments that the alias expands to
|
String |
getName()
Gets the alias name
|
String |
toString() |
Copyright © 2012–2022. All rights reserved.