Package aQute.bnd.filerepo
Class FileRepo
- java.lang.Object
-
- aQute.bnd.filerepo.FileRepo
-
@Deprecated public class FileRepo extends java.lang.ObjectDeprecated.
-
-
Constructor Summary
Constructors Constructor Description FileRepo(java.io.File root)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.io.File[]get(java.lang.String bsn, VersionRange versionRange)Deprecated.Get a list of URLs to bundles that are constrained by the bsn and versionRange.java.io.Fileget(java.lang.String bsn, VersionRange range, int strategy)Deprecated.java.util.List<java.lang.String>list(java.lang.String regex)Deprecated.java.io.Fileput(java.lang.String bsn, Version version)Deprecated.java.util.List<Version>versions(java.lang.String bsn)Deprecated.
-
-
-
Method Detail
-
get
public java.io.File[] get(java.lang.String bsn, VersionRange versionRange) throws java.lang.ExceptionDeprecated.Get a list of URLs to bundles that are constrained by the bsn and versionRange.- Throws:
java.lang.Exception
-
list
public java.util.List<java.lang.String> list(java.lang.String regex) throws java.lang.ExceptionDeprecated.- Throws:
java.lang.Exception
-
versions
public java.util.List<Version> versions(java.lang.String bsn) throws java.lang.Exception
Deprecated.- Throws:
java.lang.Exception
-
get
public java.io.File get(java.lang.String bsn, VersionRange range, int strategy) throws java.lang.ExceptionDeprecated.- Throws:
java.lang.Exception
-
put
public java.io.File put(java.lang.String bsn, Version version) throws java.io.IOExceptionDeprecated.- Throws:
java.io.IOException
-
-