Class FSPersisterRegistryAbstract

  • Direct Known Subclasses:
    FSPersisterRegistrySimple

    public abstract class FSPersisterRegistryAbstract
    extends com.im.df.api.util.xml.PersisterRegistry
    PersisterRegistry with Persisters in XML filesystem.
    • Constructor Detail

      • FSPersisterRegistryAbstract

        public FSPersisterRegistryAbstract()
    • Method Detail

      • getPathXmlFactories

        protected String getPathXmlFactories()
      • getPathXmlClasses

        protected String getPathXmlClasses()
      • getPersisterByClass

        public com.im.df.api.util.xml.IJCPersister getPersisterByClass​(Class specificClass)
                                                                throws IOException
        Specified by:
        getPersisterByClass in class com.im.df.api.util.xml.PersisterRegistry
        Throws:
        IOException
      • getConfigFile

        protected abstract org.openide.filesystems.FileObject getConfigFile​(String rootPath,
                                                                            String relPath,
                                                                            String extension)
      • getPersisterByName

        public com.im.df.api.util.xml.IJCPersister getPersisterByName​(String tagName,
                                                                      String nsName)
                                                               throws IOException
        Specified by:
        getPersisterByName in class com.im.df.api.util.xml.PersisterRegistry
        Throws:
        IOException