moved from helma.mime to helma.util.mime package
to reduce number of top level packages.
This commit is contained in:
parent
24e8ef6b1e
commit
4da2834955
11 changed files with 11 additions and 11 deletions
|
@ -3,7 +3,7 @@
|
||||||
// (c) COPYRIGHT MIT, INRIA and Keio, 1999
|
// (c) COPYRIGHT MIT, INRIA and Keio, 1999
|
||||||
// Please first read the full copyright statement in file COPYRIGHT.html
|
// Please first read the full copyright statement in file COPYRIGHT.html
|
||||||
|
|
||||||
package helma.mime;
|
package helma.util.mime;
|
||||||
|
|
||||||
import java.util.*;
|
import java.util.*;
|
||||||
import java.io.*;
|
import java.io.*;
|
|
@ -3,7 +3,7 @@
|
||||||
// (c) COPYRIGHT MIT and INRIA, 1996.
|
// (c) COPYRIGHT MIT and INRIA, 1996.
|
||||||
// Please first read the full copyright statement in file COPYRIGHT.html
|
// Please first read the full copyright statement in file COPYRIGHT.html
|
||||||
|
|
||||||
package helma.mime;
|
package helma.util.mime;
|
||||||
|
|
||||||
import java.io.*;
|
import java.io.*;
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
// (c) COPYRIGHT MIT and INRIA, 1996.
|
// (c) COPYRIGHT MIT and INRIA, 1996.
|
||||||
// Please first read the full copyright statement in file COPYRIGHT.html
|
// Please first read the full copyright statement in file COPYRIGHT.html
|
||||||
|
|
||||||
package helma.mime;
|
package helma.util.mime;
|
||||||
|
|
||||||
import java.io.*;
|
import java.io.*;
|
||||||
import java.util.*;
|
import java.util.*;
|
|
@ -3,7 +3,7 @@
|
||||||
// (c) COPYRIGHT MIT and INRIA, 1996.
|
// (c) COPYRIGHT MIT and INRIA, 1996.
|
||||||
// Please first read the full copyright statement in file COPYRIGHT.html
|
// Please first read the full copyright statement in file COPYRIGHT.html
|
||||||
|
|
||||||
package helma.mime;
|
package helma.util.mime;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A Mime header factory, that will build instances of the MimeHeaders class
|
* A Mime header factory, that will build instances of the MimeHeaders class
|
|
@ -3,7 +3,7 @@
|
||||||
// (c) COPYRIGHT MIT and INRIA, 1996.
|
// (c) COPYRIGHT MIT and INRIA, 1996.
|
||||||
// Please first read the full copyright statement in file COPYRIGHT.html
|
// Please first read the full copyright statement in file COPYRIGHT.html
|
||||||
|
|
||||||
package helma.mime;
|
package helma.util.mime;
|
||||||
|
|
||||||
import java.util.*;
|
import java.util.*;
|
||||||
import java.io.* ;
|
import java.io.* ;
|
|
@ -3,7 +3,7 @@
|
||||||
// (c) COPYRIGHT MIT and INRIA, 1996.
|
// (c) COPYRIGHT MIT and INRIA, 1996.
|
||||||
// Please first read the full copyright statement in file COPYRIGHT.html
|
// Please first read the full copyright statement in file COPYRIGHT.html
|
||||||
|
|
||||||
package helma.mime;
|
package helma.util.mime;
|
||||||
|
|
||||||
public class MimeParserException extends Exception {
|
public class MimeParserException extends Exception {
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
// (c) COPYRIGHT MIT and INRIA, 1996.
|
// (c) COPYRIGHT MIT and INRIA, 1996.
|
||||||
// Please first read the full copyright statement in file COPYRIGHT.html
|
// Please first read the full copyright statement in file COPYRIGHT.html
|
||||||
|
|
||||||
package helma.mime;
|
package helma.util.mime;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This class is used by the MimeParser, to create new MIME message holders.
|
* This class is used by the MimeParser, to create new MIME message holders.
|
|
@ -3,7 +3,7 @@
|
||||||
// (c) COPYRIGHT MIT and INRIA, 1996.
|
// (c) COPYRIGHT MIT and INRIA, 1996.
|
||||||
// Please first read the full copyright statement in file COPYRIGHT.html
|
// Please first read the full copyright statement in file COPYRIGHT.html
|
||||||
|
|
||||||
package helma.mime;
|
package helma.util.mime;
|
||||||
|
|
||||||
import java.util.*;
|
import java.util.*;
|
||||||
import java.io.*;
|
import java.io.*;
|
|
@ -3,7 +3,7 @@
|
||||||
// (c) COPYRIGHT MIT and INRIA, 1996.
|
// (c) COPYRIGHT MIT and INRIA, 1996.
|
||||||
// Please first read the full copyright statement in file COPYRIGHT.html
|
// Please first read the full copyright statement in file COPYRIGHT.html
|
||||||
|
|
||||||
package helma.mime;
|
package helma.util.mime;
|
||||||
|
|
||||||
public class MimeTypeFormatException extends Exception {
|
public class MimeTypeFormatException extends Exception {
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
// (c) COPYRIGHT MIT and INRIA, 1996.
|
// (c) COPYRIGHT MIT and INRIA, 1996.
|
||||||
// Please first read the full copyright statement in file COPYRIGHT.html
|
// Please first read the full copyright statement in file COPYRIGHT.html
|
||||||
|
|
||||||
package helma.mime;
|
package helma.util.mime;
|
||||||
|
|
||||||
import java.io.* ;
|
import java.io.* ;
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
// (c) COPYRIGHT MIT and INRIA, 1998.
|
// (c) COPYRIGHT MIT and INRIA, 1998.
|
||||||
// Please first read the full copyright statement in file COPYRIGHT.html
|
// Please first read the full copyright statement in file COPYRIGHT.html
|
||||||
|
|
||||||
package helma.mime;
|
package helma.util.mime;
|
||||||
|
|
||||||
import java.util.Hashtable;
|
import java.util.Hashtable;
|
||||||
|
|
Loading…
Add table
Reference in a new issue