org.jboss.system.server.profileservice.repository
Class DefaultProfileDeploymentFactory

java.lang.Object
  extended by org.jboss.system.server.profileservice.repository.DefaultProfileDeploymentFactory

public class DefaultProfileDeploymentFactory
extends Object

Basic ProfileDeploymentFactory.

Version:
$Revision: 85945 $
Author:
Emanuel Muckenhuber

Constructor Summary
protected DefaultProfileDeploymentFactory()
           
 
Method Summary
 org.jboss.profileservice.spi.ProfileDeployment createProfileDeployment(String name)
           
 org.jboss.profileservice.spi.ProfileDeployment createProfileDeployment(org.jboss.virtual.VirtualFile vf)
           
static DefaultProfileDeploymentFactory getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultProfileDeploymentFactory

protected DefaultProfileDeploymentFactory()
Method Detail

getInstance

public static DefaultProfileDeploymentFactory getInstance()

createProfileDeployment

public org.jboss.profileservice.spi.ProfileDeployment createProfileDeployment(String name)

createProfileDeployment

public org.jboss.profileservice.spi.ProfileDeployment createProfileDeployment(org.jboss.virtual.VirtualFile vf)


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