All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static Path |
getCacheDir(net.thevpc.nuts.NutsSession session,
String entity) |
static String |
mapToJson(Map<String,String> map,
net.thevpc.nuts.NutsWorkspace ws) |
static net.thevpc.nuts.NutsId |
mapToNutsId(Map<String,String> map,
net.thevpc.nuts.NutsWorkspace ws) |
static org.apache.lucene.search.Query |
mapToQuery(Map<String,String> map,
String... exclus) |
static Map<String,String> |
nutsDependencyToMap(net.thevpc.nuts.NutsDependency dependency) |
static Map<String,String> |
nutsIdToMap(net.thevpc.nuts.NutsId id) |
static org.apache.lucene.search.BooleanQuery |
nutsIdToQuery(String name,
String namespace,
String group,
String version,
String os,
String osdist,
String arch,
String classifier) |
static Map<String,String> |
nutsRepositoryToMap(net.thevpc.nuts.NutsRepository repository,
int level,
net.thevpc.nuts.NutsSession session) |
static Map<String,String> |
nutsRepositoryToMap(net.thevpc.nuts.NutsRepository repository,
net.thevpc.nuts.NutsSession session) |