public interface CommandArgFactory<T extends CommandArg<?>>
Modifier and Type | Method and Description |
---|---|
T |
createCommandArg(String string)
Factory method which creates the command arg for
the given String.
|
T createCommandArg(String string)
Copyright © 2012. All Rights Reserved.