类 ProcessingFlagDataEntryFilter

  • 所有已实现的接口:
    DataEntryFilter

    public class ProcessingFlagDataEntryFilter
    extends java.lang.Object
    implements DataEntryFilter
    This DataEntryFilter filters data entries based on the processing flags of their corresponding resource file.
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      boolean accepts​(DataEntry dataEntry)
      Checks whether the filter accepts the given data entry.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • ProcessingFlagDataEntryFilter

        public ProcessingFlagDataEntryFilter​(ResourceFilePool resourceFilePool,
                                             int requiredSetProcessingFlags,
                                             int requiredUnsetProcessingFlags)
    • 方法详细资料

      • accepts

        public boolean accepts​(DataEntry dataEntry)
        从接口复制的说明: DataEntryFilter
        Checks whether the filter accepts the given data entry.
        指定者:
        accepts 在接口中 DataEntryFilter
        参数:
        dataEntry - the data entry to filter.
        返回:
        a boolean indicating whether the filter accepts the given data entry.