Package com.macrofocus.file
Class AbstractFileType
- java.lang.Object
-
- com.macrofocus.file.AbstractFileType
-
- All Implemented Interfaces:
FileType
- Direct Known Subclasses:
CartoPlotFileType
,CommaDelimitedFileType
,GeoJSONFileType
,HCILFileType
,HighDFileType
,HTMLTagCloudFileType
,InfoScopeFileType
,JarFileType
,JsonFileType
,MicrosoftAccessFileType
,MicrosoftExcelFileType
,MicrosoftProjectDataInterchangeFileType
,MicrosoftProjectExchangeFileType
,MicrosoftProjectFileType
,NetdrawVNAFileType
,ODFSpreadsheetFileType
,RTFTagCloudFileType
,SASFileType
,ShapefileFileType
,SPSSFileType
,SurveyVisualizerFileType
,TabDelimitedFileType
,TableBrowserFileType
,TcpdumpFileType
,TextTagCloudFileType
,TreeMapFileType
,TreeMLFileType
,TrendDisplayFileType
,VisFluxFileType
,VRML97FileType
,X3DFileType
,X3DOMFileType
,ZipFileType
public class AbstractFileType extends java.lang.Object implements FileType
-
-
Constructor Summary
Constructors Constructor Description AbstractFileType(java.lang.String description, java.lang.String[] extensions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDescription()
java.lang.String[]
getExtensions()
-
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interfaceFileType
-
getExtensions
public java.lang.String[] getExtensions()
- Specified by:
getExtensions
in interfaceFileType
-
-