@AutoFinal @CompileStatic class GrapeIvy extends Object implements GrapeEngine
Implementation supporting @Grape
and @Grab
annotations based on Ivy.
Type | Name and description |
---|---|
Set<String> |
downloadedArtifacts |
boolean |
enableGrapes |
Set<IvyGrabRecord> |
grabRecordsForCurrDependencies Stores the IvyGrabRecord(s) for all dependencies in each grab() call. |
org.apache.ivy.Ivy |
ivyInstance |
Map<ClassLoader, Set<IvyGrabRecord>> |
loadedDeps |
Set<String> |
resolvedDependencies |
org.apache.ivy.core.settings.IvySettings |
settings |
Constructor and description |
---|
GrapeIvy() |
Stores the IvyGrabRecord(s) for all dependencies in each grab() call.
Copyright © 2003-2024 The Apache Software Foundation. All rights reserved.