ImportCustomizer@Deprecated public abstract class AbstractImportCustomizerProvider extends Object implements ImportCustomizerProvider
| Modifier and Type | Field and Description |
|---|---|
protected static String |
DOT_STAR
Deprecated.
|
protected static String |
EMPTY_STRING
Deprecated.
|
protected Set<String> |
extraImports
Deprecated.
|
protected Set<String> |
extraStaticImports
Deprecated.
|
protected static String |
PERIOD
Deprecated.
|
| Constructor and Description |
|---|
AbstractImportCustomizerProvider()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CompilationCustomizer |
create()
Deprecated.
Create a new instance of a
CompilationCustomizer to add to the GremlinGroovyScriptEngine. |
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–2019 Apache Software Foundation. All rights reserved.