org.openrdf.repository.object.managers.helpers
Class Scanner

java.lang.Object
  extended by org.openrdf.repository.object.managers.helpers.Scanner

public class Scanner
extends Object

Scans directories and jars for classes that have one or more RDF annotation.

Author:
James Leigh

Constructor Summary
Scanner(CheckForConcept checker)
           
Scanner(CheckForConcept checker, String resource)
           
 
Method Summary
 List<String> scan(URL url, String... marker)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Scanner

public Scanner(CheckForConcept checker)

Scanner

public Scanner(CheckForConcept checker,
               String resource)
Method Detail

scan

public List<String> scan(URL url,
                         String... marker)
                  throws IOException
Throws:
IOException


Copyright © 2004-2009 James Leigh Services Inc.. All Rights Reserved.