public interface MinimalRepository
Modifier and Type | Interface and Description |
---|---|
static class |
MinimalRepository.Gestalt |
Modifier and Type | Method and Description |
---|---|
Report |
add(File f) |
Future<File> |
get(String bsn,
Version version,
Map<String,String> attrs) |
boolean |
is(MinimalRepository.Gestalt gestalt) |
Iterable<String> |
list(String globbing) |
List<Version> |
versions(String bsn) |
Copyright © 2015 aQute SARL. All rights reserved.