org.opensubsystems.core.util
Interface FileConstants


public interface FileConstants

This interface contains commong constants used with file operations.

Version:
$Id: FileConstants.java,v 1.3 2007/01/07 06:14:01 bastafidli Exp $
Author:
Miro Halas
Code reviewer:
Miro Halas
Code reviewed:
Initial revision

Field Summary
static java.lang.String FILE_EXTENTION_JPG
          Constant for file extention type.
static java.lang.String FILE_EXTENTION_PDF
          Constant for file extention type.
static java.lang.String FILE_EXTENTION_THUMBNAIL_JPG
          Constant for thumbnail file extention type.
static java.lang.String FILE_EXTENTION_TIF
          Constant for file extention type.
static java.lang.String FILE_THUMBNAIL_ID_EXTENSION
          Extension in thumbnail filename placed after the name fore the real file extension.
 

Field Detail

FILE_EXTENTION_PDF

static final java.lang.String FILE_EXTENTION_PDF
Constant for file extention type. Includes the '.'.

See Also:
Constant Field Values

FILE_EXTENTION_TIF

static final java.lang.String FILE_EXTENTION_TIF
Constant for file extention type. Includes the '.'.

See Also:
Constant Field Values

FILE_EXTENTION_JPG

static final java.lang.String FILE_EXTENTION_JPG
Constant for file extention type. Includes the '.'.

See Also:
Constant Field Values

FILE_THUMBNAIL_ID_EXTENSION

static final java.lang.String FILE_THUMBNAIL_ID_EXTENSION
Extension in thumbnail filename placed after the name fore the real file extension.

See Also:
Constant Field Values

FILE_EXTENTION_THUMBNAIL_JPG

static final java.lang.String FILE_EXTENTION_THUMBNAIL_JPG
Constant for thumbnail file extention type. Includes the '.'.

See Also:
Constant Field Values


Copyright © 2003 - 2006 OpenSubsystems s.r.o.