Class ModuleMetaDataDaoImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<org.ikasan.spec.metadata.ModuleMetaData> getAllModule()  
      java.util.List<java.lang.String> getAllModuleName()  
      java.lang.String getModuleMetaData​(java.lang.String moduleName)  
      protected java.io.InputStream loadDataFileStream​(java.lang.String fileName)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ModuleMetaDataDaoImpl

        public ModuleMetaDataDaoImpl()
    • Method Detail

      • getAllModule

        public java.util.List<org.ikasan.spec.metadata.ModuleMetaData> getAllModule()
        Specified by:
        getAllModule in interface ModuleMetaDataDao
      • loadDataFileStream

        protected java.io.InputStream loadDataFileStream​(java.lang.String fileName)
                                                  throws java.io.IOException
        Throws:
        java.io.IOException