aQute.bnd.filerepo
Class FileRepo

java.lang.Object
  extended by aQute.bnd.filerepo.FileRepo

Deprecated.

@Deprecated
public class FileRepo
extends Object


Constructor Summary
FileRepo(File root)
          Deprecated.  
 
Method Summary
 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.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileRepo

public FileRepo(File root)
Deprecated. 
Method Detail

get

public File[] get(String bsn,
                  VersionRange versionRange)
           throws Exception
Deprecated. 
Get a list of URLs to bundles that are constrained by the bsn and versionRange.

Throws:
Exception

list

public List<String> list(String regex)
                  throws Exception
Deprecated. 
Throws:
Exception

versions

public List<Version> versions(String bsn)
                       throws Exception
Deprecated. 
Throws:
Exception

get

public File get(String bsn,
                VersionRange range,
                int strategy)
         throws Exception
Deprecated. 
Throws:
Exception

put

public File put(String bsn,
                Version version)
         throws IOException
Deprecated. 
Throws:
IOException


Copyright © 2014 aQute SARL. All rights reserved.