Package org.jboss.profileservice.profile.metadata.plugin

Examples of org.jboss.profileservice.profile.metadata.plugin.PropertyProfileSourceMetaData


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

TOP

Related Classes of org.jboss.profileservice.profile.metadata.plugin.PropertyProfileSourceMetaData

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.