Faceted Project Framework
Version 1.3

org.eclipse.wst.common.project.facet.core
Interface IActionConfigFactory


public interface IActionConfigFactory

This interface is implemented in order to provide a method for creating a config object that will be used for parameterizing the facet action delegate.

Author:
Konstantin Komissarchik

Method Summary
 Object create()
          Creates a new facet action configuration object.
 

Method Detail

create

Object create()
              throws CoreException
Creates a new facet action configuration object. The new configuration object should ideally be populated with reasonable defaults.

Returns:
a new facet action configuration object
Throws:
CoreException - if failed while creating the configuration object

Faceted Project Framework
Version 1.3

Copyright (c) 2008 BEA Systems, Inc. and others. All rights reserved.