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.dspace.storage.rdbms; import org.apache.commons.dbcp.*; import org.apache.commons.pool.Obj...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/storage/rdbms/DataSourceInit.java
Java
asf20
6,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.dspace.storage.rdbms; import java.io.BufferedReader; import java.io.IOException; import ja...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/storage/rdbms/DatabaseManager.java
Java
asf20
59,458
/** * 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.storage.rdbms; import org.apache.log4j.Logger; import java.sql.ResultSet; import j...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/storage/rdbms/TableRowIterator.java
Java
asf20
5,621
/** * 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.storage.rdbms; /** * Represents a column in an RDBMS table. */ public class Colu...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/storage/rdbms/ColumnInfo.java
Java
asf20
3,198
/** * 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.curate; import java.io.IOException; import java.util.Set; /** * TaskQueue objects...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/curate/TaskQueue.java
Java
asf20
2,670
/** * 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.curate; import java.io.IOException; import java.sql.SQLException; import java.util....
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/curate/RequiredMetadata.java
Java
asf20
4,625
/** * 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.curate; import java.io.BufferedReader; import java.io.BufferedWriter; import java.i...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/curate/FileTaskQueue.java
Java
asf20
6,542
/** * 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.curate; import java.lang.annotation.Documented; import java.lang.annotation.Retenti...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/curate/Suspendable.java
Java
asf20
1,303
/** * 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.curate; import java.io.File; import java.io.FileInputStream; import java.io.FileOut...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/curate/Utils.java
Java
asf20
4,816
/** * 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.curate; import java.io.BufferedReader; import java.io.FileReader; import java.util....
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/curate/CurationCli.java
Java
asf20
8,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.dspace.curate; import java.lang.annotation.Documented; import java.lang.annotation.Retenti...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/curate/Mutative.java
Java
asf20
602
/** * 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.curate; import java.io.IOException; import org.dspace.content.DSpaceObject; import...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/curate/CurationTask.java
Java
asf20
1,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.curate; import java.io.IOException; import java.sql.SQLException; import java.util....
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/curate/ProfileFormats.java
Java
asf20
2,686
/** * 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.curate; // above package assignment temporary pending better aysnch release process ...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/curate/ClamScan.java
Java
asf20
11,053
/** * 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.curate; import java.util.Arrays; import java.util.List; /** * TaskQueueEntry defi...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/curate/TaskQueueEntry.java
Java
asf20
2,868
/** * 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.curate; import java.io.IOException; import java.sql.SQLException; import java.util....
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/curate/Curator.java
Java
asf20
12,283
/** * 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.curate; import org.dspace.content.Item; import java.util.Arrays; import java.io.Fil...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/curate/WorkflowCurator.java
Java
asf20
14,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.dspace.curate; import java.io.IOException; import java.sql.SQLException; import org.dspac...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/curate/AbstractCurationTask.java
Java
asf20
4,142
/** * 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.curate; import java.lang.annotation.Documented; import java.lang.annotation.Retenti...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/curate/Distributive.java
Java
asf20
680
/** * 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.sort; import org.dspace.text.filter.*; import org.dspace.sort.AbstractTextFilterOFD...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/sort/OrderFormatTitleMarc21.java
Java
asf20
718
/** * 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.sort; /** * Standard date ordering delegate implementation. The only "special" nee...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/sort/OrderFormatDate.java
Java
asf20
1,133
/** * 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.sort; import java.io.IOException; import java.util.HashSet; import java.util.Set; i...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/sort/SortOption.java
Java
asf20
7,711
/** * 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.sort; import org.apache.log4j.Logger; import org.dspace.text.filter.TextFilter; imp...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/sort/AbstractTextFilterOFD.java
Java
asf20
3,137
/** * 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.sort; import org.dspace.text.filter.DecomposeDiactritics; import org.dspace.text.fi...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/sort/OrderFormatTitle.java
Java
asf20
787
/** * 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.sort; /** * Just a quick SortException class to give us the relevant data type */...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/sort/SortException.java
Java
asf20
655
/** * 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.sort; import org.dspace.text.filter.DecomposeDiactritics; import org.dspace.text.fi...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/sort/OrderFormatText.java
Java
asf20
698
/** * 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.sort; /** * Interface for browse order delegates * * @author Graham Triggs */ ...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/sort/OrderFormatDelegate.java
Java
asf20
716
/** * 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.sort; import org.dspace.core.PluginManager; /** * Class implementing static helpe...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/sort/OrderFormat.java
Java
asf20
4,289
/** * 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.sort; import org.dspace.text.filter.DecomposeDiactritics; import org.dspace.text.fi...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/sort/OrderFormatAuthor.java
Java
asf20
702
/** * 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.content; import java.sql.SQLException; import org.dspace.core.Constants; import or...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/DSpaceObject.java
Java
asf20
5,321
/** * 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.content; import java.io.Serializable; import java.util.Collections; import java.uti...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/ItemComparator.java
Java
asf20
6,724
/** * 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.content; import java.io.IOException; import java.sql.SQLException; import org.dspa...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/InstallItem.java
Java
asf20
8,702
/** * 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.content; import java.sql.Connection; import java.sql.PreparedStatement; import java...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/MetadataSchema.java
Java
asf20
16,747
/** * 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.content.service; import org.dspace.content.dao.ItemDAO; import org.dspace.content.d...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/service/ItemService.java
Java
asf20
1,529
/** * 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.content; import java.io.IOException; import java.sql.Connection; import java.sql.Pr...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/MetadataField.java
Java
asf20
19,953
/** * 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.content; import java.io.IOException; import java.io.InputStream; import java.sql.SQ...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/Community.java
Java
asf20
39,518
/** * 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.content; import java.io.IOException; import java.io.InputStream; import java.sql.SQ...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/Bitstream.java
Java
asf20
21,330
/** * 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.content.packager; import java.io.IOException; import java.io.InputStream; import ja...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/packager/DSpaceMETSIngester.java
Java
asf20
10,015
/** * 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.content.packager; import java.io.IOException; import java.sql.SQLException; import...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/packager/DSpaceAIPIngester.java
Java
asf20
16,430
/** * 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.content.packager; import java.io.File; import java.io.FileOutputStream; import java...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/packager/RoleDisseminator.java
Java
asf20
22,344
<!-- 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/ --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <!-- Author: Richard Rod...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/packager/package.html
HTML
asf20
1,495
/** * 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.content.packager; import java.io.File; import java.io.IOException; import java.sql....
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/packager/PackageDisseminator.java
Java
asf20
5,865
/** * 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.content.packager; import java.io.IOException; import java.sql.SQLException; import ...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/packager/DSpaceMETSDisseminator.java
Java
asf20
9,051
/** * 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.content.packager; import java.io.PrintWriter; import java.io.StringWriter; import ...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/packager/PackageException.java
Java
asf20
2,351
/** * 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.content.packager; /** * This represents a failure when importing or exporting a pa...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/packager/PackageValidationException.java
Java
asf20
1,500
/** * 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.content.packager; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutp...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/packager/AbstractMETSDisseminator.java
Java
asf20
67,614
/** * 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.content.packager; import java.io.File; import java.io.FileInputStream; import java....
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/packager/AbstractMETSIngester.java
Java
asf20
64,006
/** * 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.content.packager; import java.io.ByteArrayInputStream; import java.io.File; import ...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/packager/METSManifest.java
Java
asf20
50,919
/** * 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.content.packager; import java.io.File; import java.io.FileInputStream; import java....
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/packager/PDFPackager.java
Java
asf20
14,732
/** * 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.content.packager; import java.io.File; import java.io.IOException; import java.sql....
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/packager/AbstractPackageIngester.java
Java
asf20
17,077
/** * 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.content.packager; import java.io.File; import java.io.IOException; import java.io.U...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/packager/DSpaceAIPDisseminator.java
Java
asf20
22,689
/** * 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.content.packager; import java.io.File; import java.io.IOException; import java.io.I...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/packager/RoleIngester.java
Java
asf20
20,357
/** * 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.content.packager; import java.io.File; import java.io.IOException; import java.sql....
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/packager/PackageIngester.java
Java
asf20
9,263
/** * 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.content.packager; import org.dspace.authorize.AuthorizeException; import org.dspace...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/packager/AbstractPackageDisseminator.java
Java
asf20
8,312
/** * 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.content.packager; import java.util.Enumeration; import java.util.Properties; impor...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/packager/PackageParameters.java
Java
asf20
11,034
/** * 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.content.packager; import java.io.ByteArrayInputStream; import java.io.File; import ...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/packager/PackageUtils.java
Java
asf20
35,572
/** * 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.content; import java.util.Locale; /** * Utility class for dealing with languages ...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/DCLanguage.java
Java
asf20
2,424
/** * 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.content; import java.io.IOException; import java.sql.SQLException; import java.util...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/MetadataValue.java
Java
asf20
11,078
<!-- 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/ --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <!-- Author: Robert Tans...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/package.html
HTML
asf20
5,189
/** * 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.content; import org.dspace.content.Bitstream; /** * Wrapper class for bitstreams ...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/Thumbnail.java
Java
asf20
1,343
/** * 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.content; /** * Series and report number, as stored in relation.ispartofseries * ...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/DCSeriesNumber.java
Java
asf20
2,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/ */ package org.dspace.content.license; import java.util.Formatter; import org.dspace.content.DSpaceObjec...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/license/SimpleDSpaceObjectLicenseFormatter.java
Java
asf20
1,128
/** * 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.content.license; import java.util.Formattable; import java.util.Formatter; import ...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/license/FormattableArgument.java
Java
asf20
1,314
/** * 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.content.license; import java.util.Formatter; public interface LicenseArgumentForma...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/license/LicenseArgumentFormatter.java
Java
asf20
1,280
/** * 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.content; import java.sql.SQLException; import java.util.ArrayList; import java.util...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/BitstreamFormat.java
Java
asf20
20,608
/** * 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.content.authority; import java.util.ArrayList; import java.util.List; import java.u...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/authority/MetadataAuthorityManager.java
Java
asf20
7,599
/** * 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.content.authority; import java.util.ArrayList; import java.util.Arrays; import java...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/authority/DSpaceControlledVocabulary.java
Java
asf20
8,118
/** * 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.content.authority; import java.util.List; import java.util.Map; import java.util.Ha...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/authority/ChoiceAuthorityManager.java
Java
asf20
11,842
/** * 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.content.authority; /** * Record class to hold the data describing one option, or c...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/authority/Choice.java
Java
asf20
940
/** * 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.content.authority; /** * Plugin interface that supplies an authority control mecha...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/authority/ChoiceAuthority.java
Java
asf20
3,173
/** * 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.content.authority; import org.apache.commons.httpclient.NameValuePair; /** * Samp...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/authority/SHERPARoMEOJournalTitle.java
Java
asf20
1,858
/** * 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.content.authority; import java.io.IOException; import javax.xml.parsers.SAXParserFa...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/authority/SHERPARoMEOProtocol.java
Java
asf20
9,210
/** * 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.content.authority; import java.io.IOException; import java.util.List; import java.u...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/authority/LCNameAuthority.java
Java
asf20
12,922
/** * 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.content.authority; import org.apache.commons.httpclient.NameValuePair; /** * Samp...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/authority/SHERPARoMEOPublisher.java
Java
asf20
1,929
/** * 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.content.authority; import java.util.Iterator; import java.util.Arrays; import java....
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/authority/DCInputAuthority.java
Java
asf20
4,834
/** * 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.content.authority; import org.xml.sax.ContentHandler; import org.xml.sax.SAXExcepti...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/authority/ChoicesXMLGenerator.java
Java
asf20
5,223
/** * 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.content.authority; import org.apache.commons.lang.ArrayUtils; /** * Record class ...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/authority/Choices.java
Java
asf20
6,114
/** * 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-api/src/main/java/org/dspace/content/authority/AuthorityVariantsSupport.java
Java
asf20
521
/** * 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.content.authority; /** * This is a *very* stupid test fixture for authority contro...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/authority/SampleAuthority.java
Java
asf20
1,944
/** * 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.content; import java.text.DateFormatSymbols; import java.text.SimpleDateFormat; imp...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/DCDate.java
Java
asf20
17,089
/** * 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.content; import java.io.ByteArrayInputStream; import java.io.IOException; import ja...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/LicenseUtils.java
Java
asf20
5,333
/** * 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.content.dao; import org.dspace.core.Context; import org.dspace.content.Bitstream; i...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/dao/ItemDAOPostgres.java
Java
asf20
4,394
/** * 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.content.dao; import org.dspace.core.Context; import org.dspace.content.Bitstream; ...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/dao/ItemDAO.java
Java
asf20
809
/** * 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.content.dao; import org.dspace.core.Context; import org.dspace.content.Bitstream; ...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/dao/ItemDAOOracle.java
Java
asf20
1,077
/** * 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.content.dao; import org.dspace.core.Context; import org.dspace.core.ConfigurationMa...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/dao/ItemDAOFactory.java
Java
asf20
781
/** * 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.content; import java.io.IOException; import java.sql.SQLException; import org.dspa...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/Site.java
Java
asf20
2,663
/** * 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.content; import java.io.IOException; import java.io.InputStream; import java.sql.Pr...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/Item.java
Java
asf20
104,018
/** * 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.content; import org.dspace.content.authority.Choices; /** * Simple data structure...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/DCValue.java
Java
asf20
1,857
/** * 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.content; /** * An exception that gets thrown when a metadata field cannot be creat...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/NonUniqueMetadataException.java
Java
asf20
806
/** * 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.content; import java.io.IOException; import java.sql.SQLException; import java.util...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/WorkspaceItem.java
Java
asf20
19,008
/** * 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.content; import java.sql.SQLException; import org.dspace.core.Context; import org....
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/FormatIdentifier.java
Java
asf20
3,086
/** * 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.content; import java.io.IOException; import java.io.InputStream; import java.sql.Pr...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/Collection.java
Java
asf20
45,354
/** * 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.content; import java.sql.SQLException; import java.util.ArrayList; import java.util...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/SupervisedItem.java
Java
asf20
7,712
/** * 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.content; import java.sql.SQLException; import java.util.Iterator; import java.util...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/ItemIterator.java
Java
asf20
5,814
/** * 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.content; /** * DSpace person name utility class * <P> * Person names in the Dubl...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/DCPersonName.java
Java
asf20
3,396
/** * 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.content; import java.io.IOException; import java.io.InputStream; import java.sql.SQ...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/Bundle.java
Java
asf20
22,547
/** * 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.content.crosswalk; /** * Something went wrong inside the crosswalk, not necessaril...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/crosswalk/CrosswalkInternalException.java
Java
asf20
1,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/ */ package org.dspace.content.crosswalk; import java.io.File; import java.util.ArrayList; import java.uti...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/crosswalk/XSLTCrosswalk.java
Java
asf20
7,312
/** * 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.content.crosswalk; import java.io.IOException; import java.sql.SQLException; import...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/crosswalk/DIMIngestionCrosswalk.java
Java
asf20
2,421
/** * 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.content.crosswalk; import java.io.IOException; import java.sql.SQLException; import...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/crosswalk/SimpleDCDisseminationCrosswalk.java
Java
asf20
4,639