@Override
public ExportableProperty[] getExportableProperties() {
return new ExportableProperty[] {
new ExportableStringProperty(this, PROPERTY_HOST, LocationMessages
.getString("FtpLocation.Property.Host"), true),
new ExportableIntProperty(this, PROPERTY_PORT, LocationMessages
.getString("FtpLocation.Property.Port"), true, DEFAULT_PORT),
new ExportableStringProperty(this, PROPERTY_HOST_PATH, LocationMessages
.getString("FtpLocation.Property.Path"), true),
new ExportableStringProperty(this, PROPERTY_FILE_FILTER,
LocationMessages.getString("FileLocation.Property.File"), false),