public class Utils
extends java.lang.Object
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static ReleaseBundleSpec |
createReleaseBundleSpec(org.jfrog.filespecs.FileSpec fileSpec)
Create a release bundle spec from a File Spec object.
|
static ReleaseBundleSpec |
createReleaseBundleSpec(java.lang.String fileSpec)
Create a release bundle spec from a File Spec string.
|
public static ReleaseBundleSpec createReleaseBundleSpec(java.lang.String fileSpec) throws java.io.IOException
fileSpec - - File Specjava.io.IOException - if the input File Spec is invalid.public static ReleaseBundleSpec createReleaseBundleSpec(org.jfrog.filespecs.FileSpec fileSpec) throws java.io.IOException
fileSpec - - File Specjava.io.IOException - if the input File Spec is invalid.