@ProviderType public interface CommandBuilderFactory
CommandBuilder
Modifier and Type | Method and Description |
---|---|
<T extends CommandBuilder> |
createCommandBuilder(java.lang.Class<T> clazz)
creates the required
CommandBuilder |
@Nonnull <T extends CommandBuilder> T createCommandBuilder(@Nonnull java.lang.Class<T> clazz) throws java.lang.IllegalArgumentException
CommandBuilder
clazz
- class name of the required command builderCommandBuilder
java.lang.IllegalArgumentException
- if the clazz argument is unsupportedCopyright © 2010 - 2020 Adobe. All Rights Reserved