接口 ConfigurationHolder

所有超级接口:
Holder
所有已知子接口:
ReadHolder, WriteHolder
所有已知实现类:
AbstractHolder, AbstractReadHolder, AbstractWriteHolder, ReadSheetHolder, ReadWorkbookHolder, WriteSheetHolder, WriteTableHolder, WriteWorkbookHolder

public interface ConfigurationHolder extends Holder
Get the corresponding holder
  • 方法详细资料

    • isNew

      boolean isNew()
      Record whether it's new or from cache
      返回:
      Record whether it's new or from cache
    • globalConfiguration

      GlobalConfiguration globalConfiguration()
      Some global variables
      返回:
      Global configuration
    • converterMap

      Map<String,Converter> converterMap()
      What converter does the currently operated cell need to execute
      返回:
      Converter