Class ExcelReader

  • All Implemented Interfaces:
    AoFile

    public class ExcelReader
    extends Object
    implements AoFile
    • Constructor Detail

      • ExcelReader

        public ExcelReader()
      • ExcelReader

        public ExcelReader​(String rootPath)
    • Method Detail

      • readModels

        public Set<Model> readModels​(String appName)
        Description copied from interface: AoFile
        读取建模数据 M_MODEL, -- M_ATTRIBUTE, M_JOIN M_ENTITY, -- M_FIELD, M_KEY, M_INDEX
        Specified by:
        readModels in interface AoFile