java.lang.Object
org.apache.jena.rdfpatch.filelog.VocabPatch

public class VocabPatch extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.jena.rdf.model.Property
     
    static final org.apache.jena.rdf.model.Property
    Name of a file to append change logs to.
    static final org.apache.jena.rdf.model.Property
    Name of a file rotation policy .
    static final org.apache.jena.rdf.model.Property
     
    static final org.apache.jena.rdf.model.Resource
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
     
    static void
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • tLoggedDataset

      public static final org.apache.jena.rdf.model.Resource tLoggedDataset
    • pDataset

      public static final org.apache.jena.rdf.model.Property pDataset
    • pPatchLog

      public static final org.apache.jena.rdf.model.Property pPatchLog
    • pLogFile

      public static final org.apache.jena.rdf.model.Property pLogFile
      Name of a file to append change logs to.
    • pLogPolicy

      public static final org.apache.jena.rdf.model.Property pLogPolicy
      Name of a file rotation policy .
  • Constructor Details

    • VocabPatch

      public VocabPatch()
  • Method Details

    • getURI

      public static String getURI()
    • init

      public static void init()