Class AbstractMetadataRepository.RepositoryState

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String Description
      The persisted description of the repository.
      java.net.URI Location
      The persisted location of the repository.
      java.lang.String Name
      The persisted name of the repository.
      java.util.Map<java.lang.String,​java.lang.String> Properties
      The persisted properties of the repository.
      java.lang.String Provider
      The persisted provider of the repository.
      IRepositoryReference[] Repositories
      The persisted array of repository references
      java.lang.String Type
      The persisted type of the repository.
      IInstallableUnit[] Units
      The persisted set of installable units of the repository.
      Version Version
      The persisted version of the repository.
    • Constructor Summary

      Constructors 
      Constructor Description
      RepositoryState()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Name

        public java.lang.String Name
        The persisted name of the repository.
      • Type

        public java.lang.String Type
        The persisted type of the repository.
      • Version

        public Version Version
        The persisted version of the repository.
      • Provider

        public java.lang.String Provider
        The persisted provider of the repository.
      • Description

        public java.lang.String Description
        The persisted description of the repository.
      • Location

        public java.net.URI Location
        The persisted location of the repository.
      • Properties

        public java.util.Map<java.lang.String,​java.lang.String> Properties
        The persisted properties of the repository.
      • Units

        public IInstallableUnit[] Units
        The persisted set of installable units of the repository.
      • Repositories

        public IRepositoryReference[] Repositories
        The persisted array of repository references
    • Constructor Detail

      • RepositoryState

        public RepositoryState()