public class Resolver extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ARTIFACT_FILE_NAME_FORMAT |
static String |
ARTIFACT_FILE_NAME_REGEX_FORMAT |
static String |
VERSION_REGEX_GROUP |
Constructor and Description |
---|
Resolver(ArtifactConfig config) |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
void |
resolve(Collection<String> artifacts) |
public static final String ARTIFACT_FILE_NAME_FORMAT
public static final String ARTIFACT_FILE_NAME_REGEX_FORMAT
public static final String VERSION_REGEX_GROUP
public Resolver(ArtifactConfig config)
public void resolve(Collection<String> artifacts) throws org.eclipse.aether.RepositoryException, ExecutionException, InterruptedException, IOException
org.eclipse.aether.RepositoryException
ExecutionException
InterruptedException
IOException
public static void main(String[] args) throws org.kohsuke.args4j.CmdLineException, org.eclipse.aether.RepositoryException, IOException, ExecutionException, InterruptedException
org.kohsuke.args4j.CmdLineException
org.eclipse.aether.RepositoryException
IOException
ExecutionException
InterruptedException