ImportCustomizer@Deprecated public abstract class AbstractImportCustomizerProvider extends Object implements ImportCustomizerProvider
| Modifier and Type | Field and Description | 
|---|---|
| protected static String | DOT_STARDeprecated.  | 
| protected static String | EMPTY_STRINGDeprecated.  | 
| protected Set<String> | extraImportsDeprecated.  | 
| protected Set<String> | extraStaticImportsDeprecated.  | 
| protected static String | PERIODDeprecated.  | 
| Constructor and Description | 
|---|
| AbstractImportCustomizerProvider()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| CompilationCustomizer | create()Deprecated.  Create a new instance of a  CompilationCustomizerto add to theGremlinGroovyScriptEngine. | 
| Set<String> | getAllImports()Deprecated.  | 
| Set<String> | getExtraImports()Deprecated.  | 
| Set<String> | getExtraStaticImports()Deprecated.  | 
| Set<String> | getImports()Deprecated.  | 
| Set<String> | getStaticImports()Deprecated.  | 
| protected static void | processImports(ImportCustomizer ic,
              Set<String> imports)Deprecated.  | 
| protected static void | processStaticImports(ImportCustomizer ic,
                    Set<String> staticImports)Deprecated.  | 
protected static final String DOT_STAR
protected static final String EMPTY_STRING
protected static final String PERIOD
public AbstractImportCustomizerProvider()
public CompilationCustomizer create()
CompilerCustomizerProviderCompilationCustomizer to add to the GremlinGroovyScriptEngine.create in interface CompilerCustomizerProviderpublic Set<String> getImports()
getImports in interface ImportCustomizerProviderpublic Set<String> getStaticImports()
getStaticImports in interface ImportCustomizerProviderpublic Set<String> getExtraImports()
getExtraImports in interface ImportCustomizerProviderpublic Set<String> getExtraStaticImports()
getExtraStaticImports in interface ImportCustomizerProviderprotected static void processStaticImports(ImportCustomizer ic,
                                           Set<String> staticImports)
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.