Class DependencyGrabber
java.lang.Object
org.apache.tinkerpop.gremlin.groovy.util.DependencyGrabber
- All Implemented Interfaces:
groovy.lang.GroovyObject
-
Constructor Summary
ConstructorsConstructorDescriptionDependencyGrabber(ClassLoader cl, File extensionDirectory) DependencyGrabber(ClassLoader cl, String extensionDirectory) -
Method Summary
Modifier and TypeMethodDescriptioncopyDependenciesToPath(Artifact artifact) deleteDependenciesFromPath(Artifact artifact) static voidgetFileNames(List fileNames, Path dir) groovy.lang.MetaClassmakeDepsMap(Artifact artifact) voidsetMetaClass(groovy.lang.MetaClass mc) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface groovy.lang.GroovyObject
getProperty, invokeMethod, setProperty
-
Constructor Details
-
DependencyGrabber
-
DependencyGrabber
-
-
Method Details
-
getMetaClass
public groovy.lang.MetaClass getMetaClass()- Specified by:
getMetaClassin interfacegroovy.lang.GroovyObject
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc) - Specified by:
setMetaClassin interfacegroovy.lang.GroovyObject
-
deleteDependenciesFromPath
-
copyDependenciesToPath
-
makeDepsMap
-
getFileNames
-