Class AbstractScanner

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Scanner scanner
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String index()
      Deprecated.
      unique index name for scanner
      java.util.List<java.util.Map.Entry<java.lang.String,​java.lang.String>> scan​(javassist.bytecode.ClassFile cls)
      Deprecated.
      scan the given classFile and produces list of Map.Entry key/values
      • Methods inherited from class java.lang.Object

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

      • scanner

        protected final Scanner scanner
        Deprecated.
    • Constructor Detail

      • AbstractScanner

        AbstractScanner​(Scanner scanner)
        Deprecated.
    • Method Detail

      • index

        public java.lang.String index()
        Deprecated.
        Description copied from interface: Scanner
        unique index name for scanner
        Specified by:
        index in interface Scanner
      • scan

        public java.util.List<java.util.Map.Entry<java.lang.String,​java.lang.String>> scan​(javassist.bytecode.ClassFile cls)
        Deprecated.
        Description copied from interface: Scanner
        scan the given classFile and produces list of Map.Entry key/values
        Specified by:
        scan in interface Scanner