code
stringlengths
1
2.01M
repo_name
stringlengths
3
62
path
stringlengths
1
267
language
stringclasses
231 values
license
stringclasses
13 values
size
int64
1
2.01M
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.base; /** * Represents information about an exception that is generated during...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/base/UnmarshallException.java
Java
asf20
1,044
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.base; import nu.xom.Element; /** * Common methods that should be supported by...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/base/SwordElementInterface.java
Java
asf20
954
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.base; import java.io.ByteArrayOutputStream; import java.io.IOException; import...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/base/ServiceDocument.java
Java
asf20
5,056
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.base; /** * * @author Neil Taylor (nst@aber.ac.uk) */ public class SwordMedi...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/base/SwordMediation.java
Java
asf20
796
<!-- The contents of this file are subject to the license and copyright detailed in the LICENSE and NOTICE files at the root of the source tree and available online at http://www.dspace.org/license/ --> <html> <head> <title>Package Summary for org.purl.sword.base</title> </head> <body> <...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/base/package.html
HTML
asf20
470
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.base; /** * * @author Neil Taylor (nst@aber.ac.uk) */ public class SwordServ...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/base/SwordService.java
Java
asf20
730
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.base; import java.util.Properties; import nu.xom.Attribute; import nu.xom.Eleme...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/base/SWORDErrorDocument.java
Java
asf20
7,526
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.base; /** * * @author Neil Taylor (nst@aber.ac.uk) */ public class SwordVerb...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/base/SwordVerbose.java
Java
asf20
726
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.base; /** * * @author Neil Taylor (nst@aber.ac.uk) */ public class SwordNoOp...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/base/SwordNoOp.java
Java
asf20
776
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.base; /** * Represents a deposit response. This holds the SWORD Entry element....
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/base/AtomDocumentResponse.java
Java
asf20
626
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.base; import java.util.Properties; import nu.xom.Element; /** * * @author Ne...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/base/BasicStringContentElement.java
Java
asf20
1,615
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.base; /** * List of the namespaces that are used by SWORD. * * Last update...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/base/Namespaces.java
Java
asf20
1,273
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.base; /** * * @author Neil Taylor (nst@aber.ac.uk) */ public class SwordUser...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/base/SwordUserAgent.java
Java
asf20
737
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.base; import java.util.List; import java.util.Properties; import nu.xom.Attribu...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/base/XmlElement.java
Java
asf20
11,387
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.base; /** * Represents an AtomDocumentRequest. * * @author Stuart Lewis ...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/base/AtomDocumentRequest.java
Java
asf20
1,958
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.base; /** * * @author Neil Taylor (nst@aber.ac.uk) */ public class SwordTrea...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/base/SwordTreatment.java
Java
asf20
737
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.base; import java.io.InputStream; import java.util.Enumeration; import java.ut...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/base/SwordContentPackageTypes.java
Java
asf20
1,792
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.base; import org.apache.log4j.Logger; import java.io.File; import java.util.re...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/base/Deposit.java
Java
asf20
6,527
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.base; import java.util.ArrayList; import java.util.List; import java.util.Prope...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/base/BasicContentElement.java
Java
asf20
5,122
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.base; import java.util.ArrayList; import java.util.List; import java.util.Prope...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/base/SwordAcceptPackaging.java
Java
asf20
8,714
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.base; import java.io.ByteArrayOutputStream; import java.io.IOException; import...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/base/DepositResponse.java
Java
asf20
5,956
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.base; /** * Represents a generic SWORD exception. If this thrown by a reposito...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/base/SWORDErrorException.java
Java
asf20
2,061
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.base; /** * * @author Neil Taylor (nst@aber.ac.uk) */ public class SwordColl...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/base/SwordCollectionPolicy.java
Java
asf20
765
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.base; /** * * @author Neil Taylor (nst@aber.ac.uk) */ public class SwordVers...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/base/SwordVersion.java
Java
asf20
729
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.base; /** * Represents a ServiceDocumentRequest. * * @author Stuart Lewis ...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/base/ServiceDocumentRequest.java
Java
asf20
2,371
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.base; import java.util.ArrayList; import java.util.Iterator; import java.util.L...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/base/Collection.java
Java
asf20
22,247
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.base; import javax.servlet.http.HttpServletResponse; /** * Definition of the ...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/base/HttpHeaders.java
Java
asf20
2,328
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ /* * To change this template, choose Tools | Templates * and open the template in the editor. */ pa...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/base/SwordMaxUploadSize.java
Java
asf20
847
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.base; /** * * @author Neil Taylor (nst@aber.ac.uk) */ public class SwordPack...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/base/SwordPackaging.java
Java
asf20
737
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.base; import java.util.ArrayList; import java.util.Iterator; import java.util.L...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/base/SwordValidationInfo.java
Java
asf20
12,937
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.base; import java.io.FileInputStream; import java.io.IOException; import java.i...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/base/ChecksumUtils.java
Java
asf20
4,648
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.base; /** * * @author Neil Taylor (nst@aber.ac.uk) */ public class DcAbstrac...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/base/DcAbstract.java
Java
asf20
731
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.base; import java.util.Properties; import nu.xom.Element; import nu.xom.Element...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/base/SWORDEntry.java
Java
asf20
16,682
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.base; /** * A representation of a quality value. * * The quality value mus...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/base/QualityValue.java
Java
asf20
4,208
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.base; import nu.xom.Attribute; import nu.xom.Element; import org.apache.commons...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/base/XmlName.java
Java
asf20
3,165
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.base; /** * Represents a SWORD exception to be thrown if bad authentication cr...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/base/SWORDAuthenticationException.java
Java
asf20
1,107
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.client; import java.io.IOException; import java.io.OutputStream; /** * A stre...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/client/DebugOutputStream.java
Java
asf20
1,155
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ /** * Copyright (c) 2007, Aberystwyth University * * All rights reserved. * * Redistribution and ...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/client/MessageOutputPanel.java
Java
asf20
4,557
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.client; import java.io.*; import java.net.MalformedURLException; import java.ne...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/client/Client.java
Java
asf20
14,227
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.client; /** * Represents an exception thrown by the SWORD Client. * * @au...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/client/SWORDClientException.java
Java
asf20
1,043
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ /** * Copyright (c) 2007, Aberystwyth University * * All rights reserved. * * Redistribution and ...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/client/ServicePanel.java
Java
asf20
30,095
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ /** * Copyright (c) 2007, Aberystwyth University * * All rights reserved. * * Redistribution and ...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/client/PostDialog.java
Java
asf20
17,730
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.client; /** * Representation of the status code and message. * * @author N...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/client/Status.java
Java
asf20
1,169
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.client; /** * Details for a destination. This is used to represent a destinat...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/client/PostDestination.java
Java
asf20
2,850
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.client; import java.util.ArrayList; import java.util.Iterator; import java.util...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/client/ClientOptions.java
Java
asf20
14,497
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.client; import org.apache.log4j.PropertyConfigurator; /** * Entry point for t...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/client/ClientFactory.java
Java
asf20
5,693
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.client; import java.awt.Component; import java.awt.GridBagConstraints; import j...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/client/SWORDFormPanel.java
Java
asf20
4,058
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ /** * Copyright (c) 2007, Aberystwyth University * * All rights reserved. * * Redistribution and ...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/client/ServiceDialog.java
Java
asf20
6,276
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.client; /** * Interface for a client. This contains a single method that allow...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/client/ClientType.java
Java
asf20
645
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.client; /** * Listener for any objects that want to be notified when a collect...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/client/ServiceSelectedListener.java
Java
asf20
682
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ /** * Copyright (c) 2007, Aberystwyth University * * All rights reserved. * * Redistribution and ...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/client/SWORDComboBox.java
Java
asf20
4,081
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.client; import java.awt.BorderLayout; import java.util.Enumeration; import java...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/client/PropertiesDialog.java
Java
asf20
6,658
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.client; import org.purl.sword.base.DepositResponse; import org.purl.sword.base....
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/client/SWORDClient.java
Java
asf20
2,863
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.client; import java.io.BufferedReader; import java.io.IOException; import java....
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/client/CmdClient.java
Java
asf20
15,399
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.client; /** * Hold general constants for the client. * * @author Neil Tayl...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/client/ClientConstants.java
Java
asf20
815
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ /** * Copyright (c) 2007, Aberystwyth University * * All rights reserved. * * Redistribution and ...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/client/PostMessage.java
Java
asf20
8,209
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.atom; /** * An invalid media type has been detected during parsing. * * @a...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/atom/InvalidMediaTypeException.java
Java
asf20
609
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.atom; import org.purl.sword.base.*; /** * * @author Neil Taylor (nst@aber.ac...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/atom/Updated.java
Java
asf20
735
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.atom; import org.purl.sword.base.*; /** * * @author Neil Taylor (nst@aber.ac...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/atom/Category.java
Java
asf20
739
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.atom; import java.util.ArrayList; import java.util.List; import java.util.Prope...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/atom/Generator.java
Java
asf20
9,384
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.atom; import java.util.ArrayList; import java.util.List; import java.util.Prope...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/atom/Link.java
Java
asf20
12,437
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.atom; import org.purl.sword.base.Namespaces; import org.purl.sword.base.XmlName...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/atom/Contributor.java
Java
asf20
947
<!-- The contents of this file are subject to the license and copyright detailed in the LICENSE and NOTICE files at the root of the source tree and available online at http://www.dspace.org/license/ --> <html> <head> <title>Package Summary for org.w3.atom</title> </head> <body> <p> Thi...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/atom/package.html
HTML
asf20
525
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.atom; import org.purl.sword.base.*; /** * * @author Neil Taylor (nst@aber.ac...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/atom/Email.java
Java
asf20
731
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.atom; import java.util.ArrayList; import java.util.List; import java.util.Prope...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/atom/Content.java
Java
asf20
7,749
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.atom; import java.util.ArrayList; import java.util.List; import java.util.Prope...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/atom/Source.java
Java
asf20
5,205
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.atom; import java.util.ArrayList; import java.util.List; import java.util.Prope...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/atom/TextConstruct.java
Java
asf20
8,957
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.atom; import org.purl.sword.base.*; /** * * @author Neil Taylor (nst@aber.ac...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/atom/Id.java
Java
asf20
715
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.atom; import org.purl.sword.base.Namespaces; import org.purl.sword.base.XmlName...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/atom/Rights.java
Java
asf20
908
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.atom; import org.purl.sword.base.Namespaces; import org.purl.sword.base.XmlName...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/atom/Title.java
Java
asf20
1,011
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.atom; import org.purl.sword.base.*; /** * * @author Neil Taylor (nst@aber.ac...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/atom/Accept.java
Java
asf20
999
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.atom; import java.util.ArrayList; import java.util.Iterator; import java.util.L...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/atom/Entry.java
Java
asf20
28,476
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.atom; /** * Represents a content type for a text element. * * @author Neil...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/atom/ContentType.java
Java
asf20
909
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.atom; import org.purl.sword.base.*; /** * * @author Neil Taylor (nst@aber.ac...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/atom/Published.java
Java
asf20
743
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.atom; import org.purl.sword.base.Namespaces; import org.purl.sword.base.XmlName...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/atom/Summary.java
Java
asf20
862
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.atom; import java.util.ArrayList; import java.util.List; import java.util.Prope...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/atom/Author.java
Java
asf20
8,319
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.atom; import org.purl.sword.base.*; /** * * @author Neil Taylor (nst@aber.ac...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/atom/Uri.java
Java
asf20
719
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.atom; import org.purl.sword.base.*; /** * * @author Neil Taylor (nst@aber.ac...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/atom/Name.java
Java
asf20
731
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.server; import org.purl.sword.base.AtomDocumentRequest; import org.purl.sword.b...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/server/SWORDServer.java
Java
asf20
2,951
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.server; import java.io.IOException; import java.io.PrintWriter; import java.uti...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/server/ServiceDocumentServlet.java
Java
asf20
6,649
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.server; import java.io.File; import java.io.FileInputStream; import java.io.IOE...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/server/DummyServer.java
Java
asf20
13,975
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.server; import java.io.IOException; import java.io.PrintWriter; import javax.s...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/server/AtomDocumentServlet.java
Java
asf20
2,722
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.server; import java.io.File; import java.io.FileOutputStream; import java.io.IO...
08msitamjadusman-agriocean
dspace-sword/dspace-sword-api/src/main/java/org/purl/sword/server/DepositServlet.java
Java
asf20
14,913
/* * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ importClass(Packages.javax.mail.internet.AddressException); importClass(Packages.org.dspace.app.xmlui.u...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-api/src/main/resources/aspects/EPerson/eperson.js
JavaScript
asf20
13,363
/* * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ importClass(Packages.java.lang.Class); importClass(Packages.java.lang.ClassLoader); importClass(Package...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-api/src/main/resources/aspects/Submission/submission.js
JavaScript
asf20
29,462
/* * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ importClass(Packages.org.dspace.authorize.AuthorizeManager); importClass(Packages.org.dspace.core.Cons...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-api/src/main/resources/aspects/Administrative/administrative.js
JavaScript
asf20
89,630
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.aspect.searchArtifacts; import org.apache.cocoon.caching.CacheableProcess...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/searchArtifacts/Navigation.java
Java
asf20
3,256
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.aspect.administrative; import java.util.HashMap; import java.util.Map; i...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/administrative/FlowCurationUtils.java
Java
asf20
2,678
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.aspect.administrative; import java.io.IOException; import java.io.Unsuppo...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/administrative/FlowRegistryUtils.java
Java
asf20
15,934
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.aspect.administrative; import java.io.ByteArrayInputStream; import java.i...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/administrative/FlowContainerUtils.java
Java
asf20
43,338
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.aspect.administrative; import java.sql.SQLException; import org.dspace.a...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/administrative/NotAuthorized.java
Java
asf20
2,337
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.aspect.administrative.metadataimport; import java.sql.SQLException; impor...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/administrative/metadataimport/MetadataImportUpload.java
Java
asf20
10,243
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.aspect.administrative.metadataimport; import java.sql.SQLException; impor...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/administrative/metadataimport/MetadataImportConfirm.java
Java
asf20
11,085
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.aspect.administrative.metadataimport; import java.sql.SQLException; impo...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/administrative/metadataimport/MetadataImportMain.java
Java
asf20
2,423
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.aspect.administrative.registries; import java.sql.SQLException; import ja...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/administrative/registries/MetadataRegistryMain.java
Java
asf20
6,967
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.aspect.administrative.registries; import java.sql.SQLException; import ja...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/administrative/registries/DeleteMetadataFieldsConfirm.java
Java
asf20
5,431
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.aspect.administrative.registries; import java.sql.SQLException; import ja...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/administrative/registries/EditBitstreamFormat.java
Java
asf20
9,194
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.aspect.administrative.registries; import java.sql.SQLException; import ja...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/administrative/registries/DeleteBitstreamFormatsConfirm.java
Java
asf20
4,473
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.aspect.administrative.registries; import java.sql.SQLException; import ja...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/administrative/registries/DeleteMetadataSchemaConfirm.java
Java
asf20
4,584
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.xmlui.aspect.administrative.registries; import java.sql.SQLException; import ja...
08msitamjadusman-agriocean
dspace-xmlui/dspace-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/administrative/registries/EditMetadataSchema.java
Java
asf20
14,052