Faceted Project Framework
Version 1.3

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


public interface IDefaultVersionProvider

This interface can be implemented in order to provide the facet version that is selected by default. If a version provider is not specified, the latest version will be used. Note that if a runtime is selected, the runtime can override this default with a version best suited for that runtime.

Author:
Konstantin Komissarchik

Method Summary
 IProjectFacetVersion getDefaultVersion()
          Returns the facet version that should be selected by default.
 

Method Detail

getDefaultVersion

IProjectFacetVersion getDefaultVersion()
Returns the facet version that should be selected by default.

Returns:
the facet version that should be selected by default

Faceted Project Framework
Version 1.3

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