org.reflections.scanners
Class TypesScanner

java.lang.Object
  extended by org.reflections.scanners.AbstractScanner
      extended by org.reflections.scanners.TypesScanner
All Implemented Interfaces:
Scanner

Deprecated.

@Deprecated
public class TypesScanner
extends AbstractScanner

scans classes and stores fqn as key and full path as value.

Deprecated. use TypeElementsScanner


Constructor Summary
TypesScanner()
          Deprecated.  
 
Method Summary
 void scan(Object cls)
          Deprecated.  
 Object scan(Vfs.File file, Object classObject)
          Deprecated.  
 
Methods inherited from class org.reflections.scanners.AbstractScanner
acceptResult, acceptsInput, equals, filterResultsBy, getConfiguration, getMetadataAdapter, getResultFilter, getStore, hashCode, setConfiguration, setResultFilter, setStore
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypesScanner

public TypesScanner()
Deprecated. 
Method Detail

scan

public Object scan(Vfs.File file,
                   Object classObject)
Deprecated. 
Specified by:
scan in interface Scanner
Overrides:
scan in class AbstractScanner

scan

public void scan(Object cls)
Deprecated. 
Specified by:
scan in class AbstractScanner


Copyright © 2014. All rights reserved.