Package com.iizigo.fileexts
Class StyleFileContentDescriber
- java.lang.Object
-
- com.iizigo.fileexts.PropertiesFileContentDescriber
-
- com.iizigo.fileexts.StyleFileContentDescriber
-
- All Implemented Interfaces:
org.eclipse.core.runtime.content.IContentDescriber
public class StyleFileContentDescriber extends PropertiesFileContentDescriber
The content describer for the property files of Styles.- Author:
- Christopher Mindus
-
-
Constructor Summary
Constructors Constructor Description StyleFileContentDescriber()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String[]
getTags()
Gets the list of tags names that is the content can process.-
Methods inherited from class com.iizigo.fileexts.PropertiesFileContentDescriber
describe, getSupportedOptions
-
-
-
-
Method Detail
-
getTags
protected java.lang.String[] getTags()
Gets the list of tags names that is the content can process. See the file "com.iizix.schema.base-properties.xml" for the tag names.- Specified by:
getTags
in classPropertiesFileContentDescriber
- Returns:
- The array of supported tags.
-
-