com.aptana.ide.editor.html
Class HTMLFileServiceFactory

java.lang.Object
  extended by com.aptana.ide.editor.html.HTMLFileServiceFactory
All Implemented Interfaces:
IFileServiceFactory

public class HTMLFileServiceFactory
extends java.lang.Object
implements IFileServiceFactory

Author:
Robin Debreuil, Kevin Lindsey

Constructor Summary
HTMLFileServiceFactory()
          HTMLFileServiceFactory
 
Method Summary
protected  void createChildFileServices(IParser parser, FileService fileService, IParseState parseState, ParentOffsetMapper mapper)
          createChildFileServices
 FileService createFileService(IFileSourceProvider sourceProvider)
          getFileService
protected  IParser createParser()
          createParser
static HTMLFileServiceFactory getInstance()
          getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLFileServiceFactory

public HTMLFileServiceFactory()
HTMLFileServiceFactory

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)

createChildFileServices

protected void createChildFileServices(IParser parser,
                                       FileService fileService,
                                       IParseState parseState,
                                       ParentOffsetMapper mapper)
createChildFileServices

Parameters:
parser -
fileService -
parseState -
mapper -

createParser

protected IParser createParser()
createParser

Returns:
IParser

getInstance

public static HTMLFileServiceFactory getInstance()
getInstance

Returns:
HTMLFileServiceFactory