org.jboss.profileservice.spi.metadata
Interface ProfileSourceMetaData


public interface ProfileSourceMetaData

The meta data for a profile source.

Version:
$Revision$
Author:
Emanuel Muckenhuber

Method Summary
 List<String> getSources()
          Get the sources URIs for this source;
 String getType()
          Get the profile source type.
 

Method Detail

getType

String getType()
Get the profile source type.

Returns:
the type

getSources

List<String> getSources()
Get the sources URIs for this source;

Returns:
the sources


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.