Class CsdlDocument


  • public class CsdlDocument
    extends Object
    Author:
    hylke
    • Constructor Detail

      • CsdlDocument

        public CsdlDocument()
    • Method Detail

      • generateFrom

        public CsdlDocument generateFrom​(de.fraunhofer.iosb.ilt.frostserver.path.Version version,
                                         CoreSettings settings)
        Fill the document using the given Settings, and return itself.
        Parameters:
        settings - the CoreSettings to use.
        Returns:
        this.
      • registerAnnotation

        public void registerAnnotation​(String baseUrl,
                                       CsdlAnnotation annotation)
      • writeXml

        public void writeXml​(de.fraunhofer.iosb.ilt.frostserver.path.Version version,
                             Writer writer)
                      throws IOException
        Throws:
        IOException