public class NameWithArgs
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String[] |
args
the arguments, e.g.
|
java.lang.String |
baseName
the base string, e.g.
|
java.lang.String |
fullName
full string, e.g.
|
| Constructor and Description |
|---|
NameWithArgs(java.lang.String name)
construct the string with arguments from the specified string
|