Package classycle

Class NameAndSourceAttributes

    • Constructor Summary

      Constructors 
      Constructor Description
      NameAndSourceAttributes​(java.lang.String name)
      Creates an instance for the specified name.
    • Constructor Detail

      • NameAndSourceAttributes

        public NameAndSourceAttributes​(java.lang.String name)
        Creates an instance for the specified name. Initially there are no sources.
    • Method Detail

      • addSource

        protected void addSource​(java.lang.String source)
        Adds the specified source.
      • addSourcesOf

        protected void addSourcesOf​(NameAndSourceAttributes attributes)
        Adds the source of the specified attributes.
      • getSources

        public java.lang.String getSources()
        Returns a comma separated list of sources.