public interface DirectiveFactory
| Modifier and Type | Method and Description |
|---|---|
Directive |
create(DirectiveType type)
Creates a directive.
|
Directive |
create(DirectiveType type,
String query)
Creates a directive.
|
Directive create(DirectiveType type) throws DirectiveException
type - DirectiveExceptionDirective create(DirectiveType type, String query) throws DirectiveException
type - query - DirectiveExceptionCopyright © 2019. All rights reserved.