Class PropertiesFileContentDescriber

java.lang.Object
com.iizigo.fileexts.PropertiesFileContentDescriber
All Implemented Interfaces:
IContentDescriber
Direct Known Subclasses:
ContextMenuFileContentDescriber, FontFacesFileContentDescriber, PanelFileContentDescriber, StyleFileContentDescriber

public abstract class PropertiesFileContentDescriber extends Object implements IContentDescriber
The content describer for the property files. The properties file must have the following format and cannot a contain comment text before the first line:
 [?xml version="1.0" encoding="UTF-8" standalone="no"?]
 [UIPanel name="customers"]
 
Author:
Christopher Mindus