Package com.im.df.impl.xml
Class FSPersisterRegistryAbstract
- java.lang.Object
-
- com.im.df.api.util.xml.PersisterRegistry
-
- com.im.df.impl.xml.FSPersisterRegistryAbstract
-
- Direct Known Subclasses:
FSPersisterRegistrySimple
public abstract class FSPersisterRegistryAbstract extends com.im.df.api.util.xml.PersisterRegistry
PersisterRegistry with Persisters in XML filesystem.
-
-
Constructor Summary
Constructors Constructor Description FSPersisterRegistryAbstract()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract org.openide.filesystems.FileObject
getConfigFile(String rootPath, String relPath, String extension)
protected String
getPathXmlClasses()
protected String
getPathXmlFactories()
com.im.df.api.util.xml.IJCPersister
getPersisterByClass(Class specificClass)
com.im.df.api.util.xml.IJCPersister
getPersisterByName(String tagName, String nsName)
-
-
-
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 classcom.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 classcom.im.df.api.util.xml.PersisterRegistry
- Throws:
IOException
-
-