389390391392393394395
* @param uri the deployment URI * @return the profile source meta data */ protected PropertyProfileSourceMetaData createSource(final URI uri) { return new PropertyProfileSourceMetaData(uri.toString()); }