Package com.e1c.langtool.collector
Interface FileFeatureValue
- All Superinterfaces:
ContextTranslationKey,FeatureValue,Serializable,TranslationKey
- All Known Implementing Classes:
V8FeatureValue
Deprecated.
The interface of objects that are
FeatureValue containing in IFile resource.
Implementors must be Serializable and are responsible for de-serializing file.-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.core.resources.IFilegetFile()Deprecated.Gets the file resource of the feature value.Methods inherited from interface com.e1c.langtool.collector.FeatureValue
getComment, getContextKey, getFeatureKey, getFeatureSettings, getFullPath, getLocalStrings, getResourceId, getSourceProject, getValue, isComputedValue, isTag, isUnknown
-
Method Details
-
getFile
org.eclipse.core.resources.IFile getFile()Deprecated.Gets the file resource of the feature value.- Returns:
- the file, cannot return
null
-