XBRLAPI

A Java API for XBRL


org.xbrlapi.data.resource
Interface Signer

All Superinterfaces:
Serializable
All Known Implementing Classes:
MD5SignerImpl

public interface Signer
extends Serializable

Author:
Geoffrey Shuetrim (geoff@galexy.net)

Method Summary
 String getSignature(List<String> lines)
           
 

Method Detail

getSignature

String getSignature(List<String> lines)
Parameters:
lines - The list of all lines in the resource.
Returns:
the signature given the resource content.

Get Java XBRL API implementation at SourceForge.net.