public class RepoUrlInfoCallable extends Object implements Callable<Map<StackModule,RepoUrlInfoCallable.RepoUrlInfoResult>>
Modifier and Type | Class and Description |
---|---|
static class |
RepoUrlInfoCallable.RepoUrlInfoResult
Stores the results saved per StackModule
|
Constructor and Description |
---|
RepoUrlInfoCallable(URI uri) |
Modifier and Type | Method and Description |
---|---|
void |
addStack(StackModule stackModule) |
Map<StackModule,RepoUrlInfoCallable.RepoUrlInfoResult> |
call() |
public RepoUrlInfoCallable(URI uri)
public void addStack(StackModule stackModule)
public Map<StackModule,RepoUrlInfoCallable.RepoUrlInfoResult> call() throws Exception
call
in interface Callable<Map<StackModule,RepoUrlInfoCallable.RepoUrlInfoResult>>
Exception
Copyright © 2022 Apache Software Foundation. All rights reserved.