Class ExchangeClient
java.lang.Object
com.aeontronix.enhancedmule.tools.exchange.ExchangeClient
public class ExchangeClient extends Object
-
Field Summary
Fields Modifier and Type Field Description static StringMAVENBASEPATH -
Constructor Summary
Constructors Constructor Description ExchangeClient(RESTClient restClient, String exchangeMavenUrl) -
Method Summary
Modifier and Type Method Description ResponseStreamgetAsset(String path)ResponseStreamgetAsset(String groupId, String artifactId, String version, String classifier, String extension)
-
Field Details
-
MAVENBASEPATH
- See Also:
- Constant Field Values
-
-
Constructor Details
-
Method Details
-
getAsset
public ResponseStream getAsset(String groupId, String artifactId, String version, String classifier, String extension) throws IOException- Throws:
IOException
-
getAsset
- Throws:
IOException
-