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 Summary
Nested Classes Modifier and Type Class Description static classFileSandboxExtension.Settings 
- 
Field Summary
Fields Modifier and Type Field Description static StringGREMLIN_SERVER_SANDBOX 
- 
Constructor Summary
Constructors Constructor Description FileSandboxExtension() 
- 
Method Summary
All 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.AbstractSandboxExtension
run 
- 
Methods inherited from class org.codehaus.groovy.transform.stc.GroovyTypeCheckingExtensionSupport.TypeCheckingDSL
getProperty, invokeMethod, setProperty 
 - 
 
 - 
 
- 
- 
Field Detail
- 
GREMLIN_SERVER_SANDBOX
public static final String GREMLIN_SERVER_SANDBOX
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
getMethodWhiteList
public List<String> getMethodWhiteList()
- Specified by:
 getMethodWhiteListin classAbstractSandboxExtension
 
- 
getStaticVariableTypes
public Map<String,Class<?>> getStaticVariableTypes()
- Specified by:
 getStaticVariableTypesin classAbstractSandboxExtension
 
- 
allowAutoTypeOfUnknown
public boolean allowAutoTypeOfUnknown()
- Overrides:
 allowAutoTypeOfUnknownin classAbstractSandboxExtension
 
 - 
 
 -