org.jboss.system.server.profile.repository.metadata
Class AbstractProfileSourceMetaData

java.lang.Object
  extended by org.jboss.system.server.profile.repository.metadata.AbstractProfileSourceMetaData
All Implemented Interfaces:
org.jboss.profileservice.spi.metadata.ProfileSourceMetaData
Direct Known Subclasses:
ClusteredProfileSourceMetaData, HotDeploymentProfileSourceMetaData, ImmutableProfileSourceMetaData

public abstract class AbstractProfileSourceMetaData
extends Object
implements org.jboss.profileservice.spi.metadata.ProfileSourceMetaData

A abstract profile source meta data, which type is based on the runtime class name.

Version:
$Revision: 86174 $
Author:
Emanuel Muckenhuber

Constructor Summary
AbstractProfileSourceMetaData()
           
AbstractProfileSourceMetaData(List<String> sources)
           
 
Method Summary
 List<String> getSources()
           
 String getType()
           
 void setSources(List<String> sources)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractProfileSourceMetaData

public AbstractProfileSourceMetaData()

AbstractProfileSourceMetaData

public AbstractProfileSourceMetaData(List<String> sources)
Method Detail

getType

public String getType()
Specified by:
getType in interface org.jboss.profileservice.spi.metadata.ProfileSourceMetaData

getSources

public List<String> getSources()
Specified by:
getSources in interface org.jboss.profileservice.spi.metadata.ProfileSourceMetaData

setSources

public void setSources(List<String> sources)


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