Packages

object CiteLibrary extends LogSupport

Factory for creating CiteLibrary objects from a String in CEX format.

Linear Supertypes
LogSupport, LazyLogger, LoggingMethods, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CiteLibrary
  2. LogSupport
  3. LazyLogger
  4. LoggingMethods
  5. Serializable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(cexString: String): CiteLibrary
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def cex(cexString: String, delimiter: String, delimiter2: String): CiteLibrary

    Instantiate a CiteLibrary from its CEX serialization.

    Instantiate a CiteLibrary from its CEX serialization.

    cexString

    Data in CITE Exchange format.

    delimiter

    String value delimiting columns of CEX data.

    delimiter2

    Secondary delimiter separating values within a column of CEX data.

  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. def collectionRepoFromCex(cexString: String, delimiter: String = "#", delimiter2: String = ","): Option[CiteCollectionRepository]

    Create optional CITE Collecctions repository from CEX source.

    Create optional CITE Collecctions repository from CEX source.

    delimiter

    Column-delimiter used in CEX source.

    delimiter2

    Item-delimiter used within a column in CEX source.

  9. def dataModelsFromCex(cexString: String, delimiter: String = "#"): Option[Vector[DataModel]]

    Create option of vector of DataModels from CEX source.

    Create option of vector of DataModels from CEX source.

    delimiter

    Column-delimiter used in CEX source.

  10. macro def debug(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  11. macro def debug(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. macro def error(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  15. macro def error(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. macro def info(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  19. macro def info(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def libConfigMapFromCex(cex: CexParser, delimiter: String): Map[String, String]

    Create map of required library configuration values from CEX source.

    Create map of required library configuration values from CEX source. CEX citelibrary block must include name and license configuration, and a valid versioned URN identifying the library.

    cex

    Parsed CEX source

    delimiter

    Column-delimiter used in CEX source.

  22. macro def logAt(logLevel: LogLevel, message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  23. lazy val logger: Logger
    Attributes
    protected[this]
    Definition Classes
    LazyLogger
  24. def namespacesFromCex(cex: CexParser, delimiter: String = "#"): Vector[CiteNamespace]

    Create vector of CiteNamespaces from CEX source.

    Create vector of CiteNamespaces from CEX source.

    cex

    Parsed CEX source.

    delimiter

    Column-delimiter used in CEX source.

  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def relationsFromCex(cex: String, delimiter: String = "#"): Option[CiteRelationSet]

    Create optional CITE Collections repository from CEX source.

    Create optional CITE Collections repository from CEX source.

    cex

    Parsed CEX source.

    delimiter

    Column-delimiter used in CEX source.

  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def textRepoFromCex(cex: CexParser, delimiter: String): Option[TextRepository]

    Create optional text repository from CEX source.

    Create optional text repository from CEX source.

    cex

    Parsed CEX source.

    delimiter

    Column-delimiter used in CEX source.

  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. macro def trace(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  33. macro def trace(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. macro def warn(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  38. macro def warn(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from LogSupport

Inherited from LazyLogger

Inherited from LoggingMethods

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped