EGF Engine
Release 0.1.0

org.eclipse.egf.common.descriptor.pattern.helper
Interface IPatternDescriptorHandler


public interface IPatternDescriptorHandler

Pattern descriptor handler while parsing using the pattern descriptor strategy.


Method Summary
 void handleDescriptor(IDescriptor descriptor_p)
          Handle a descriptor that is neither a library nor a pattern one.
 void handleLibraryDescriptor(IDescriptor descriptor_p, String parentLibraryId_p)
          Handle a library descriptor.
 void handlePatternDescriptor(IDescriptor descriptor_p, String patternFullId_p)
          Handle a pattern descriptor.
 

Method Detail

handleLibraryDescriptor

void handleLibraryDescriptor(IDescriptor descriptor_p,
                             String parentLibraryId_p)
Handle a library descriptor.

Parameters:
descriptor_p -
parentLibraryId_p - The full id of the library.

handlePatternDescriptor

void handlePatternDescriptor(IDescriptor descriptor_p,
                             String patternFullId_p)
Handle a pattern descriptor.

Parameters:
descriptor_p -
patternFullId_p - The pattern full id.

handleDescriptor

void handleDescriptor(IDescriptor descriptor_p)
Handle a descriptor that is neither a library nor a pattern one.

Parameters:
descriptor_p -

EGF Engine
Release 0.1.0

Copyright (c) Thales Corporate Services S.A.S, 2009.

This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.