Package com.cuubez.visualizer.scanner.filter

Examples of com.cuubez.visualizer.scanner.filter.XmlFileFilter


public class ConfigurationScanner extends FileScanner {

    public InputStream scan(String applicationPath) throws IOException {

        URL resource = findResources(applicationPath);
        FileReader itr = getFileReader(resource, new XmlFileFilter());


        return itr.next();

    }
View Full Code Here

TOP

Related Classes of com.cuubez.visualizer.scanner.filter.XmlFileFilter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.