Package org.infinispan.cli.artifacts
Class URLArtifact
- java.lang.Object
-
- org.infinispan.cli.artifacts.AbstractArtifact
-
- org.infinispan.cli.artifacts.URLArtifact
-
- All Implemented Interfaces:
Artifact
public class URLArtifact extends AbstractArtifact
Represents a generic URL artifact.- Since:
- 14.0
-
-
Field Summary
-
Fields inherited from class org.infinispan.cli.artifacts.AbstractArtifact
force, verbose
-
-
Constructor Summary
Constructors Constructor Description URLArtifact(String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PathresolveArtifact()-
Methods inherited from class org.infinispan.cli.artifacts.AbstractArtifact
force, verbose
-
-
-
-
Constructor Detail
-
URLArtifact
public URLArtifact(String path)
-
-
Method Detail
-
resolveArtifact
public Path resolveArtifact() throws IOException
- Throws:
IOException
-
-