Package uk.gov.nationalarchives.droid

Examples of uk.gov.nationalarchives.droid.Droid


    
     * @throws Exception
     */
    private DROIDIntegration() throws Exception{
        if (droid == null) {
           droid = new Droid();
        }
        if ((droid.getSignatureFileVersion() == null) || ("".equals(droid.getSignatureFileVersion()))) {
           URL sigFile = this.getClass().getClassLoader().getResource("data/droid/DROID_SignatureFile.xml");
               droid.readSignatureFile(sigFile);
        }
View Full Code Here

TOP

Related Classes of uk.gov.nationalarchives.droid.Droid

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.