Class FileManagerAssembler

java.lang.Object
org.apache.jena.assembler.assemblers.AssemblerBase
org.apache.jena.assembler.assemblers.FileManagerAssembler
All Implemented Interfaces:
Assembler

public class FileManagerAssembler extends AssemblerBase
A FileManagerAssembler creates a FileManager object which may be initialised with a LocationMapper specified by the object of a ja:locationMapper property.
  • Constructor Details

    • FileManagerAssembler

      public FileManagerAssembler()
  • Method Details

    • open

      public Object open(Assembler a, Resource root, Mode irrelevant)
      Description copied from interface: Assembler
      The core operation: answer a new object constructed according to the object description hanging from root, using the assembler a for any sub-objects. Use mode to decide if persistent objects are to be re-used or created; this mode is passed down to all sub-object construction.
      Specified by:
      open in interface Assembler
      Specified by:
      open in class AssemblerBase