Class FileRepo


  • @Deprecated
    public class FileRepo
    extends java.lang.Object
    Deprecated.
    • 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.File get​(java.lang.String bsn, VersionRange range, int strategy)
      Deprecated.
       
      java.util.List<java.lang.String> list​(java.lang.String regex)
      Deprecated.
       
      java.io.File put​(java.lang.String bsn, Version version)
      Deprecated.
       
      java.util.List<Version> versions​(java.lang.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​(java.io.File root)
        Deprecated.
    • Method Detail

      • get

        public java.io.File[] get​(java.lang.String bsn,
                                  VersionRange versionRange)
                           throws java.lang.Exception
        Deprecated.
        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.Exception
        Deprecated.
        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.Exception
        Deprecated.
        Throws:
        java.lang.Exception
      • put

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