org.xbrlapi.data.bdbxml.examples.utilities
Class ReportIdenticalDocuments
java.lang.Object
org.xbrlapi.data.bdbxml.examples.utilities.BaseUtilityExample
org.xbrlapi.data.bdbxml.examples.utilities.ReportIdenticalDocuments
public class ReportIdenticalDocuments
- extends BaseUtilityExample
Lists all sets of identical documents in the data store.
Identical documents are documents with the same content
but at a different URI. Such URI differences can be ignored by
the data store so that the documents at the different URIs are
treated as being the same document.
Additional commandline arguments (optional ones marked with an *)
- There are no additional commandline arguments for this utility.
These are in addition to those commandline arguments documented at
- Author:
- Geoff Shuetrim (geoff@galexy.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReportIdenticalDocuments
public ReportIdenticalDocuments(String[] args)
main
public static void main(String[] args)
- Parameters:
args - The array of commandline arguments.