com.ibm.tivoli.oslc

Class ContentTypeCache

  • java.lang.Object
    • com.ibm.tivoli.oslc.ContentTypeCache


  • public abstract class ContentTypeCache
    extends java.lang.Object
    This is an representation of a cache on Content Types, it stores all entries loaded from an RDF file.
    It provides one access that looks up one Content type and returns its URI.
    Since:
    MIF 7.5.1.2
    • Constructor Summary

      Constructors 
      Constructor and Description
      ContentTypeCache() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.lang.String getURI(java.lang.String contentType)
      For given Content type, returns the URI
      • Methods inherited from class java.lang.Object

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

      • ContentTypeCache

        public ContentTypeCache()
    • Method Detail

      • getURI

        public static java.lang.String getURI(java.lang.String contentType)
        For given Content type, returns the URI
        Parameters:
        contentType - case sensitive Content type
        Returns:
        the URI for given Content Type found on cache