Class DependencyGrabber
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.groovy.util.DependencyGrabber
 
- 
- All Implemented Interfaces:
- groovy.lang.GroovyObject
 
 public class DependencyGrabber extends Object implements groovy.lang.GroovyObject 
- 
- 
Constructor SummaryConstructors Constructor Description DependencyGrabber(ClassLoader cl, File extensionDirectory)DependencyGrabber(ClassLoader cl, String extensionDirectory)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>copyDependenciesToPath(Artifact artifact)StringdeleteDependenciesFromPath(Artifact artifact)static voidgetFileNames(List fileNames, Path dir)groovy.lang.MetaClassgetMetaClass()ObjectgetProperty(String property)ObjectinvokeMethod(String method, Object arguments)ObjectmakeDepsMap(Artifact artifact)voidsetMetaClass(groovy.lang.MetaClass mc)voidsetProperty(String property, Object value)
 
- 
- 
- 
Constructor Detail- 
DependencyGrabberpublic DependencyGrabber(ClassLoader cl, String extensionDirectory) 
 - 
DependencyGrabberpublic DependencyGrabber(ClassLoader cl, File extensionDirectory) 
 
- 
 - 
Method Detail- 
getMetaClasspublic groovy.lang.MetaClass getMetaClass() - Specified by:
- getMetaClassin interface- groovy.lang.GroovyObject
 
 - 
setMetaClasspublic void setMetaClass(groovy.lang.MetaClass mc) - Specified by:
- setMetaClassin interface- groovy.lang.GroovyObject
 
 - 
invokeMethodpublic Object invokeMethod(String method, Object arguments) - Specified by:
- invokeMethodin interface- groovy.lang.GroovyObject
 
 - 
getPropertypublic Object getProperty(String property) - Specified by:
- getPropertyin interface- groovy.lang.GroovyObject
 
 - 
setPropertypublic void setProperty(String property, Object value) - Specified by:
- setPropertyin interface- groovy.lang.GroovyObject
 
 
- 
 
-