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 Details

    • DependencyGrabber

      public DependencyGrabber(ClassLoader cl, String extensionDirectory)
    • DependencyGrabber

      public DependencyGrabber(ClassLoader cl, File extensionDirectory)
  • Method Details

    • getMetaClass

      public groovy.lang.MetaClass getMetaClass()
      Specified by:
      getMetaClass in interface groovy.lang.GroovyObject
    • setMetaClass

      public void setMetaClass(groovy.lang.MetaClass mc)
      Specified by:
      setMetaClass in interface groovy.lang.GroovyObject
    • deleteDependenciesFromPath

      public String deleteDependenciesFromPath(Artifact artifact)
    • copyDependenciesToPath

      public Set<String> copyDependenciesToPath(Artifact artifact)
    • makeDepsMap

      public Object makeDepsMap(Artifact artifact)
    • getFileNames

      public static void getFileNames(List fileNames, Path dir)