|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.system.server.profileservice.repository.AbstractBootstrapProfileFactory
public abstract class AbstractBootstrapProfileFactory
The abstract profile factory.
Field Summary | |
---|---|
protected org.jboss.logging.Logger |
log
The logger |
Constructor Summary | |
---|---|
AbstractBootstrapProfileFactory()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final org.jboss.logging.Logger log
Constructor Detail |
---|
public AbstractBootstrapProfileFactory()
Method Detail |
---|
public AbstractProfileFactory getProfileFactory()
public void setProfileFactory(AbstractProfileFactory profileFactory)
protected abstract void createProfileMetaData(org.jboss.profileservice.spi.ProfileKey key, URL url) throws Exception
key
- the root profile key.
Exception
public Collection<org.jboss.profileservice.spi.Profile> createProfiles(org.jboss.profileservice.spi.ProfileKey rootKey, URL url) throws Exception
rootKey
- the root profile key.uri
- the profile root uri for parsing.
Exception
public void createProfiles(Map<org.jboss.profileservice.spi.ProfileKey,org.jboss.profileservice.spi.Profile> profiles, org.jboss.profileservice.spi.ProfileKey key) throws Exception
profiles
- the profiles mapkey
- the ProfileKey
Exception
public void createProfile(Map<org.jboss.profileservice.spi.ProfileKey,org.jboss.profileservice.spi.Profile> profiles, List<org.jboss.profileservice.spi.ProfileKey> subProfiles, org.jboss.profileservice.spi.ProfileKey key, org.jboss.profileservice.spi.metadata.ProfileMetaData profileMetaData) throws Exception
profiles
- the profiles mapsubProfiles
- the sub-profiles listkey
- the ProfileKeyprofileMetaData
- the profile meta data
Exception
protected void addProfile(org.jboss.profileservice.spi.ProfileKey key, org.jboss.profileservice.spi.metadata.ProfileMetaData metaData)
key
- the profile key.metaData
- the profile meta data.protected void addProfiles(org.jboss.profileservice.spi.ProfileKey key, List<org.jboss.profileservice.spi.metadata.ProfileMetaData> metaData)
key
- the profile key.metaData
- a list of profile meta data.public static org.jboss.profileservice.spi.ProfileKey createProfileKey(org.jboss.profileservice.spi.metadata.ProfileKeyMetaData md)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |