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.PersisterRegistryPersisterRegistry 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.FileObjectgetConfigFile(String rootPath, String relPath, String extension)protected StringgetPathXmlClasses()protected StringgetPathXmlFactories()com.im.df.api.util.xml.IJCPersistergetPersisterByClass(Class specificClass)com.im.df.api.util.xml.IJCPersistergetPersisterByName(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:
getPersisterByClassin 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:
getPersisterByNamein classcom.im.df.api.util.xml.PersisterRegistry- Throws:
IOException
-
-