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.content.crosswalk; import java.io.IOException; import java.sql.SQLException; import...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/crosswalk/METSRightsCrosswalk.java
Java
asf20
29,591
/** * 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.io.InputStream; import j...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/crosswalk/StreamIngestionCrosswalk.java
Java
asf20
2,088
/** * 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/CrosswalkObjectNotSupported.java
Java
asf20
1,099
/** * 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 org.apache.log4j.Logger; import org.dspace.authorize.Auth...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/crosswalk/XHTMLHeadDisseminationCrosswalk.java
Java
asf20
9,833
/** * 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.util.List; import java....
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/crosswalk/AIPDIMCrosswalk.java
Java
asf20
6,748
<!-- 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/crosswalk/package.html
HTML
asf20
1,654
/** * 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/OAIDCIngestionCrosswalk.java
Java
asf20
2,039
/** * 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/DisseminationCrosswalk.java
Java
asf20
5,184
/** * 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/NullIngestionCrosswalk.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.crosswalk; /** * Superclass for more-specific crosswalk exceptions. * Use...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/crosswalk/CrosswalkException.java
Java
asf20
835
/** * 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.OutputStream; import java.io.IOException; import ...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/crosswalk/CreativeCommonsRDFStreamDisseminationCrosswalk.java
Java
asf20
1,930
/** * 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; /** * * This indicates a problem with the input metadata (for ...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/crosswalk/MetadataValidationException.java
Java
asf20
924
/** * 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.OutputStream; import java.io.IOException; import ...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/crosswalk/LicenseStreamDisseminationCrosswalk.java
Java
asf20
1,950
/** * 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.net.URLEncoder; import j...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/crosswalk/PREMISCrosswalk.java
Java
asf20
13,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.crosswalk; import java.io.BufferedReader; import java.io.File; i...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/crosswalk/AGRISDisseminationCrosswalk.java
Java
asf20
17,404
/** * 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/DIMDisseminationCrosswalk.java
Java
asf20
3,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.crosswalk; public interface IConverter { /** * Get an alternative ...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/crosswalk/IConverter.java
Java
asf20
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.dspace.content.crosswalk; import org.dspace.content.packager.PackageParameters; /** * Pa...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/crosswalk/AbstractPackagerWrappingCrosswalk.java
Java
asf20
3,831
/** * 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/XSLTDisseminationCrosswalk.java
Java
asf20
16,653
/** * 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.ByteArrayOutputStream; import java.io.InputStream...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/crosswalk/LicenseStreamIngestionCrosswalk.java
Java
asf20
2,138
/** * 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/OREDisseminationCrosswalk.java
Java
asf20
14,605
/** * 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.util.List; import java.u...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/crosswalk/AIPTechMDCrosswalk.java
Java
asf20
23,610
/** * 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.FileInputStream; import java.io.IOException; impo...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/crosswalk/XSLTIngestionCrosswalk.java
Java
asf20
13,290
/** * 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.io.OutputStream; import ...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/crosswalk/StreamDisseminationCrosswalk.java
Java
asf20
2,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.crosswalk; import java.io.BufferedReader; import java.io.FileInputStream; i...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/crosswalk/MODSDisseminationCrosswalk.java
Java
asf20
21,551
/** * 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.io.FileInputStream; import java...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/crosswalk/QDCCrosswalk.java
Java
asf20
16,830
/** * 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/IngestionCrosswalk.java
Java
asf20
4,762
/** * 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.OutputStream; import java.io.IOException; import ...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/crosswalk/CreativeCommonsTextStreamDisseminationCrosswalk.java
Java
asf20
1,939
/** * 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.InputStream; import java.io.IOException; import j...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/crosswalk/NullStreamIngestionCrosswalk.java
Java
asf20
1,306
/** * 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.io.IOException; import java.sql...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/crosswalk/METSDisseminationCrosswalk.java
Java
asf20
4,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.dspace.content.crosswalk; import java.io.FileNotFoundException; import java.io.IOException...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/crosswalk/OREIngestionCrosswalk.java
Java
asf20
9,123
/** * 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.io.FileOutputStream; import jav...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/crosswalk/RoleCrosswalk.java
Java
asf20
12,258
/** * 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.InputStream; import java.io.IOException; import j...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/crosswalk/CreativeCommonsRDFStreamIngestionCrosswalk.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; import java.io.IOException; import java.sql.SQLException; import org.dspa...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/content/InProgressSubmission.java
Java
asf20
2,892
/** * 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.checker; import java.io.FileNotFoundException; import java.util.ArrayList; impo...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/checker/ChecksumChecker.java
Java
asf20
9,342
<!-- 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>org.dspace.app.checker Package Documentation</title> </head> <body> ...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/checker/package.html
HTML
asf20
506
/** * 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.statistics; import org.dspace.core.ConfigurationManager; import java.text.Date...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/statistics/HTMLReport.java
Java
asf20
14,793
/** * 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.statistics; import java.util.Date; /** * This class represents a single log f...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/statistics/LogLine.java
Java
asf20
4,031
<!-- 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> <title>org.dspace.app.statis...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/statistics/package.html
HTML
asf20
3,261
/** * 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.statistics; import java.util.ArrayList; import java.util.List; /** * This cla...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/statistics/Statistics.java
Java
asf20
5,217
/** * 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.statistics; import java.io.File; import java.io.FileInputStream; import java.ut...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/statistics/CreateStatReport.java
Java
asf20
13,093
/** * 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.statistics; /** * This is a primitive class to represent a single statistic, w...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/statistics/Stat.java
Java
asf20
3,994
/** * 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.statistics; import org.dspace.core.ConfigurationManager; import org.dspace.core...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/statistics/LogAnalyser.java
Java
asf20
48,439
/** * 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.statistics; import java.text.NumberFormat; /** * This class provides a number...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/statistics/ReportTools.java
Java
asf20
1,039
/** * 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.statistics; import java.io.BufferedReader; import java.io.File; import java.io....
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/statistics/ReportGenerator.java
Java
asf20
27,618
/** * 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.statistics; import org.dspace.app.statistics.Statistics; import java.util.Date...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/statistics/Report.java
Java
asf20
4,220
/** * 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.statistics; import org.apache.commons.lang.time.DateUtils; import org.dspace.co...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/statistics/StatisticsLoader.java
Java
asf20
11,808
/** * 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/ */ /** * <p>Tools for exporting and importing DSpace objects (Community, Collection, * Item, etc.) wrap...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/packager/package-info.java
Java
asf20
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.dspace.app.packager; import java.io.BufferedReader; import java.io.File; import java.io.Fi...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/packager/Packager.java
Java
asf20
33,717
/** * 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.bulkedit; import org.apache.commons.cli.*; import org.dspace.content.*; import...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/bulkedit/MetadataExport.java
Java
asf20
8,422
/** * 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.bulkedit; import org.dspace.content.*; import org.dspace.content.Collection; im...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/bulkedit/DSpaceCSV.java
Java
asf20
19,174
/** * 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.bulkedit; /** * Metadata importer exception * * @author Stuart Lewis */ pub...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/bulkedit/MetadataImportInvalidHeadingException.java
Java
asf20
1,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.app.bulkedit; import org.apache.commons.cli.*; import org.dspace.content.*; import...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/bulkedit/MetadataImport.java
Java
asf20
38,872
/** * 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.bulkedit; import org.dspace.content.Item; import org.dspace.content.DCValue; im...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/bulkedit/BulkEditChange.java
Java
asf20
8,037
/** * 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.bulkedit; /** * Metadata importer exception * * @author Stuart Lewis */ pub...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/bulkedit/MetadataImportException.java
Java
asf20
843
/** * 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.bulkedit; import java.util.ArrayList; import java.util.HashMap; import java.uti...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/bulkedit/DSpaceCSVLine.java
Java
asf20
4,444
/** * 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.harvest; import java.io.IOException; import java.sql.SQLException; import java....
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/harvest/Harvest.java
Java
asf20
16,970
/** * 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.itemexport; import java.io.BufferedOutputStream; import java.io.File; import ja...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/itemexport/ItemExport.java
Java
asf20
51,938
/** * 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.itemexport; /** * An exception that can be thrown when error occur during item...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/itemexport/ItemExportException.java
Java
asf20
635
/** * 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.itemupdate; import java.text.ParseException; import java.util.regex.*; import ...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/itemupdate/ContentsEntry.java
Java
asf20
3,855
/** * 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.itemupdate; import java.io.File; import java.io.IOException; import java.sql.SQ...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/itemupdate/DeleteBitstreamsAction.java
Java
asf20
3,109
/** * 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.itemupdate; /** * Base class for Bitstream actions * * */ public abstra...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/itemupdate/UpdateBitstreamsAction.java
Java
asf20
961
/** * 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.itemupdate; import java.io.IOException; import java.util.Properties; import jav...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/itemupdate/BitstreamFilter.java
Java
asf20
1,326
/** * 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.itemupdate; import java.util.Iterator; import java.util.LinkedHashMap; import j...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/itemupdate/ActionManager.java
Java
asf20
1,968
/** * 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.itemupdate; import java.io.BufferedWriter; import java.io.File; import java.io....
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/itemupdate/ItemArchive.java
Java
asf20
9,225
/** * 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.itemupdate; import java.sql.SQLException; import org.dspace.content.Bitstream; ...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/itemupdate/OriginalWithDerivativesBitstreamFilter.java
Java
asf20
1,350
/** * 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.itemupdate; import org.dspace.core.Context; /** * Interface for actions to...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/itemupdate/UpdateAction.java
Java
asf20
640
/** * 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.itemupdate; import java.text.ParseException; import org.dspace.authorize.Autho...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/itemupdate/DeleteMetadataAction.java
Java
asf20
1,552
/** * 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.itemupdate; import java.text.ParseException; import org.dspace.content.Item; /...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/itemupdate/DtoMetadata.java
Java
asf20
3,761
/** * 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.itemupdate; import java.util.HashSet; import java.util.Set; /** * This abst...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/itemupdate/UpdateMetadataAction.java
Java
asf20
1,513
/** * 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.itemupdate; import java.io.IOException; import java.sql.SQLException; import ja...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/itemupdate/DeleteBitstreamsByFilterAction.java
Java
asf20
3,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.dspace.app.itemupdate; import java.sql.SQLException; import org.dspace.authorize.Authoriz...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/itemupdate/AddMetadataAction.java
Java
asf20
3,694
/** * 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.itemupdate; import java.io.BufferedReader; import java.io.File; import java.io....
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/itemupdate/MetadataUtilities.java
Java
asf20
14,368
/** * 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.itemupdate; import java.sql.SQLException; import org.dspace.content.Bitstream;...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/itemupdate/BitstreamFilterByBundleName.java
Java
asf20
1,331
/** * 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.itemupdate; import java.util.regex.*; import org.dspace.content.Bitstream; /*...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/itemupdate/BitstreamFilterByFilename.java
Java
asf20
1,192
/** * 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.itemupdate; /** * Exception class for BitstreamFilters * */ public class ...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/itemupdate/BitstreamFilterException.java
Java
asf20
591
/** * 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.itemupdate; import java.sql.SQLException; import org.dspace.content.Bitstream;...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/itemupdate/OriginalBitstreamFilter.java
Java
asf20
1,184
/** * 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.itemupdate; import java.util.Properties; /** * Bitstream filter to delete f...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/itemupdate/DerivativeTextBitstreamFilter.java
Java
asf20
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.app.itemupdate; import java.io.BufferedWriter; import java.io.File; import java.io....
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/itemupdate/ItemUpdate.java
Java
asf20
20,202
/** * 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.itemupdate; import java.io.BufferedInputStream; import java.io.File; import jav...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/itemupdate/AddBitstreamsAction.java
Java
asf20
6,233
/** * 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.itemupdate; import java.util.Properties; /** * Bitstream filter targetting...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/itemupdate/ThumbnailBitstreamFilter.java
Java
asf20
543
/** * 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.sitemap; import java.io.File; import java.io.FileOutputStream; import java.io.I...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/sitemap/AbstractGenerator.java
Java
asf20
6,971
/** * 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.sitemap; import java.io.File; import java.io.IOException; import java.io.PrintS...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/sitemap/SitemapsOrgGenerator.java
Java
asf20
3,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.app.sitemap; import java.io.BufferedReader; import java.io.File; import java.io.IOE...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/sitemap/GenerateSitemaps.java
Java
asf20
11,153
/** * 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.sitemap; import java.io.File; import java.io.IOException; import java.io.PrintS...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/sitemap/HTMLSitemapGenerator.java
Java
asf20
3,116
/** * 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.launcher; import org.dspace.core.ConfigurationManager; import org.dspace.servic...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/launcher/ScriptLauncher.java
Java
asf20
10,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.app.mediafilter; import java.awt.Graphics2D; import java.awt.image.BufferedImage; i...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/mediafilter/JPEGFilter.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.dspace.app.mediafilter; import java.awt.Graphics2D; import java.awt.image.BufferedImage; i...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/mediafilter/XPDF2Thumbnail.java
Java
asf20
12,028
/** * 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.mediafilter; import org.dspace.content.Bitstream; import org.dspace.content.Ite...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/mediafilter/MediaFilter.java
Java
asf20
2,372
/** * 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.mediafilter; import java.io.InputStream; import org.dspace.content.Bitstream; ...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/mediafilter/FormatFilter.java
Java
asf20
3,274
/** * 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.mediafilter; import java.awt.Graphics2D; import java.awt.image.BufferedImage; i...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/mediafilter/BrandedPreviewJPEGFilter.java
Java
asf20
5,129
/** * 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.mediafilter; import java.io.BufferedInputStream; import java.io.ByteArrayInputS...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/mediafilter/XPDF2Text.java
Java
asf20
5,157
/** * 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.mediafilter; /** * Identifier class, holding a single item of text and its loc...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/mediafilter/BrandText.java
Java
asf20
2,060
/** * 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.mediafilter; import java.io.InputStream; import java.util.ArrayList; import jav...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/mediafilter/MediaFilterManager.java
Java
asf20
30,914
/** * 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.mediafilter; import java.awt.image.BufferedImage; import java.awt.Color; import...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/mediafilter/Brand.java
Java
asf20
4,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.app.mediafilter; import java.io.ByteArrayInputStream; import java.io.InputStream; i...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/mediafilter/WordFilter.java
Java
asf20
2,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.app.mediafilter; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutpu...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/mediafilter/PDFFilter.java
Java
asf20
3,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.dspace.app.mediafilter; import java.io.ByteArrayInputStream; import java.io.InputStream; ...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/mediafilter/HTMLFilter.java
Java
asf20
2,009
/** * 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.mediafilter; import java.io.ByteArrayInputStream; import java.io.InputStream; ...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/mediafilter/PowerPointFilter.java
Java
asf20
3,226
/** * 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.mediafilter; /** * Interface to allow filters to register the input formats th...
08msitamjadusman-agriocean
dspace-api/src/main/java/org/dspace/app/mediafilter/SelfRegisterInputFormats.java
Java
asf20
576