Skip to content

Commit

Permalink
document ClasspathManager.getJars()
Browse files Browse the repository at this point in the history
  • Loading branch information
scottdraves committed Jun 30, 2018
1 parent 73b1f85 commit 4a6bb1e
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion doc/groovy/ClasspathMagicCommands.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,22 @@
"%classpath"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"There is also an API for getting the jars on the classpath:"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"ClasspathManager.getJars()"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -410,5 +426,5 @@
}
},
"nbformat": 4,
"nbformat_minor": 1
"nbformat_minor": 2
}

0 comments on commit 4a6bb1e

Please sign in to comment.