Interface FileFeatureValue

All Superinterfaces:
ContextTranslationKey, FeatureValue, Serializable, TranslationKey
All Known Implementing Classes:
V8FeatureValue

@Deprecated public interface FileFeatureValue extends FeatureValue
Deprecated.
The interface of objects that are FeatureValue containing in IFile resource. Implementors must be Serializable and are responsible for de-serializing file.
  • Method Details

    • getFile

      org.eclipse.core.resources.IFile getFile()
      Deprecated.
      Gets the file resource of the feature value.
      Returns:
      the file, cannot return null