Class SystemRepositoryImpl

java.lang.Object
org.apache.felix.bundlerepository.impl.SystemRepositoryImpl
All Implemented Interfaces:
Repository

public class SystemRepositoryImpl extends Object implements Repository
  • Constructor Details

    • SystemRepositoryImpl

      public SystemRepositoryImpl(org.osgi.framework.BundleContext context, org.apache.felix.utils.log.Logger logger)
  • Method Details

    • getURI

      public String getURI()
      Description copied from interface: Repository
      Return the associated URL for the repository.
      Specified by:
      getURI in interface Repository
    • getResources

      public Resource[] getResources()
      Description copied from interface: Repository
      Return the resources for this repository.
      Specified by:
      getResources in interface Repository
    • getName

      public String getName()
      Description copied from interface: Repository
      Return the name of this repository.
      Specified by:
      getName in interface Repository
      Returns:
      a non-null name
    • getLastModified

      public long getLastModified()
      Description copied from interface: Repository
      Return the last modification date of this repository
      Specified by:
      getLastModified in interface Repository
      Returns:
      the last modification date