@Deprecated public class FileRepo extends Object
Modifier and Type | Method and Description |
---|---|
File[] |
get(String bsn,
VersionRange versionRange)
Deprecated.
Get a list of URLs to bundles that are constrained by the bsn and
versionRange.
|
File |
get(String bsn,
VersionRange range,
int strategy)
Deprecated.
|
List<String> |
list(String regex)
Deprecated.
|
File |
put(String bsn,
Version version)
Deprecated.
|
List<Version> |
versions(String bsn)
Deprecated.
|
public FileRepo(File root)
public File[] get(String bsn, VersionRange versionRange) throws Exception
Exception
public File get(String bsn, VersionRange range, int strategy) throws Exception
Exception
public File put(String bsn, Version version) throws IOException
IOException
Copyright © 2015 aQute SARL. All rights reserved.