From 4075bf26b65cf2be4c55f2e9cbdc1b854a41dbce Mon Sep 17 00:00:00 2001 From: pdanner Date: Wed, 5 Sep 2007 10:02:19 +0000 Subject: removed obsolete files git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@990 d688527b-c9ab-4aba-bd8d-4036d912da1d --- spss.test/src/testgenerator/Supplement.java | 62 ----------------------------- 1 file changed, 62 deletions(-) delete mode 100644 spss.test/src/testgenerator/Supplement.java (limited to 'spss.test/src/testgenerator/Supplement.java') diff --git a/spss.test/src/testgenerator/Supplement.java b/spss.test/src/testgenerator/Supplement.java deleted file mode 100644 index 41edd4118..000000000 --- a/spss.test/src/testgenerator/Supplement.java +++ /dev/null @@ -1,62 +0,0 @@ -package testgenerator; - -/** - * @author Stevie (Admin) - * - * To change this generated comment edit the template variable "typecomment": - * Window>Preferences>Java>Templates. - * To enable and disable the creation of type comments go to - * Window>Preferences>Java>Code Generation. - */ -public class Supplement { - - private String supplement; - /** - * Constructor for Supplement. - */ - public Supplement() { - supplement = " \n"; - - } - - public void addMetaInfo(String mimeType, String description) - { - supplement += " \n" + - " " + mimeType + ""; - if (!(description==null)) - { - supplement+= " " + description + ""; - } - - supplement+= " "; - } - - public void addBase64Content(String fileName, String data) - { - supplement+= " \n"+ - " "+data+"\n" + - " \n"; - - } - - public void addXMLContent(String fileName, String data) - { - supplement+= " \n"+ - " "+data+"\n" + - " \n"; - - } - - - public void closeSupplement() - { - supplement+= " \n"; - } - - public String getSupplement() - { - return supplement; - } - - -} -- cgit v1.2.3