com.aptana.ide.editor.css
Class CSSFileServiceFactory

java.lang.Object
  extended by com.aptana.ide.editor.css.CSSFileServiceFactory
All Implemented Interfaces:
IFileServiceFactory

public final class CSSFileServiceFactory
extends java.lang.Object
implements IFileServiceFactory

Author:
Robin Debreuil, Kevin Lindsey

Method Summary
 FileService createFileService(IFileSourceProvider sourceProvider)
          getFileService
static CSSFileServiceFactory getInstance()
          getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createFileService

public FileService createFileService(IFileSourceProvider sourceProvider)
Description copied from interface: IFileServiceFactory
getFileService

Specified by:
createFileService in interface IFileServiceFactory
Returns:
FileService
See Also:
IFileServiceFactory.createFileService(IFileSourceProvider)

getInstance

public static CSSFileServiceFactory getInstance()
getInstance

Returns:
CSSFileServiceFactory