Package de.fuberlin.wiwiss.pubby.sources

Examples of de.fuberlin.wiwiss.pubby.sources.MergeDataSource.describeResource()


    // homepage/index resource.
    // TODO: Shouldn't we make the index data source available even if there
    //       is an indexResource?
    String indexIRI = webBase + getWebResourcePrefix();
    if (!hasProperty(CONF.indexResource) &&
        result.describeResource(indexIRI).isEmpty()) {
      result = new IndexDataSource(indexIRI, result);
    }
    return result;
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.