Class FileSandboxExtension
- java.lang.Object
- 
- groovy.lang.GroovyObjectSupport
- 
- groovy.lang.Script
- 
- org.codehaus.groovy.transform.stc.GroovyTypeCheckingExtensionSupport.TypeCheckingDSL
- 
- org.apache.tinkerpop.gremlin.groovy.jsr223.customizer.AbstractSandboxExtension
- 
- org.apache.tinkerpop.gremlin.groovy.jsr223.customizer.FileSandboxExtension
 
 
 
 
 
- 
- All Implemented Interfaces:
- groovy.lang.GroovyObject
 
 public class FileSandboxExtension extends AbstractSandboxExtension 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classFileSandboxExtension.Settings
 - 
Field SummaryFields Modifier and Type Field Description static StringGREMLIN_SERVER_SANDBOX
 - 
Constructor SummaryConstructors Constructor Description FileSandboxExtension()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanallowAutoTypeOfUnknown()List<String>getMethodWhiteList()Map<String,Class<?>>getStaticVariableTypes()- 
Methods inherited from class org.apache.tinkerpop.gremlin.groovy.jsr223.customizer.AbstractSandboxExtensionrun
 - 
Methods inherited from class org.codehaus.groovy.transform.stc.GroovyTypeCheckingExtensionSupport.TypeCheckingDSLgetProperty, invokeMethod, setProperty
 
- 
 
- 
- 
- 
Field Detail- 
GREMLIN_SERVER_SANDBOXpublic static final String GREMLIN_SERVER_SANDBOX - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getMethodWhiteListpublic List<String> getMethodWhiteList() - Specified by:
- getMethodWhiteListin class- AbstractSandboxExtension
 
 - 
getStaticVariableTypespublic Map<String,Class<?>> getStaticVariableTypes() - Specified by:
- getStaticVariableTypesin class- AbstractSandboxExtension
 
 - 
allowAutoTypeOfUnknownpublic boolean allowAutoTypeOfUnknown() - Overrides:
- allowAutoTypeOfUnknownin class- AbstractSandboxExtension
 
 
- 
 
-