public interface IvyXmlFactory
Builds various IvyXml-related objects.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public String |
directoryListing(String grp, String name)Lists all versions as directories. |
|
public java.nio.file.Path |
ivyXmlPath(String grp, String name, String version)Returns the path on disk where the ivy.xml file related to the specific Rubygem will be found. |
|
public java.nio.file.Path |
ivyXmlSha1(String grp, String name, String version)Returns the path to the ivy.xml.sha1 file. |
Lists all versions as directories.
grp - Maven-type groupname - Rubygem nameReturns the path on disk where the ivy.xml file related to the specific Rubygem will be found.
grp - Maven-type groupname - Rubygem nameversion - Rubygem versionReturns the path to the ivy.xml.sha1 file.
grp - Maven-type groupname - Rubygem nameversion - Rubygem version